RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::StructMember Class Reference

A description of a member of a struct. More...

#include <managed_typecode.h>

Public Attributes

System::String^ name
 The name of the struct member.
 
TypeCodetype
 The type of the struct member.
 
System::Boolean is_pointer
 Indicates whether the struct member is a pointer or not.
 
System::Int16 bits
 Number of bits of a bitfield member.
 
System::Boolean is_key
 Indicates if the struct member is a key member or not.
 

Detailed Description

A description of a member of a struct.

See Also
DDS::StructMemberSeq
DDS::TypeCodeFactory::create_struct_tc

Member Data Documentation

System::String ^ DDS::StructMember::name

The name of the struct member.

Cannot be null.

TypeCode ^ DDS::StructMember::type

The type of the struct member.

Cannot be null.

System::Boolean DDS::StructMember::is_pointer

Indicates whether the struct member is a pointer or not.

System::Int16 DDS::StructMember::bits

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.

System::Boolean DDS::StructMember::is_key

Indicates if the struct member is a key member or not.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc