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