Debug(int ThisVerbosity) | H::Debug | |
getEnabled() | H::Debug | [inline, static] |
getVerbosity() | H::Debug | [inline, static] |
operator<<(const Debug &dbg, const char *s) | H::Debug | [friend] |
operator<<(const Debug &dbg, const std::string &s) | H::Debug | [friend] |
operator<<(const Debug &dbg, const char c) | H::Debug | [friend] |
operator<<(const Debug &dbg, const int d) | H::Debug | [friend] |
operator<<(const Debug &dbg, const unsigned int d) | H::Debug | [friend] |
operator<<(const Debug &dbg, const long l) | H::Debug | [friend] |
operator<<(const Debug &dbg, const long long ll) | H::Debug | [friend] |
operator<<(const Debug &dbg, const bool b) | H::Debug | [friend] |
operator<<(const Debug &dbg, const unsigned long l) | H::Debug | [friend] |
operator<<(const Debug &dbg, const unsigned long long ll) | H::Debug | [friend] |
operator<<(const Debug &dbg, const double lf) | H::Debug | [friend] |
operator<<(const Debug &dbg, std::ostream &(*f)(std::ostream &)) | H::Debug | [friend] |
setEnabled(bool Enable) | H::Debug | [inline, static] |
setLog(std::string const &LogFile) | H::Debug | [inline, static] |
setVerbosity(int Verbosity) | H::Debug | [inline, static] |
testPrint(const Debug &dbg) | H::Debug | [inline, static] |
~Debug() | H::Debug | [virtual] |