#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <stdexcept>
#include "spucassert.h"
Include dependency graph for spucassert.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| void | SPUC::it_assert_f (string ass, string msg, string file, int line) |
Helper function for the it_assert functions. | |
| void | SPUC::it_error_f (string msg, string file, int line) |
Helper function for the it_error functions. | |
| void | SPUC::it_warning_f (string msg, string file, int line) |
Helper function for the it_warning functions. | |
| void | SPUC::it_enable_exceptions (bool on) |
| Enable/disable using exceptions for error handling. | |
| void | SPUC::it_enable_warnings () |
| Enable warnings. | |
| void | SPUC::it_disable_warnings () |
| Disable warnings. | |
2002/12/19 23:56:45
1.4.4