Additional Inherited Members | |
Public Member Functions inherited from ai::IFactoryRegistry< std::string, TreeNode, SteerNodeFactoryContext > | |
bool | registerFactory (const std::string &type, const IFactory< TreeNode, SteerNodeFactoryContext > &factory) |
bool | unregisterFactory (const std::string &type) |
std::shared_ptr< TreeNode > | create (const std::string &type, const SteerNodeFactoryContext *ctx=nullptr) const |
Protected Types inherited from ai::IFactoryRegistry< std::string, TreeNode, SteerNodeFactoryContext > | |
typedef std::map< const std::string, const IFactory < TreeNode, SteerNodeFactoryContext > * > | FactoryMap |
typedef FactoryMap::const_iterator | FactoryMapConstIter |
typedef FactoryMap::iterator | FactoryMapIter |
Protected Attributes inherited from ai::IFactoryRegistry< std::string, TreeNode, SteerNodeFactoryContext > | |
FactoryMap | _factories |