#include <abstract-search.hh>
Public Member Functions | |
iteration_logger (std::ostream &o) | |
void | update (mets::abstract_search< neighborhood_t > *as) |
This method is automatically called when this observer is attached to a "notified" subject. | |
Protected Attributes | |
int | iteration |
std::ostream & | os |
Definition at line 269 of file abstract-search.hh.
mets::iteration_logger< neighborhood_t >::iteration_logger | ( | std::ostream & | o | ) | [inline, explicit] |
Definition at line 272 of file abstract-search.hh.
void mets::iteration_logger< neighborhood_t >::update | ( | mets::abstract_search< neighborhood_t > * | ) | [inline, virtual] |
This method is automatically called when this observer is attached to a "notified" subject.
subject,: | The subject that was notified and that called our update method. |
Implements mets::observer< abstract_search< neighborhood_t > >.
Definition at line 279 of file abstract-search.hh.
int mets::iteration_logger< neighborhood_t >::iteration [protected] |
Definition at line 291 of file abstract-search.hh.
std::ostream& mets::iteration_logger< neighborhood_t >::os [protected] |
Definition at line 292 of file abstract-search.hh.