#include <aspect.hpp>
Public Member Functions | |
register_aspect_factory (const std::string &name) | |
aspect_ptr | get_new_instance (readonly_context &context, const config &cfg, const std::string &id) |
Public Member Functions inherited from ai::aspect_factory | |
aspect_factory (const std::string &name) | |
virtual | ~aspect_factory () |
Additional Inherited Members | |
Public Types inherited from ai::aspect_factory | |
typedef std::shared_ptr< aspect_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::aspect_factory | |
static factory_map & | get_list () |
Definition at line 478 of file aspect.hpp.
|
inline |
Definition at line 480 of file aspect.hpp.
|
inlinevirtual |
Implements ai::aspect_factory.
Definition at line 485 of file aspect.hpp.