Generated on Tue Dec 16 13:35:08 2008 for ell-3.0.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 123 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 82 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 88 of file WalkAbortionCriterion.cc.


Field Documentation

Definition at line 126 of file WalkAbortionCriterion.hh.

Definition at line 127 of file WalkAbortionCriterion.hh.


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