|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Inheritance diagram for moab::CxxErrorStream:
Collaboration diagram for moab::CxxErrorStream:Public Member Functions | |
| CxxErrorStream (std::ostream &str) | |
| void | println (int rank, const char *str) |
| void | println (const char *str) |
Private Attributes | |
| std::ostream & | outStr |
Definition at line 39 of file ErrorOutput.cpp.
| moab::CxxErrorStream::CxxErrorStream | ( | std::ostream & | str | ) | [inline] |
Definition at line 45 of file ErrorOutput.cpp.
: outStr( str ) {}
| void moab::CxxErrorStream::println | ( | int | rank, |
| const char * | str | ||
| ) | [virtual] |
Implements moab::ErrorOutputStream.
Definition at line 50 of file ErrorOutput.cpp.
References outStr.
| void moab::CxxErrorStream::println | ( | const char * | str | ) | [virtual] |
Implements moab::ErrorOutputStream.
Definition at line 56 of file ErrorOutput.cpp.
References outStr.
std::ostream& moab::CxxErrorStream::outStr [private] |
Definition at line 42 of file ErrorOutput.cpp.
Referenced by println().