#include "Inform.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "config.h"
Go to the source code of this file.
Functions | |
Inform | msgInfo ("Info)") |
Inform | msgWarn ("Warning)") |
Inform | msgErr ("ERROR)") |
Inform & | sendmsg (Inform &inform) |
manipulator for sending the message. More... | |
Inform & | ends (Inform &inform) |
manipulator for ending a message. More... |
|
manipulator for ending a message.
|
|
|
|
|
|
|
|
manipulator for sending the message.
Definition at line 49 of file Inform.C. References Inform::send. |