MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
IterationPack::AlgorithmStepTesting Class Reference

Testing class. More...

#include <IterationPack_AlgorithmStepTesting.hpp>

Inheritance diagram for IterationPack::AlgorithmStepTesting:
Inheritance graph
[legend]

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
 

Detailed Description

Testing class.

Definition at line 51 of file IterationPack_AlgorithmStepTesting.hpp.

Member Function Documentation

bool IterationPack::AlgorithmStepTesting::do_step ( Algorithm algo,
poss_type  step_poss,
EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual
void IterationPack::AlgorithmStepTesting::initialize_step ( Algorithm algo,
poss_type  step_poss,
EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 62 of file IterationPack_AlgorithmStepTesting.cpp.

void IterationPack::AlgorithmStepTesting::inform_updated ( Algorithm algo,
poss_type  step_poss,
EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 71 of file IterationPack_AlgorithmStepTesting.cpp.

void IterationPack::AlgorithmStepTesting::finalize_step ( Algorithm algo,
poss_type  step_poss,
EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 80 of file IterationPack_AlgorithmStepTesting.cpp.

void IterationPack::AlgorithmStepTesting::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
virtual

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 89 of file IterationPack_AlgorithmStepTesting.cpp.

void IterationPack::AlgorithmStepTesting::print_step_poss ( const Algorithm algo,
poss_type  step_poss,
EDoStepType  type,
poss_type  assoc_step_poss 
) const
private

Definition at line 110 of file IterationPack_AlgorithmStepTesting.cpp.


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