14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
20 class DtObjectHistory;
32 virtual DtString stringRep(
const void* ptr,
int* size, DtObjectHistory* hist)
const = 0;
33 virtual DtStringTree* createTreeRep(
const void* ptr,
int* size = 0, DtObjectHistory* hist = 0)
const = 0;
36 virtual DtString originalStringRep(
const void* ptr,
int* size = 0, DtObjectHistory* hist = 0)
const = 0;
46 #ifdef DtUSE_UTILITIES_NAMESPACE
Definition: definedDatatypeRep.h:22
This class handles the conversion between a byte stream and an English readable view of the data in a...
Definition: datatypeManager.h:45
#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
Network-order 64-bit IEEE-754 floating-point quantity.
Definition: vlNetTypes.h:174
Basically a struct with a destructor, a string tree is a collection of indexed strings used to hold m...
Definition: stringTree.h:20
Instances of DtString are used to represent strings.
Definition: vlString.h:29