Public Member Functions

TypeDescriptor< DELEGATE > Class Template Reference

#include <Descriptor.hpp>

Inheritance diagram for TypeDescriptor< DELEGATE >:

List of all members.

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::BoundSeqbound (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

Detailed Description

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

Definition at line 89 of file Descriptor.hpp.


Member Function Documentation

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

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