Public Member Functions | |
CxxErrorStream (std::ostream &str) | |
void | println (int rank, const char *str) |
void | println (const char *str) |
Public Member Functions inherited from moab::ErrorOutputStream | |
ErrorOutputStream () | |
virtual | ~ErrorOutputStream () |
Private Attributes | |
std::ostream & | outStr |
Definition at line 39 of file ErrorOutput.cpp.
|
inline |
Definition at line 45 of file ErrorOutput.cpp.
|
virtual |
Implements moab::ErrorOutputStream.
Definition at line 56 of file ErrorOutput.cpp.
References outStr.
|
virtual |
Implements moab::ErrorOutputStream.
Definition at line 50 of file ErrorOutput.cpp.
References outStr.
|
private |
Definition at line 42 of file ErrorOutput.cpp.
Referenced by println().