MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Member Functions | |
CxxDebugStream (std::ostream &str) | |
void | println (int rank, const char *pfx, const char *str) |
void | println (const char *pfx, const char *str) |
Private Attributes | |
std::ostream & | outStr |
Definition at line 40 of file DebugOutput.cpp.
moab::CxxDebugStream::CxxDebugStream | ( | std::ostream & | str | ) | [inline] |
Definition at line 46 of file DebugOutput.cpp.
: outStr( str ) {}
void moab::CxxDebugStream::println | ( | int | rank, |
const char * | pfx, | ||
const char * | str | ||
) | [virtual] |
Implements moab::DebugOutputStream.
Definition at line 50 of file DebugOutput.cpp.
References outStr.
void moab::CxxDebugStream::println | ( | const char * | pfx, |
const char * | str | ||
) | [virtual] |
Implements moab::DebugOutputStream.
Definition at line 56 of file DebugOutput.cpp.
References outStr.
std::ostream& moab::CxxDebugStream::outStr [private] |
Definition at line 43 of file DebugOutput.cpp.
Referenced by println().