10 #include <vlutil/vlString.h>
35 virtual const DtStringTree* findKey(
const DtString& key)
const;
38 inline void setValue(DtString newValue) {myValue = newValue;};
39 inline const DtString&
value()
const {
return myValue;};
40 inline void setKey(DtString newValue) {myKey = newValue;};
41 inline const DtString&
key()
const {
return myKey;};
42 inline void setDatatype(DtString newValue) {myDatatype = newValue;};
43 inline const DtString&
datatype()
const {
return myDatatype;};
44 inline void setOffset(
unsigned int newValue) {myOffset = newValue;};
45 inline unsigned int offset()
const {
return myOffset;} ;