MOOCHO (Single Doxygen Collection)
Version of the Day
|
Testing class. More...
#include <IterationPack_AlgorithmStepTesting.hpp>
Public Member Functions | |
bool | do_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
void | initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
void | inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
void | finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
void | print_step (const Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
Public Member Functions inherited from IterationPack::AlgorithmStep | |
virtual | ~AlgorithmStep () |
Private Member Functions | |
void | print_step_poss (const Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) const |
Additional Inherited Members | |
Public Types inherited from IterationPack::AlgorithmStep | |
typedef size_t | poss_type |
Testing class.
Definition at line 51 of file IterationPack_AlgorithmStepTesting.hpp.
|
virtual |
Implements IterationPack::AlgorithmStep.
Reimplemented in IterationPack::RuntimeConfigChangeStep, IterationPack::ControledLoop1Step, and IterationPack::MinorLoop1Step.
Definition at line 54 of file IterationPack_AlgorithmStepTesting.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 62 of file IterationPack_AlgorithmStepTesting.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 71 of file IterationPack_AlgorithmStepTesting.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 80 of file IterationPack_AlgorithmStepTesting.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 89 of file IterationPack_AlgorithmStepTesting.cpp.
|
private |
Definition at line 110 of file IterationPack_AlgorithmStepTesting.cpp.