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) |
Public Member Functions inherited from moab::DebugOutputStream | |
DebugOutputStream () | |
virtual | ~DebugOutputStream () |
Private Attributes | |
std::ostream & | outStr |
Additional Inherited Members | |
Protected Attributes inherited from moab::DebugOutputStream | |
int | referenceCount |
Definition at line 40 of file DebugOutput.cpp.
|
inline |
Definition at line 46 of file DebugOutput.cpp.
|
virtual |
Implements moab::DebugOutputStream.
Definition at line 56 of file DebugOutput.cpp.
References outStr.
|
virtual |
Implements moab::DebugOutputStream.
Definition at line 50 of file DebugOutput.cpp.
References outStr.
|
private |
Definition at line 43 of file DebugOutput.cpp.
Referenced by println().