14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
39 virtual const char* datatype()
const;
45 virtual int intVal(
const void*);
48 virtual unsigned unsignedIntVal(
const void*)
const;
51 virtual DtString stringRep(
const void* ptr,
int* size = 0)
const;
54 virtual double numberRep(
const void* ptr,
int* size = 0)
const;
56 virtual void setUnsigned(
bool);
59 virtual std::vector<char> valueFromStringRep(
const DtString& stringRep)
const;
70 static int intValFromBuffer(
const void*);
75 const DtNetU32* netValPtr(
const void* ptr,
int* size=0)
const;
82 #ifdef DtUSE_UTILITIES_NAMESPACE
OMT Datatype of type Integer - in network format which means Big Endian representation.
Definition: intDatatypeRep.h:22
Contains the DtString class declaration.
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:98
#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: intDatatypeRep.h:62
bool myIsUnsigned
Definition: intDatatypeRep.h:78
Instances of DtString are used to represent strings.
Definition: vlString.h:29