14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
37 virtual const char* datatype()
const;
40 virtual bool boolVal(
const void*)
const;
43 virtual DtString stringRep(
const void* ptr,
int* size = 0)
const;
46 virtual double numberRep(
const void* ptr,
int* size = 0)
const;
49 virtual std::vector<char> valueFromStringRep(
const DtString& stringRep)
const;
56 #ifdef DtUSE_UTILITIES_NAMESPACE
A type of datatype that can turn itself into a number (double) representation.
Definition: numberDatatypeRep.h:19
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
virtual int byteAlignment() const
The alignment size in bytes for this representation.
Definition: boolDatatypeRep.h:52
OMT Datatype of type Boolean.
Definition: boolDatatypeRep.h:20
Instances of DtString are used to represent strings.
Definition: vlString.h:29