CoreDX DDS
C Reference Manual

DDS_DynamicType Member List

This is the complete list of members for DDS_DynamicType, including all inherited members.
DDS_DynamicType_alloc(DDS_TypeCodeKind type_code)DDS_DynamicType [related]
DDS_DynamicType_alloc_array()DDS_DynamicType [related]
DDS_DynamicType_alloc_basic(DDS_TypeCodeKind type_code)DDS_DynamicType [related]
DDS_DynamicType_alloc_enum()DDS_DynamicType [related]
DDS_DynamicType_alloc_sequence()DDS_DynamicType [related]
DDS_DynamicType_alloc_string()DDS_DynamicType [related]
DDS_DynamicType_alloc_struct()DDS_DynamicType [related]
DDS_DynamicType_alloc_union()DDS_DynamicType [related]
DDS_DynamicType_enum_get_constant(DDS_DynamicType t, int32_t index)DDS_DynamicType [related]
DDS_DynamicType_enum_get_constant_by_name(DDS_DynamicType t, const char *name)DDS_DynamicType [related]
DDS_DynamicType_enum_get_constant_by_value(DDS_DynamicType t, uint32_t val)DDS_DynamicType [related]
DDS_DynamicType_enum_get_num_constants(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_enum_get_value(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_enum_set_constant(DDS_DynamicType t, int32_t n, const char *name, uint32_t val)DDS_DynamicType [related]
DDS_DynamicType_enum_set_num_constants(DDS_DynamicType t, int32_t num)DDS_DynamicType [related]
DDS_DynamicType_enum_set_value(DDS_DynamicType t, uint32_t val)DDS_DynamicType [related]
DDS_DynamicType_EnumConstant_delete(DDS_DynamicType_EnumConstant_t *ec)DDS_DynamicType [related]
DDS_DynamicType_free(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_boolean(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_char(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_default_field(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_discriminator(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_double(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_element(DDS_DynamicType t, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_get_element_type(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_field(DDS_DynamicType t, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_get_field_key(DDS_DynamicType t, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_get_field_label(DDS_DynamicType t, uint32_t field, uint32_t label)DDS_DynamicType [related]
DDS_DynamicType_get_field_name(DDS_DynamicType t, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_get_field_num_labels(DDS_DynamicType t, uint32_t field)DDS_DynamicType [related]
DDS_DynamicType_get_float(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_length(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_long(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_longlong(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_max_length(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_num_fields(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_octet(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_selected_field(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_short(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_string(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_type(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_ulong(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_ulonglong(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_get_ushort(DDS_DynamicType t)DDS_DynamicType [related]
DDS_DynamicType_set_boolean(DDS_DynamicType t, unsigned char c)DDS_DynamicType [related]
DDS_DynamicType_set_char(DDS_DynamicType t, char c)DDS_DynamicType [related]
DDS_DynamicType_set_default_field(DDS_DynamicType t, int field)DDS_DynamicType [related]
DDS_DynamicType_set_discriminator(DDS_DynamicType t, DDS_DynamicType d)DDS_DynamicType [related]
DDS_DynamicType_set_double(DDS_DynamicType t, double c)DDS_DynamicType [related]
DDS_DynamicType_set_element(DDS_DynamicType t, uint32_t n, DDS_DynamicType e)DDS_DynamicType [related]
DDS_DynamicType_set_element_type(DDS_DynamicType t, DDS_DynamicType e)DDS_DynamicType [related]
DDS_DynamicType_set_field(DDS_DynamicType t, uint32_t n, const char *field_name, DDS_DynamicType e, unsigned char key)DDS_DynamicType [related]
DDS_DynamicType_set_field_label(DDS_DynamicType t, uint32_t field, uint32_t label, int32_t val)DDS_DynamicType [related]
DDS_DynamicType_set_field_num_labels(DDS_DynamicType t, uint32_t field, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_set_float(DDS_DynamicType t, float c)DDS_DynamicType [related]
DDS_DynamicType_set_length(DDS_DynamicType t, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_set_long(DDS_DynamicType t, long c)DDS_DynamicType [related]
DDS_DynamicType_set_longlong(DDS_DynamicType t, int64_t c)DDS_DynamicType [related]
DDS_DynamicType_set_max_length(DDS_DynamicType t, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_set_num_fields(DDS_DynamicType t, uint32_t n)DDS_DynamicType [related]
DDS_DynamicType_set_octet(DDS_DynamicType t, unsigned char c)DDS_DynamicType [related]
DDS_DynamicType_set_short(DDS_DynamicType t, short c)DDS_DynamicType [related]
DDS_DynamicType_set_string(DDS_DynamicType t, const char *c)DDS_DynamicType [related]
DDS_DynamicType_set_ulong(DDS_DynamicType t, unsigned long c)DDS_DynamicType [related]
DDS_DynamicType_set_ulonglong(DDS_DynamicType t, uint64_t c)DDS_DynamicType [related]
DDS_DynamicType_set_ushort(DDS_DynamicType t, unsigned short c)DDS_DynamicType [related]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.