class repeatiterator : public testiterator Object for implementing a repeat test iterator
| | repeatiterator () Default constructor |
| | begin (std::ostringstream& errmsg) Startup method. |
| | evaluate (std::ostringstream& errmsg, bool& anotherone, int testrindex, int& rindex, bool& notify) Evaluation method. |
| | numOfSteps () const Setup method. |
| | self () const New repeat test iterator object. |
| | numsteps number of iterations |
Repeat test iterator This object implements the test iterator for repeating tests. The only parameter is the number of iterations.
virtual bool begin(std::ostringstream& errmsg)
virtual bool evaluate(std::ostringstream& errmsg, bool& anotherone, int testrindex, int& rindex, bool& notify)
anotherone - true if continue, false if stop
testrindex - first result index of test
rindex - result index for iterator result (in/out)
notify - if true upon return sends a notfication message
virtual int numOfSteps() const
virtual testiterator* self() const
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++