Public Attributes | |
char * | name |
The name of the value member. | |
const DDS_TypeCode * | type |
The type of the value member. | |
DDS_Boolean | is_pointer |
Indicates whether the value member is a pointer or not. | |
DDS_Short | bits |
Number of bits of a bitfield member. | |
DDS_Boolean | is_key |
Indicates if the value member is a key member or not. | |
DDS_Visibility | access |
The type of access (public, private) for the value member. |
char* DDS_ValueMember::name |
The name of the value member.
Cannot be NULL.
The type of the value member.
Cannot be NULL.
Indicates whether the value member is a pointer or not.
Number of bits of a bitfield member.
If the struct member is a bitfield, this field contains the number of bits of the bitfield. Otherwise, bits should contain DDS_TypeCode::NOT_BITFIELD.
Indicates if the value member is a key member or not.
The type of access (public, private) for the value member.
It can take the values: DDS_PRIVATE_MEMBER or DDS_PUBLIC_MEMBER.