BcPOC
SF-HRP ASM implementation
|
#include <term_phase.hpp>
Public Member Functions | |
TermPhase (IEngineDescriptor *, std::string &, std::string &) | |
int | GetAction () |
bool | Ended () |
void | SetCase (bool) |
Protected Attributes | |
bool | m_ended |
bool | m_sf |
int | m_fail |
int | m_succ |
TermPhase::TermPhase | ( | IEngineDescriptor * | engine, |
std::string & | succ, | ||
std::string & | fail | ||
) |
bool TermPhase::Ended | ( | ) |
int TermPhase::GetAction | ( | ) |
void TermPhase::SetCase | ( | bool | sfcase | ) |
bool TermPhase::m_ended [protected] |
int TermPhase::m_fail [protected] |
bool TermPhase::m_sf [protected] |
int TermPhase::m_succ [protected] |