#include <TypeObject.hpp>
Inheritance diagram for BitSetType< DELEGATE >:Public Types | |
| enum | MemberId { BIT_BOUND_BITSETTYPE_MEMBER_ID = 100, BIT_BITSETTYPE_MEMBER_ID = 101 } |
Public Member Functions | |
| dds::type::Bound | bit_bound () const |
| void | bit_bound (dds::type::Bound value) |
| const dds::type::typeobject::BitSeq | bit () const |
| dds::type::typeobject::BitSeq & | bit (dds::type::typeobject::BitSeq &dst) const |
| void | bit (const dds::type::typeobject::BitSeq &value) |
Definition at line 525 of file TypeObject.hpp.
| enum MemberId |
Member IDs used in the BitSetType type
Reimplemented from Type< DELEGATE >.
Definition at line 532 of file TypeObject.hpp.
| const dds::type::typeobject::BitSeq bit | ( | ) | const |
| void bit | ( | const dds::type::typeobject::BitSeq & | value | ) |
| dds::type::typeobject::BitSeq& bit | ( | dds::type::typeobject::BitSeq & | dst | ) | const |
| dds::type::Bound bit_bound | ( | ) | const |
| void bit_bound | ( | dds::type::Bound | value | ) |
1.7.1