13 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
37 virtual const char* datatype()
const;
40 virtual int intVal(
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;
55 #ifdef DtUSE_UTILITIES_NAMESPACE
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: hexDatatypeRep.h:52
Instances of DtString are used to represent strings.
Definition: vlString.h:36
OMT Datatype of type Double - in network format which means Big Endian representation.
Definition: hexDatatypeRep.h:20