Public Member Functions | |
StatePredicate (const std::vector< std::string > &filenames) | |
virtual | ~StatePredicate () |
virtual bool | match (const osl::state::NumEffectState &state) const |
virtual bool | isLoaded () const |
Definition at line 23 of file find-states.cc.
StatePredicate::StatePredicate | ( | const std::vector< std::string > & | filenames | ) | [inline] |
Definition at line 26 of file find-states.cc.
virtual StatePredicate::~StatePredicate | ( | ) | [inline, virtual] |
Definition at line 27 of file find-states.cc.
virtual bool StatePredicate::isLoaded | ( | ) | const [inline, virtual] |
Reimplemented in PieceStandPredicate, and CsaPredicate.
Definition at line 32 of file find-states.cc.
virtual bool StatePredicate::match | ( | const osl::state::NumEffectState & | state | ) | const [inline, virtual] |
Reimplemented in PieceStandPredicate, and CsaPredicate.
Definition at line 28 of file find-states.cc.