#include <object_factory.h>
List of all members.
Public Types |
typedef std::map< UniqueIdType,
CreateObjectFunc >::iterator | Iterator |
Public Member Functions |
template<typename DerivedClass > |
bool | register_ (UniqueIdType id) |
bool | unregister (UniqueIdType id) |
BaseClass * | create (UniqueIdType id) |
template<typename BaseClass, typename UniqueIdType>
class cvflann::ObjectFactory< BaseClass, UniqueIdType >
Member Typedef Documentation
template<typename BaseClass , typename UniqueIdType >
Member Function Documentation
template<typename BaseClass , typename UniqueIdType >
template<typename DerivedClass >
template<typename BaseClass , typename UniqueIdType >
template<typename BaseClass , typename UniqueIdType >
The documentation for this class was generated from the following file: