VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions

OMT Datatype that works by taking a size and showing a list of datatypes. More...

+ Inheritance diagram for DtArrayDatatypeRep:
+ Collaboration diagram for DtArrayDatatypeRep:

Public Member Functions

 DtArrayDatatypeRep ()
 Default Constructor. More...
 
virtual ~DtArrayDatatypeRep ()
 Destructor. More...
 
 DtArrayDatatypeRep (const DtArrayDatatypeRep &orig)
 Copy Constructor. More...
 
DtArrayDatatypeRepoperator= (const DtArrayDatatypeRep &rhs)
 Assignment Operator. More...
 
virtual const char * datatype () const
 
virtual DtString stringRep (const void *ptr, int *size=0) const
 
virtual DtString stringRep (const void *ptr, int ptrSize, int *size=0) const
 
virtual int byteAlignment () const
 The alignment size in bytes for this representation. More...
 
- Public Member Functions inherited from DtDatatypeRep
 DtDatatypeRep (bool useImplicitPadding)
 
 DtDatatypeRep (const DtDatatypeRep &orig)
 Copy Constructor. More...
 
DtDatatypeRepoperator= (const DtDatatypeRep &rhs)
 Assignment Operator. More...
 
virtual std::vector< char > valueFromStringRep (const DtString &stringRep) const =0
 The reverse of string rep, given a character string, this returns an unformatted byte stream. More...
 

Additional Inherited Members

- Protected Attributes inherited from DtDatatypeRep
bool myUseImplicitPadding
 

Detailed Description

OMT Datatype that works by taking a size and showing a list of datatypes.

This rep is useful more as an internal display since it needs a pointer size to be truly useful.

Constructor & Destructor Documentation

DtArrayDatatypeRep::DtArrayDatatypeRep ( )

Default Constructor.

virtual DtArrayDatatypeRep::~DtArrayDatatypeRep ( )
virtual

Destructor.

DtArrayDatatypeRep::DtArrayDatatypeRep ( const DtArrayDatatypeRep orig)

Copy Constructor.

Member Function Documentation

virtual int DtArrayDatatypeRep::byteAlignment ( ) const
inlinevirtual

The alignment size in bytes for this representation.

Implements DtDatatypeRep.

virtual const char* DtArrayDatatypeRep::datatype ( ) const
virtual
Returns
"array"

Implements DtDatatypeRep.

DtArrayDatatypeRep& DtArrayDatatypeRep::operator= ( const DtArrayDatatypeRep rhs)

Assignment Operator.

virtual DtString DtArrayDatatypeRep::stringRep ( const void *  ptr,
int size = 0 
) const
inlinevirtual
Returns
nothing. As no size was specified

Implements DtDatatypeRep.

virtual DtString DtArrayDatatypeRep::stringRep ( const void *  ptr,
int  ptrSize,
int size = 0 
) const
virtual
Returns
an exact copy of the byte stream in hex format

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)