Go to the source code of this file.
Classes | |
| class | Where |
| A class to allow the WHERE macro to work. More... | |
| class | Slog |
| simple logging class with a ostream like (<<) interface More... | |
| class | LogState |
| Put this sucker on the stack to save your state. More... | |
Defines | |
| #define | WHERE (0) |
Functions | |
| Slog & | operator<< (Slog &s, UNUSED Slog &(*manip)(Slog &)) |
| Slog & | endl (Slog &s) |
| endl terminates a log... similar to std::endl | |
| Slog & | decl (Slog &s) |
| make the message MORE likely to show up | |
| Slog & | incl (Slog &s) |
| make the message LESS likely to show up | |
| Slog & | operator<< (Slog &s, UNUSED const int &r) |
| Slog & | operator<< (Slog &s, UNUSED const size_t &r) |
| Slog & | operator<< (Slog &s, UNUSED const char *str) |
| Slog & | operator<< (Slog &s, UNUSED const std::string &str) |
| Slog & | operator<< (Slog &s, UNUSED const char &c) |
| Slog & | operator<< (Slog &s, UNUSED const short &sh) |
| Slog & | operator<< (Slog &s, UNUSED const long &l) |
| Slog & | operator<< (Slog &s, UNUSED const float &f) |
| Slog & | operator<< (Slog &s, UNUSED const double &d) |
| Slog & | operator<< (Slog &s, UNUSED const Where &w) |
1.4.6