16 #ifdef DtUSE_UTILITIES_NAMESPACE
17 namespace DtUSE_UTILITIES_NAMESPACE
40 virtual const char* datatype()
const;
43 virtual int byteVal(
const void*)
const;
46 virtual DtString stringRep(
const void* ptr,
int* size = 0)
const;
49 virtual double numberRep(
const void* ptr,
int* size = 0)
const;
52 virtual int sizeNeeded(
const void* ptr)
const;
55 virtual std::vector<char> valueFromStringRep(
const DtString& stringRep)
const;
61 #ifdef DtUSE_UTILITIES_NAMESPACE
A type of datatype that can turn itself into a number (double) representation.
Definition: numberDatatypeRep.h:21
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
OMT Datatype of type Char - in network format which means Big Endian representation.
Definition: charDatatypeRep.h:23
virtual int byteAlignment() const
The alignment size in bytes for this representation.
Definition: charDatatypeRep.h:58
Instances of DtString are used to represent strings.
Definition: vlString.h:36