Generated on Mon Jun 23 17:18:28 2008 for ell-2.3.0 by doxygen 1.5.1

ell::WAC_OR Class Reference

#include <WalkAbortionCriterion.hh>

Inheritance diagram for ell::WAC_OR:

Inheritance graph
[legend]

Detailed Description

This subclass sof WalkAbortionCriterion aborts a walk if the one of the given WalkAbortionCriterion objects aborts.

Author:
Daniel Maticzka

Definition at line 115 of file WalkAbortionCriterion.hh.

Public Member Functions

bool abort (StateCollector *sc) const
 WAC_OR (const WalkAbortionCriterion &wac_a, const WalkAbortionCriterion &wac_b)

Private Attributes

const WalkAbortionCriterionwac_a
const WalkAbortionCriterionwac_b


Constructor & Destructor Documentation

ell::WAC_OR::WAC_OR ( const WalkAbortionCriterion wac_a,
const WalkAbortionCriterion wac_b 
)

Parameters:
wac_a first WalkAbortionCriterion to check
wac_b second WalkAbortionCriterion to check

Definition at line 73 of file WalkAbortionCriterion.cc.


Member Function Documentation

bool ell::WAC_OR::abort ( StateCollector sc  )  const [virtual]

Returns true if the StateCollector sc fulfills a defined property.

Implements ell::WalkAbortionCriterion.

Definition at line 79 of file WalkAbortionCriterion.cc.


Field Documentation

Definition at line 118 of file WalkAbortionCriterion.hh.

Definition at line 119 of file WalkAbortionCriterion.hh.


The documentation for this class was generated from the following files: