Public Member Functions | Private Attributes
CsaPredicate Class Reference
Inheritance diagram for CsaPredicate:
Inheritance graph
[legend]
Collaboration diagram for CsaPredicate:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 35 of file find-states.cc.


Constructor & Destructor Documentation

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.

Definition at line 47 of file find-states.cc.


Member Function Documentation

bool CsaPredicate::isLoaded ( ) const [inline, virtual]

Reimplemented from StatePredicate.

Definition at line 52 of file find-states.cc.

References states.

bool CsaPredicate::match ( const osl::state::NumEffectState state) const [inline, virtual]

Reimplemented from StatePredicate.

Definition at line 48 of file find-states.cc.

References states.


Member Data Documentation

Definition at line 57 of file find-states.cc.

Referenced by CsaPredicate(), isLoaded(), and match().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines