MOOCHO (Single Doxygen Collection)
Version of the Day
|
Testing class. More...
#include <IterationPack_AlgorithmTrackTesting.hpp>
Public Member Functions | |
AlgorithmTrackTesting (const ostream_ptr_t &journal_out) | |
void | output_iteration (const Algorithm &algo) const |
void | output_final (const Algorithm &algo, EAlgoReturn algo_return) const |
Public Member Functions inherited from IterationPack::AlgorithmTracker | |
virtual | ~AlgorithmTracker () |
AlgorithmTracker (const ostream_ptr_t &journal_out) | |
Construct with an output stream for journal_out. More... | |
virtual void | initialize () |
Reinitialize the track object right before it is used. More... | |
virtual void | set_journal_out (const ostream_ptr_t &journal_out) |
Set a smart pointer to the journal file. More... | |
const ostream_ptr_t & | get_journal_out () const |
Get the smart pointer to the journal file. More... | |
virtual std::ostream & | journal_out () const |
Return a reference to a std::ostream to be used to output debug information and the like. More... | |
Testing class.
Definition at line 51 of file IterationPack_AlgorithmTrackTesting.hpp.
|
inline |
Definition at line 54 of file IterationPack_AlgorithmTrackTesting.hpp.
Reimplemented from IterationPack::AlgorithmTracker.
Definition at line 49 of file IterationPack_AlgorithmTrackTesting.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmTracker.
Definition at line 66 of file IterationPack_AlgorithmTrackTesting.cpp.