#include <notifier.h>
Inherits ace::Notifier.
Public Member Functions | |
| ProgressNotifier (std::ostream &output) | |
| Object needs to know which output stream tie itself to. | |
| void | elapsed (const std::string &message) const |
| Procedure prints out the message and then append ":" and elapsed time (on new line). | |
Static Private Attributes | |
| static boost::progress_timer | _timer |
| Timer is picked up from boost library. | |
The notifications can then be printed with elapsed time appended. This functionality depends on availibility of boost.org progress library!
| ace::ProgressNotifier::ProgressNotifier | ( | std::ostream & | output | ) | [inline] |
Object needs to know which output stream tie itself to.
| output | Reference to output stream to tie itself to. |
| void ace::ProgressNotifier::elapsed | ( | const std::string & | message | ) | const |
Procedure prints out the message and then append ":" and elapsed time (on new line).
| message | Notification to be print. |
boost::progress_timer ace::ProgressNotifier::_timer [static, private] |
Timer is picked up from boost library.
1.5.6