Public Types | Public Member Functions

BitSetType< DELEGATE > Class Template Reference

#include <TypeObject.hpp>

Inheritance diagram for BitSetType< DELEGATE >:

List of all members.

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::BitSeqbit (dds::type::typeobject::BitSeq &dst) const
void bit (const dds::type::typeobject::BitSeq &value)

Detailed Description

template<typename DELEGATE>
class tdds::type::typeobject::BitSetType< DELEGATE >

Definition at line 525 of file TypeObject.hpp.


Member Enumeration Documentation

enum MemberId

Member IDs used in the BitSetType type

Enumerator:
BIT_BOUND_BITSETTYPE_MEMBER_ID 
BIT_BITSETTYPE_MEMBER_ID 

Reimplemented from Type< DELEGATE >.

Definition at line 532 of file TypeObject.hpp.


Member Function Documentation

const dds::type::typeobject::BitSeq bit (  )  const
void bit ( const dds::type::typeobject::BitSeq value  ) 
dds::type::Bound bit_bound (  )  const
void bit_bound ( dds::type::Bound  value  ) 

The documentation for this class was generated from the following file: