Go to the source code of this file.
Compounds | |
class | Inform |
Takes messages and displays them to the given ostream. Also creates 3 global instances: msgInfo, msgWarn, msgErr. A message is sent to an Inform object by treating it as an ostream, then ending the message by sending the 'sendmsg' manipulator. More... | |
Defines | |
#define | MAX_MSG_SIZE (1024 * 8) |
Functions | |
Inform & | sendmsg (Inform &) |
manipulator for sending the message. More... | |
Inform & | ends (Inform &) |
manipulator for ending a message. More... | |
Variables | |
Inform | msgInfo |
Generally informative messages. More... | |
Inform | msgWarn |
Warnings of possible problems. More... | |
Inform | msgErr |
Error messages, more serious. More... |
|
Definition at line 26 of file Inform.h. Referenced by Inform::operator<<. |
|
manipulator for ending a message.
|
|
manipulator for sending the message.
|
|
Error messages, more serious.
|
|
Generally informative messages.
|
|
Warnings of possible problems.
|