Template Class MetaObject
- Defined in File meta_object.hpp 
Inheritance Relationships
Base Type
- public class_loader::impl::AbstractMetaObject< B >(Template Class AbstractMetaObject)
Class Documentation
- 
template<class C, class B>
 class MetaObject : public class_loader::impl::AbstractMetaObject<B>
- The actual factory. - @parm C The derived class (the actual plugin) @parm B The base class interface for the plugin - Public Functions - 
inline MetaObject(const std::string &class_name, const std::string &base_class_name)
- Constructor for the class. 
 
- 
inline MetaObject(const std::string &class_name, const std::string &base_class_name)