Public Types | |
typedef boost::intrusive_ptr< AutoConfigDataSource > | shared_ptr |
Public Types inherited from RTT::internal::AssignableDataSource< RTT::PropertyBag > | |
typedef boost::intrusive_ptr< const AssignableDataSource< RTT::PropertyBag > > | const_ptr |
typedef DataSource< RTT::PropertyBag >::const_reference_t | const_reference_t |
typedef boost::call_traits< value_t >::param_type | param_t |
typedef boost::call_traits< value_t >::reference | reference_t |
typedef boost::intrusive_ptr< AssignableDataSource< RTT::PropertyBag > > | shared_ptr |
typedef DataSource< RTT::PropertyBag >::value_t | value_t |
Public Types inherited from RTT::internal::DataSource< T > | |
typedef boost::intrusive_ptr< const DataSource< T > > | const_ptr |
typedef details::GetConstRef< T >::type | const_reference_t |
typedef T | result_t |
typedef boost::intrusive_ptr< DataSource< T > > | shared_ptr |
typedef T | value_t |
Public Types inherited from RTT::base::DataSourceBase | |
typedef boost::intrusive_ptr< const DataSourceBase > | const_ptr |
typedef boost::intrusive_ptr< DataSourceBase > | shared_ptr |
Static Public Member Functions | |
static AutoConfigDataSource * | narrow (RTT::base::DataSourceBase *dsb) |
Static Public Member Functions inherited from RTT::internal::AssignableDataSource< RTT::PropertyBag > | |
static AssignableDataSource< RTT::PropertyBag > * | narrow (base::DataSourceBase *db) |
Static Public Member Functions inherited from RTT::internal::DataSource< T > | |
static std::string | GetType () |
static const types::TypeInfo * | GetTypeInfo () |
static std::string | GetTypeName () |
static DataSource< T > * | narrow (base::DataSourceBase *db) |
Static Public Member Functions inherited from RTT::base::DataSourceBase | |
static const_ptr | stack_const_ptr (const DataSourceBase *dsb) |
static shared_ptr | stack_shared_ptr (DataSourceBase *dsb) |
Protected Attributes | |
AutoConfig | mdata |
Protected Attributes inherited from RTT::base::DataSourceBase | |
os::AtomicInt | refcount |
Additional Inherited Members | |
Protected Member Functions inherited from RTT::internal::AssignableDataSource< RTT::PropertyBag > | |
~AssignableDataSource () | |
Protected Member Functions inherited from RTT::internal::DataSource< T > | |
virtual | ~DataSource () |
Protected Member Functions inherited from RTT::base::DataSourceBase | |
virtual | ~DataSourceBase () |
A special datasource that holds an instance of an AutoConfig description.
The AutoConfigDataSource is used internally to store AutoConfig instances in a Property<RTT::PropertyBag>.
Definition at line 57 of file auto_config.cpp.
typedef boost::intrusive_ptr<AutoConfigDataSource> rtt_dynamic_reconfigure::AutoConfigDataSource::shared_ptr |
Definition at line 66 of file auto_config.cpp.
|
inline |
Definition at line 64 of file auto_config.cpp.
|
inline |
Definition at line 68 of file auto_config.cpp.
|
inline |
Definition at line 69 of file auto_config.cpp.
|
inlinevirtual |
Implements RTT::internal::AssignableDataSource< RTT::PropertyBag >.
Definition at line 78 of file auto_config.cpp.
|
inlinevirtual |
Implements RTT::base::DataSourceBase.
Definition at line 81 of file auto_config.cpp.
|
inlinevirtual |
Implements RTT::internal::DataSource< T >.
Definition at line 71 of file auto_config.cpp.
|
inlinestatic |
This method narrows a base::DataSourceBase to a AutoConfigDataSource, possibly returning a new object.
Definition at line 98 of file auto_config.cpp.
|
inlinevirtual |
Implements RTT::internal::DataSource< T >.
Definition at line 76 of file auto_config.cpp.
|
inline |
Definition at line 74 of file auto_config.cpp.
|
inlinevirtual |
Implements RTT::internal::AssignableDataSource< RTT::PropertyBag >.
Definition at line 75 of file auto_config.cpp.
|
inlinevirtual |
Implements RTT::internal::DataSource< T >.
Definition at line 72 of file auto_config.cpp.
|
protected |
Definition at line 61 of file auto_config.cpp.