#include <CaDesigner.h>

Definition at line 398 of file CaDesigner.h.
Public Member Functions | ||||
| ResultsWatch (CaDesigner *solver, std::ostream &streamTo) | ||||
| ||||
| virtual | ~ResultsWatch () | |||
| virtual void | notify () | |||
| Event notification, usually called by object implementing ISubject interface. | ||||
Private Attributes | ||||
| Private * | d | |||
| ResultsWatch | ( | CaDesigner * | solver, | |
| std::ostream & | streamTo | |||
| ) |
| solver | Observed solver. |
| streamTo | Standard output stream to write to. |
Definition at line 643 of file CaDesigner.cpp.
| ~ResultsWatch | ( | ) | [virtual] |
Definition at line 650 of file CaDesigner.cpp.
| void notify | ( | ) | [virtual] |
Event notification, usually called by object implementing ISubject interface.
Implements IObserver.
Definition at line 654 of file CaDesigner.cpp.
References C_LIGHT_BLUE, C_NO_COLOR, CaDesigner::getSolutionsCount(), CaDesigner::getStatistics(), and writeStats().

Private* d [private] |
Definition at line 409 of file CaDesigner.h.
1.5.4