All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
CsaPredicate Class Reference
Inheritance diagram for CsaPredicate:
Inheritance graph
[legend]
Collaboration diagram for CsaPredicate:
Collaboration graph
[legend]

Public Member Functions

 CsaPredicate (const std::vector< std::string > &filenames)
 
 ~CsaPredicate ()
 
bool match (const osl::state::NumEffectState &state) const
 
bool isLoaded () const
 
- Public Member Functions inherited from StatePredicate
 StatePredicate (const std::vector< std::string > &filenames)
 
virtual ~StatePredicate ()
 

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.

CsaPredicate::~CsaPredicate ( )
inline

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

Member Function Documentation

bool CsaPredicate::isLoaded ( ) const
inlinevirtual

Reimplemented from StatePredicate.

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

References states.

bool CsaPredicate::match ( const osl::state::NumEffectState state) const
inlinevirtual

Reimplemented from StatePredicate.

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

References states.

Member Data Documentation

osl::stl::hash_set<osl::state::SimpleState, hash> CsaPredicate::states
private

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: