Public Member Functions | |
CsaPredicate (const std::vector< std::string > &filenames) | |
~CsaPredicate () | |
bool | match (const osl::state::NumEffectState &state) const |
bool | isLoaded () const |
Private Attributes | |
osl::stl::hash_set < osl::state::SimpleState, hash > | states |
Definition at line 35 of file find-states.cc.
CsaPredicate::CsaPredicate | ( | const std::vector< std::string > & | filenames | ) | [inline] |
Definition at line 38 of file find-states.cc.
References osl::record::csa::CsaFile::getInitialState(), and states.
CsaPredicate::~CsaPredicate | ( | ) | [inline] |
Definition at line 47 of file find-states.cc.
bool CsaPredicate::isLoaded | ( | ) | const [inline, virtual] |
bool CsaPredicate::match | ( | const osl::state::NumEffectState & | state | ) | const [inline, virtual] |
Definition at line 57 of file find-states.cc.
Referenced by CsaPredicate(), isLoaded(), and match().