DDS::UnionMember Class Reference
[Type Code Support]

A description of a member of a union. More...

#include <managed_typecode.h>

List of all members.

Public Attributes

System::String^ name
 The name of the union member.
System::Boolean is_pointer
 Indicates whether the union member is a pointer or not.
IntSeqlabels
 The labels of the union member.
TypeCodetype
 The type of the union member.


Detailed Description

A description of a member of a union.

See also:
DDS::UnionMemberSeq

DDS::TypeCodeFactory::create_union_tc


Member Data Documentation

System::String ^ DDS::UnionMember::name

The name of the union member.

Cannot be null.

Indicates whether the union member is a pointer or not.

The labels of the union member.

Each union member should contain at least one label. If the union discriminator type is not System::Int32 the label value should be evaluated to an integer value. For instance, 'a' would be evaluated to 97.

The type of the union member.

Cannot be null.


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc