#include <TypeObject.hpp>
Inheritance diagram for ArrayType< DELEGATE >:Public Types | |
| enum | MemberId { BOUND_ARRAYTYPE_MEMBER_ID = 200 } |
Public Member Functions | |
| const dds::type::BoundSeq | bound () const |
| dds::type::BoundSeq & | bound (dds::type::BoundSeq &dst) const |
| void | bound (const dds::type::BoundSeq &value) |
Definition at line 425 of file TypeObject.hpp.
| enum MemberId |
Member IDs used in the ArrayType type
Reimplemented from CollectionType< DELEGATE >.
Definition at line 432 of file TypeObject.hpp.
| const dds::type::BoundSeq bound | ( | ) | const |
| void bound | ( | const dds::type::BoundSeq & | value | ) |
| dds::type::BoundSeq& bound | ( | dds::type::BoundSeq & | dst | ) | const |
1.7.1