12 #ifdef DtUSE_UTILITIES_NAMESPACE
13 namespace DtUSE_UTILITIES_NAMESPACE
36 virtual const char* datatype()
const;
39 virtual int byteVal(
const void*)
const;
42 virtual DtString stringRep(
const void* ptr,
int* size = 0)
const;
45 virtual double numberRep(
const void* ptr,
int* size = 0)
const;
48 virtual int sizeNeeded(
const void* ptr)
const;
51 virtual std::vector<char> valueFromStringRep(
const DtString& stringRep)
const;
59 #ifdef DtUSE_UTILITIES_NAMESPACE
A type of datatype that can turn itself into a number (double) representation.
Definition: numberDatatypeRep.h:21
virtual int byteAlignment() const
The alignment size in bytes for this representation.
Definition: byteDatatypeRep.h:54
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
OMT Datatype of type Byte - in network format which means Big Endian representation.
Definition: byteDatatypeRep.h:19
Instances of DtString are used to represent strings.
Definition: vlString.h:36