#include <ros_chain.h>
Public Member Functions | |
boost::shared_ptr< T > | 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 128 of file ros_chain.h.
typedef pluginlib::ClassLoader<T> canopen::GuardedClassLoader< T >::Loader [private] |
Definition at line 129 of file ros_chain.h.
canopen::GuardedClassLoader< T >::GuardedClassLoader | ( | const std::string & | package, |
const std::string & | allocator_base_class | ||
) | [inline] |
Definition at line 132 of file ros_chain.h.
boost::shared_ptr<T> canopen::GuardedClassLoader< T >::createInstance | ( | const std::string & | lookup_name | ) | [inline] |
Definition at line 136 of file ros_chain.h.
boost::shared_ptr<Loader> canopen::GuardedClassLoader< T >::loader_ [private] |
Definition at line 130 of file ros_chain.h.