14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
37 virtual const char* datatype()
const;
40 virtual DtString stringRep(
const void* ptr,
int* size = 0)
const;
43 virtual std::vector<char> valueFromStringRep(
const DtString& stringRep)
const;
51 #ifdef DtUSE_UTILITIES_NAMESPACE
OMT Datatype of type unicode (utf16-Big Endian string)
Definition: utf16DatatypeRep.h:20
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
A Datatype Representation is a class that can take a group of bytes and display them in a certain typ...
Definition: datatypeRep.h:24
virtual int byteAlignment() const
The alignment size in bytes for this representation.
Definition: utf16DatatypeRep.h:46
Instances of DtString are used to represent strings.
Definition: vlString.h:36