#include <rca.hpp>
Public Member Functions | |
register_candidate_action_factory (const std::string &name) | |
virtual candidate_action_ptr | get_new_instance (rca_context &ai, const config &cfg) |
![]() | |
candidate_action_factory (const std::string &name) | |
virtual | ~candidate_action_factory () |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< candidate_action_factory > | factory_ptr |
typedef std::map< std::string, factory_ptr > | factory_map |
typedef std::pair< const std::string, factory_ptr > | factory_map_pair |
![]() | |
static factory_map & | get_list () |
|
inline |
|
inlinevirtual |
Implements ai::candidate_action_factory.