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 unicode (utf16-Big Endian string) More...

+ Inheritance diagram for DtUtf16DatatypeRep:
+ Collaboration diagram for DtUtf16DatatypeRep:

Public Member Functions

 DtUtf16DatatypeRep (bool useImplicitPadding)
 Default Constructor. More...
 
virtual ~DtUtf16DatatypeRep ()
 Destructor. More...
 
 DtUtf16DatatypeRep (const DtUtf16DatatypeRep &orig)
 Copy Constructor. More...
 
DtUtf16DatatypeRepoperator= (const DtUtf16DatatypeRep &rhs)
 Assignment Operator. More...
 
virtual const char * datatype () const
 
virtual DtString stringRep (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 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 unicode (utf16-Big Endian string)

Constructor & Destructor Documentation

DtUtf16DatatypeRep::DtUtf16DatatypeRep ( bool  useImplicitPadding)

Default Constructor.

virtual DtUtf16DatatypeRep::~DtUtf16DatatypeRep ( )
virtual

Destructor.

DtUtf16DatatypeRep::DtUtf16DatatypeRep ( const DtUtf16DatatypeRep orig)

Copy Constructor.

Member Function Documentation

virtual int DtUtf16DatatypeRep::byteAlignment ( ) const
inlinevirtual

The alignment size in bytes for this representation.

Implements DtDatatypeRep.

virtual const char* DtUtf16DatatypeRep::datatype ( ) const
virtual
Returns
"string"

Implements DtDatatypeRep.

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

Assignment Operator.

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

Implements DtDatatypeRep.

virtual std::vector<char> DtUtf16DatatypeRep::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)