14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
40 virtual const char* datatype()
const;
43 virtual long long longVal(
const void*)
const;
46 virtual unsigned long long unsignedLongVal(
const void*)
const;
49 virtual DtString stringRep(
const void* ptr,
int* size = 0)
const;
52 virtual double numberRep(
const void* ptr,
int* size = 0)
const;
54 virtual void setUnsigned(
bool);
57 virtual std::vector<char> valueFromStringRep(
const DtString& stringRep)
const;
65 const DtNetU64* netValPtr(
const void* ptr,
int* size=0)
const;
71 #ifdef DtUSE_UTILITIES_NAMESPACE
A type of datatype that can turn itself into a number (double) representation.
Definition: numberDatatypeRep.h:19
OMT Datatype of type Long - in network format which means Big Endian representation.
Definition: longDatatypeRep.h:23
A Network byte aligned 64 unsigned integer data structure.
Definition: vlNetTypes.h:209
Contains the DtString class declaration.
virtual int byteAlignment() const
The alignment size in bytes for this representation.
Definition: longDatatypeRep.h:60
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
Instances of DtString are used to represent strings.
Definition: vlString.h:29
bool myIsUnsigned
Definition: longDatatypeRep.h:68