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 of type Char - in network format which means Big Endian representation. More...

+ Inheritance diagram for DtCharDatatypeRep:
+ Collaboration diagram for DtCharDatatypeRep:

Public Member Functions

 DtCharDatatypeRep ()
 Default Constructor. More...
 
virtual ~DtCharDatatypeRep ()
 Destructor. More...
 
 DtCharDatatypeRep (const DtCharDatatypeRep &orig)
 Copy Constructor. More...
 
DtCharDatatypeRepoperator= (const DtCharDatatypeRep &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 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 Attributes inherited from DtDatatypeRep
bool myUseImplicitPadding
 

Detailed Description

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

Constructor & Destructor Documentation

DtCharDatatypeRep::DtCharDatatypeRep ( )

Default Constructor.

virtual DtCharDatatypeRep::~DtCharDatatypeRep ( )
virtual

Destructor.

DtCharDatatypeRep::DtCharDatatypeRep ( const DtCharDatatypeRep orig)

Copy Constructor.

Member Function Documentation

virtual int DtCharDatatypeRep::byteAlignment ( ) const
inlinevirtual

The alignment size in bytes for this representation.

Implements DtDatatypeRep.

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

Implements DtDatatypeRep.

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

Implements DtNumberDatatypeRep.

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

Assignment Operator.

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

Implements DtDatatypeRep.

virtual std::vector<char> DtCharDatatypeRep::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 Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)