#include <alg.hh>
Inheritance diagram for RVLAlg::CondListAlg:
Public Member Functions | |
CondListAlg (Algorithm &first, Algorithm &next, Terminator &_stop) | |
virtual void | run () |
Protected Attributes | |
Terminator & | stop |
This is useful for constructing backup methods if the original method fails.
Definition at line 213 of file alg.hh.
RVLAlg::CondListAlg::CondListAlg | ( | Algorithm & | first, | |
Algorithm & | next, | |||
Terminator & | _stop | |||
) |
virtual void RVLAlg::CondListAlg::run | ( | ) | [virtual] |
Reimplemented from RVLAlg::ListAlg.
Definition at line 219 of file alg.hh.
References RVLAlg::ListAlg::one, RVLAlg::Terminator::query(), RVLAlg::Algorithm::run(), stop, and RVLAlg::ListAlg::two.
Terminator& RVLAlg::CondListAlg::stop [protected] |