#include <alg.hh>
Inheritance diagram for RVLAlg::DoLoopAlg:

Public Member Functions | |
| DoLoopAlg (Algorithm &alg, Terminator &stop) | |
| virtual void | run () | 
This mimics the behavior of a C do-while loop.
Definition at line 196 of file alg.hh.
| RVLAlg::DoLoopAlg::DoLoopAlg | ( | Algorithm & | alg, | |
| Terminator & | stop | |||
| ) | 
| virtual void RVLAlg::DoLoopAlg::run | ( | ) |  [virtual] | 
        
Reimplemented from RVLAlg::LoopAlg.
Definition at line 200 of file alg.hh.
References RVLAlg::LoopAlg::inside, RVLAlg::LoopAlg::run(), and RVLAlg::Algorithm::run().
 1.4.7