#include <engine.hpp>
Public Member Functions | |
register_engine_factory (const std::string &name) | |
virtual engine_ptr | get_new_instance (readonly_context &ai, const config &cfg) |
virtual engine_ptr | get_new_instance (readonly_context &ai, const std::string &name) |
Public Member Functions inherited from ai::engine_factory | |
engine_factory (const std::string &name) | |
virtual | ~engine_factory () |
Additional Inherited Members | |
Public Types inherited from ai::engine_factory | |
typedef boost::shared_ptr < engine_factory > | factory_ptr |
typedef std::map< std::string, factory_ptr > | factory_map |
typedef std::pair< const std::string, factory_ptr > | factory_map_pair |
Static Public Member Functions inherited from ai::engine_factory | |
static factory_map & | get_list () |
Definition at line 150 of file engine.hpp.
|
inline |
Definition at line 152 of file engine.hpp.
|
inlinevirtual |
|
inlinevirtual |
Implements ai::engine_factory.
Definition at line 165 of file engine.hpp.