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

+ Inheritance diagram for DtUtf8DatatypeRep:
+ Collaboration diagram for DtUtf8DatatypeRep:

Public Member Functions

 DtUtf8DatatypeRep ()
 Default Constructor. More...
 
virtual ~DtUtf8DatatypeRep ()
 Destructor. More...
 
 DtUtf8DatatypeRep (const DtUtf8DatatypeRep &orig)
 Copy Constructor. More...
 
DtUtf8DatatypeRepoperator= (const DtUtf8DatatypeRep &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 (utf8 Endian string)

Constructor & Destructor Documentation

DtUtf8DatatypeRep::DtUtf8DatatypeRep ( )

Default Constructor.

virtual DtUtf8DatatypeRep::~DtUtf8DatatypeRep ( )
virtual

Destructor.

DtUtf8DatatypeRep::DtUtf8DatatypeRep ( const DtUtf8DatatypeRep orig)

Copy Constructor.

Member Function Documentation

virtual int DtUtf8DatatypeRep::byteAlignment ( ) const
inlinevirtual

The alignment size in bytes for this representation.

Implements DtDatatypeRep.

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

Implements DtDatatypeRep.

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

Assignment Operator.

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

Implements DtDatatypeRep.

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