#include <ros_chain.h>
Public Types | |
typedef boost::shared_ptr< T > | ClassSharedPtr |
Public Member Functions | |
ClassSharedPtr | createInstance (const std::string &lookup_name) |
GuardedClassLoader (const std::string &package, const std::string &allocator_base_class) | |
Private Types | |
typedef pluginlib::ClassLoader< T > | Loader |
Private Attributes | |
boost::shared_ptr< Loader > | loader_ |
Definition at line 132 of file ros_chain.h.
typedef boost::shared_ptr<T> canopen::GuardedClassLoader< T >::ClassSharedPtr |
Definition at line 136 of file ros_chain.h.
|
private |
Definition at line 133 of file ros_chain.h.
|
inline |
Definition at line 137 of file ros_chain.h.
|
inline |
Definition at line 141 of file ros_chain.h.
|
private |
Definition at line 134 of file ros_chain.h.