#include <string>
Namespaces | |
namespace | Error |
Defines | |
#define | METH_NAME (__FILE__ ":") |
use this as argument sF at the Error::* constructors. | |
#define | DGPR(name) |
Debug printing. More... |
|
Debug printing.
This macro shows verbous the postion, where you called it, the arguments name and its value. Its defintion is void, if the DEBUG flag is not set. |