![]() |
MAK Data Logger API Documentation for DIS
|
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. | |
| DtUtf8DatatypeRep & | operator= (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. | |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| Assignment Operator. | |
Additional Inherited Members | |
Protected Attributes inherited from DtDatatypeRep | |
| bool | myUseImplicitPadding |
OMT Datatype of type unicode (utf8 Endian string)
| DtUtf8DatatypeRep::DtUtf8DatatypeRep | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtUtf8DatatypeRep::DtUtf8DatatypeRep | ( | const DtUtf8DatatypeRep & | orig | ) |
Copy Constructor.
|
inlinevirtual |
The alignment size in bytes for this representation.
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.
| DtUtf8DatatypeRep& DtUtf8DatatypeRep::operator= | ( | const DtUtf8DatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.