50 entityName.reserve(64);
51 fieldName.reserve(64);
52 fieldType.reserve(64);
95 size_t deserialize(
const void* buf,
size_t inLen);
98 virtual std::string toString ()
const;
109 virtual size_t serialize(
void* buf)
const;
std::string entityName
Name of the reference class.
std::string fieldName
Name of the structure field (or enumerate value string)
virtual ~TI_DESC_CLASS_FIELD()
virtual ClassId::Enum id() const
Class id.
virtual size_t serializationBufSize() const
UInt32 len
Length of field.
UInt32 numElems
Number of elements that make up the field.
UInt32 fieldIndx
For a structure field, its position in the structure. For an enumerate value, its position in the enu...
SInt16 derived
Not significant for the client.
std::string fieldType
Field datatype in DD formalism.
TI_DESC_FIELD_TYPE::Enum ptype
Field datatype. Significant only for a structure field.
UInt32 offset
Offset of the field in data.