VR-Link API Documentation for HLA 1516
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:

List of all members.

Public Member Functions

 DtArrayDatatypeRep ()
 Default Constructor.
virtual ~DtArrayDatatypeRep ()
 Destructor.
 DtArrayDatatypeRep (const DtArrayDatatypeRep &orig)
 Copy Constructor.
DtArrayDatatypeRepoperator= (const DtArrayDatatypeRep &rhs)
 Assignment Operator.
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

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

Default Constructor.

Destructor.

Copy Constructor.


Member Function Documentation

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 [inline, virtual]
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 Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)