#include <Descriptor.hpp>
Inheritance diagram for TypeDescriptor< DELEGATE >:Public Member Functions | |
| dds::type::TypeKind | kind () const |
| void | kind (dds::type::TypeKind value) |
| const std::string | name () const |
| void | name (const std::string &value) |
| dds::type::dynamic::DynamicType | base_type () const |
| void | base_type (const dds::type::dynamic::DynamicType &value) |
| dds::type::dynamic::DynamicType | discriminator_type () const |
| void | discriminator_type (const dds::type::dynamic::DynamicType &value) |
| const dds::type::BoundSeq | bound () const |
| dds::type::BoundSeq & | bound (dds::type::BoundSeq &dst) const |
| void | bound (const dds::type::BoundSeq &value) |
| dds::type::dynamic::DynamicType | element_type () const |
| void | element_type (const dds::type::dynamic::DynamicType &value) |
| dds::type::dynamic::DynamicType | key_element_type () const |
| void | key_element_type (const dds::type::dynamic::DynamicType &value) |
| bool | is_consistent () const |
Definition at line 89 of file Descriptor.hpp.
| dds::type::dynamic::DynamicType base_type | ( | ) | const |
| void base_type | ( | const dds::type::dynamic::DynamicType & | value | ) |
| const dds::type::BoundSeq bound | ( | ) | const |
| dds::type::BoundSeq& bound | ( | dds::type::BoundSeq & | dst | ) | const |
| void bound | ( | const dds::type::BoundSeq & | value | ) |
| void discriminator_type | ( | const dds::type::dynamic::DynamicType & | value | ) |
| dds::type::dynamic::DynamicType discriminator_type | ( | ) | const |
| void element_type | ( | const dds::type::dynamic::DynamicType & | value | ) |
| dds::type::dynamic::DynamicType element_type | ( | ) | const |
| bool is_consistent | ( | ) | const |
| void key_element_type | ( | const dds::type::dynamic::DynamicType & | value | ) |
| dds::type::dynamic::DynamicType key_element_type | ( | ) | const |
| dds::type::TypeKind kind | ( | ) | const |
| void kind | ( | dds::type::TypeKind | value | ) |
| void name | ( | const std::string & | value | ) |
| const std::string name | ( | ) | const |
1.7.1