#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | msgs |
Errors output handling. | |
Functions | |
void | msgs::error (const char *msg) |
Print a message to the standard error output. | |
void | msgs::error (const string &msg) |
Print a message to the standard error output. | |
bool | msgs::error (bool exp, const char *msg) |
Conditional output of an error message to the standard error output. | |
void | msgs::warn (const char *msg) |
Print a message to the standard error output. |