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

OMT Datatype of type Byte - in network format which means Big Endian representation. More...

+ Inheritance diagram for DtByteDatatypeRep:
+ Collaboration diagram for DtByteDatatypeRep:

Public Member Functions

 DtByteDatatypeRep ()
 Default Constructor. More...
 
virtual ~DtByteDatatypeRep ()
 Destructor. More...
 
 DtByteDatatypeRep (const DtByteDatatypeRep &orig)
 Copy Constructor. More...
 
DtByteDatatypeRepoperator= (const DtByteDatatypeRep &rhs)
 Assignment Operator. More...
 
virtual const char * datatype () const
 
virtual int byteVal (const void *) const
 
virtual DtString stringRep (const void *ptr, int *size=0) const
 
virtual double numberRep (const void *ptr, int *size=0) const
 
virtual int sizeNeeded (const void *ptr) const
 
virtual std::vector< char > valueFromStringRep (const DtString &stringRep) const
 
virtual int byteAlignment () const
 The alignment size in bytes for this representation. More...
 
- Public Member Functions inherited from DtNumberDatatypeRep
 DtNumberDatatypeRep (bool useImplicitPadding)
 
 DtNumberDatatypeRep (const DtNumberDatatypeRep &orig)
 
- Public Member Functions inherited from DtDatatypeRep
 DtDatatypeRep (bool useImplicitPadding)
 
 DtDatatypeRep (const DtDatatypeRep &orig)
 Copy Constructor. More...
 
DtDatatypeRepoperator= (const DtDatatypeRep &rhs)
 Assignment Operator. More...
 

Additional Inherited Members

- Protected Member Functions inherited from DtNumberDatatypeRep
int adjustedSizeNeeded (const void *ptr, int repSize) const
 
- Protected Attributes inherited from DtDatatypeRep
bool myUseImplicitPadding
 

Detailed Description

OMT Datatype of type Byte - in network format which means Big Endian representation.

Constructor & Destructor Documentation

DtByteDatatypeRep::DtByteDatatypeRep ( )

Default Constructor.

virtual DtByteDatatypeRep::~DtByteDatatypeRep ( )
virtual

Destructor.

DtByteDatatypeRep::DtByteDatatypeRep ( const DtByteDatatypeRep orig)

Copy Constructor.

Member Function Documentation

virtual int DtByteDatatypeRep::byteAlignment ( ) const
inlinevirtual

The alignment size in bytes for this representation.

Implements DtDatatypeRep.

virtual int DtByteDatatypeRep::byteVal ( const void *  ) const
virtual
Returns
the int val of this item
virtual const char* DtByteDatatypeRep::datatype ( ) const
virtual
Returns
"byte"

Implements DtDatatypeRep.

virtual double DtByteDatatypeRep::numberRep ( const void *  ptr,
int size = 0 
) const
virtual
Returns
the number version of the byte stream

Implements DtNumberDatatypeRep.

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

Assignment Operator.

virtual int DtByteDatatypeRep::sizeNeeded ( const void *  ptr) const
virtual
Returns
the number of bytes needed for the data representation

Implements DtNumberDatatypeRep.

virtual DtString DtByteDatatypeRep::stringRep ( const void *  ptr,
int size = 0 
) const
virtual
Returns
an exact copy of the byte stream

Implements DtDatatypeRep.

virtual std::vector<char> DtByteDatatypeRep::valueFromStringRep ( const DtString stringRep) const
virtual
Returns
the reverse of string rep

Implements DtDatatypeRep.


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)