BcPOC
SF-HRP ASM implementation
|
#include <init_phase.hpp>
Public Member Functions | |
InitPhase (IEngineDescriptor *, std::vector< std::string > &) | |
int | GetAction () |
bool | Ended () |
Protected Types | |
typedef std::vector< std::pair < std::string, bool > > | item_list |
Protected Attributes | |
item_list | m_items |
IEngineDescriptor * | m_engine |
typedef std::vector< std::pair< std::string, bool> > InitPhase::item_list [protected] |
InitPhase::InitPhase | ( | IEngineDescriptor * | engine, |
std::vector< std::string > & | items | ||
) |
bool InitPhase::Ended | ( | ) |
int InitPhase::GetAction | ( | ) |
IEngineDescriptor* InitPhase::m_engine [protected] |
item_list InitPhase::m_items [protected] |