#include <Util.h>
Static Public Member Functions | |
| static void | warn (std::string const &message) |
| Print the warning message and continue. | |
| static void | error (std::string const &message) |
| Print the error message and exit. | |
| static void | error (std::string const &errorStr, int const line, std::string const &filename, std::string const &message="") |
| Called by the TG_ASSERT macros. | |
| static void | warn (bool const condition, std::string const &message) |
| Iff condition is false, print the warning message. | |
| static std::string | itos (int n) |
| Convert n to a string. | |
1.5.1