#include <notifier.h>
Inherited by ace::ProgressNotifier.
Public Member Functions | |
| Notifier (std::ostream &output) | |
| Object needs to know which output stream tie itself to. | |
| void | fatal_error (const std::string &message) const |
| Procedure prints the message to output stream tied within instance. | |
| void | info (const std::string &message) const |
| Procedure prints the message to output stream tied within instance. | |
| std::ostream & | output_stream (void) |
| void | warning (const std::string &message) const |
| Procedure prints the message to output stream tied within instance. | |
Protected Attributes | |
| std::ostream & | _output |
| Notifier object holds reference to output stream, where the notifications are flushed. | |
| ace::Notifier::Notifier | ( | 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::Notifier::fatal_error | ( | const std::string & | message | ) | const |
Procedure prints the message to output stream tied within instance.
| message | Notification to be print. |
| void ace::Notifier::info | ( | const std::string & | message | ) | const |
Procedure prints the message to output stream tied within instance.
| message | Notification to be print. |
| std::ostream& ace::Notifier::output_stream | ( | void | ) | [inline] |
| void ace::Notifier::warning | ( | const std::string & | message | ) | const |
Procedure prints the message to output stream tied within instance.
| message | Notification to be print. |
std::ostream& ace::Notifier::_output [protected] |
Notifier object holds reference to output stream, where the notifications are flushed.
1.5.6