The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
ai::stage_factory Class Referenceabstract

#include <stage.hpp>

Inheritance diagram for ai::stage_factory:
Inheritance graph

Public Types

typedef boost::shared_ptr
< stage_factory
factory_ptr
 
typedef std::map< std::string,
factory_ptr
factory_map
 
typedef std::pair< const
std::string, factory_ptr
factory_map_pair
 

Public Member Functions

virtual stage_ptr get_new_instance (ai_context &context, const config &cfg)=0
 
 stage_factory (const std::string &name)
 
virtual ~stage_factory ()
 

Static Public Member Functions

static factory_mapget_list ()
 

Private Member Functions

bool is_duplicate (const std::string &name)
 

Detailed Description

Definition at line 101 of file stage.hpp.

Member Typedef Documentation

Definition at line 105 of file stage.hpp.

Definition at line 106 of file stage.hpp.

Definition at line 104 of file stage.hpp.

Constructor & Destructor Documentation

ai::stage_factory::stage_factory ( const std::string name)
inline

Definition at line 118 of file stage.hpp.

References get_list(), and is_duplicate().

virtual ai::stage_factory::~stage_factory ( )
inlinevirtual

Definition at line 127 of file stage.hpp.

Member Function Documentation

static factory_map& ai::stage_factory::get_list ( )
inlinestatic
virtual stage_ptr ai::stage_factory::get_new_instance ( ai_context context,
const config cfg 
)
pure virtual
bool ai::stage_factory::is_duplicate ( const std::string name)
private

Definition at line 114 of file stage.cpp.

References ERR_AI_STAGE, gui2::event::find(), and get_list().

Referenced by stage_factory().


The documentation for this class was generated from the following files: