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