ADTF  3.18.2
cStructureType::member

All information about a structure member. More...

Public Attributes

size_t nOffset
 The offset in bytes.
 
size_t nSerializedOffset
 The offset in bytes in the serialized representation.
 
bool nSerializedLittleEndian
 Whether or not the serialized value is in little endian or not.
 
size_t nSize
 The size in bytes.
 
size_t nArrayCount
 The array size, 1 -> no array.
 
std::string strName
 The name of the member.
 
std::shared_ptr< cTypepTypeDefinition
 The type of the member.
 

Detailed Description

All information about a structure member.

Definition at line 273 of file type_reflection_legacy.h.