#include <Descriptor.hpp>
Inheritance diagram for MemberDescriptor< DELEGATE >:Public Member Functions | |
| const std::string | name () const |
| void | name (const std::string &value) |
| dds::type::MemberId | id () const |
| void | id (dds::type::MemberId value) |
| dds::type::dynamic::DynamicType | type () const |
| void | type (const dds::type::dynamic::DynamicType &value) |
| const std::string | default_value () const |
| void | default_value (const std::string &value) |
| uint32_t | index () const |
| void | index (uint32_t value) |
| const dds::type::UnionCaseLabelSeq | label () const |
| dds::type::UnionCaseLabelSeq & | label (dds::type::UnionCaseLabelSeq &dst) const |
| void | label (const dds::type::UnionCaseLabelSeq &value) |
| bool | default_label () |
| void | default_label (bool value) |
| bool | is_consistent () |
Definition at line 55 of file Descriptor.hpp.
| bool default_label | ( | ) |
| void default_label | ( | bool | value | ) |
| void default_value | ( | const std::string & | value | ) |
| const std::string default_value | ( | ) | const |
| void id | ( | dds::type::MemberId | value | ) |
| dds::type::MemberId id | ( | ) | const |
| uint32_t index | ( | ) | const |
| void index | ( | uint32_t | value | ) |
| bool is_consistent | ( | ) |
| void label | ( | const dds::type::UnionCaseLabelSeq & | value | ) |
| const dds::type::UnionCaseLabelSeq label | ( | ) | const |
| dds::type::UnionCaseLabelSeq& label | ( | dds::type::UnionCaseLabelSeq & | dst | ) | const |
| const std::string name | ( | ) | const |
| void name | ( | const std::string & | value | ) |
| void type | ( | const dds::type::dynamic::DynamicType & | value | ) |
| dds::type::dynamic::DynamicType type | ( | ) | const |
1.7.1