Public Member Functions

MemberDescriptor< DELEGATE > Class Template Reference

#include <Descriptor.hpp>

Inheritance diagram for MemberDescriptor< DELEGATE >:

List of all members.

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::UnionCaseLabelSeqlabel (dds::type::UnionCaseLabelSeq &dst) const
void label (const dds::type::UnionCaseLabelSeq &value)
bool default_label ()
void default_label (bool value)
bool is_consistent ()

Detailed Description

template<typename DELEGATE>
class tdds::type::dynamic::MemberDescriptor< DELEGATE >

Definition at line 55 of file Descriptor.hpp.


Member Function Documentation

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
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

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