14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
40 virtual const char* datatype()
const;
46 virtual DtString stringRep(
const void* ptr,
int ptrSize,
56 #ifdef DtUSE_UTILITIES_NAMESPACE
virtual DtString stringRep(const void *ptr, int *size=0) const
Definition: arrayDatatypeRep.h:43
OMT Datatype that works by taking a size and showing a list of datatypes.
Definition: arrayDatatypeRep.h:23
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: arrayDatatypeRep.h:50
Instances of DtString are used to represent strings.
Definition: vlString.h:29