Class Index | Cross Index | Namespace Index |
Contained in: General
Derived from:
none
Derived by:
none
#include "general/ErrorLog.hh"
public function member index: |
|||
ErrorLog | (std::ostream& Stream, bool OpenState); | ||
~ErrorLog | (); | ||
static bool | AbortOnAssertFailure | (); | |
static void | AbortOnAssertFailure | (bool Value); | |
bool | IsOpen | () const; | |
bool | IsOpen | (bool State); | |
void | MaskBitClear | (state State); | |
void | MaskBitSet | (state State); | |
void | operator () | (state State, const char* Filename, const int Line, const std::string& Message, bool EOL = true); | |