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.
virtual ~DtUtf8DatatypeRep ()
 Destructor.
 DtUtf8DatatypeRep (const DtUtf8DatatypeRep &orig)
 Copy Constructor.
DtUtf8DatatypeRepoperator= (const DtUtf8DatatypeRep &rhs)
 Assignment Operator.
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.
- Public Member Functions inherited from DtDatatypeRep
 DtDatatypeRep (bool useImplicitPadding)
 DtDatatypeRep (const DtDatatypeRep &orig)
 Copy Constructor.
DtDatatypeRepoperator= (const DtDatatypeRep &rhs)
 Assignment Operator.

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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)