50 sourceName.reserve(8);
51 entityName.reserve(64);
91 size_t deserialize(
const void* buf,
size_t inLen);
94 virtual std::string toString ()
const;
105 virtual size_t serialize(
void* buf)
const;
UInt32 entityID
If EntityType = TI_DESC_ENTITY_TYPE_StructType, it is the Class_ID.
std::string sourceName
Identifier of the source service.
virtual ClassId::Enum id() const
Class id.
UInt32 numFields
Number of items of the entity. If EntityType = TI_DESC_ENTITY_TYPE_StructType, it is the number of fi...
UInt32 esize
Size of the datatype.
UInt32 numKeys
Number of keys. Only significant if EntityType = TI_DESC_ENTITY_TYPE_StructType.
std::string entityName
Entity name (for example, the name of a class or the name of an enumerate)
TI_DESC_ENTITY_TYPE::Enum entityType
Entity datatype.
UInt32 uaccess
Not significant for the client.
UInt32 classIndx
Progressive number.
virtual size_t serializationBufSize() const