12 #include <vlutil/vlString.h>
45 inline void setOffset(
unsigned int newValue) {myOffset = newValue;};
46 inline unsigned int offset()
const {
return myOffset;} ;
void setOffset(unsigned int newValue)
Definition: stringTree.h:45
unsigned int offset() const
Definition: stringTree.h:46
DtString myDatatype
Definition: stringTree.h:57
const DtString & datatype() const
Definition: stringTree.h:44
void setKey(DtString newValue)
Definition: stringTree.h:41
Contains defines for export control for OMT Reader.
const DtString & value() const
Definition: stringTree.h:40
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
void setDatatype(DtString newValue)
Definition: stringTree.h:43
void setValue(DtString newValue)
Accessors.
Definition: stringTree.h:39
const DtString & key() const
Definition: stringTree.h:42
DtStringTree * myArray
Definition: stringTree.h:51
Basically a struct with a destructor, a string tree is a collection of indexed strings used to hold m...
Definition: stringTree.h:16
DtString myValue
Definition: stringTree.h:55
unsigned int myOffset
Definition: stringTree.h:58
DtStringTree * myChild
Definition: stringTree.h:50
DtString myKey
Definition: stringTree.h:56