Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include <ErrorOutput.hpp>
Public Member Functions | |
ErrorOutputStream () | |
virtual | ~ErrorOutputStream () |
virtual void | println (const char *str)=0 |
virtual void | println (int rank, const char *str)=0 |
Definition at line 108 of file ErrorOutput.hpp.
moab::ErrorOutputStream::ErrorOutputStream | ( | ) | [inline] |
Definition at line 111 of file ErrorOutput.hpp.
{}
virtual moab::ErrorOutputStream::~ErrorOutputStream | ( | ) | [inline, virtual] |
Definition at line 112 of file ErrorOutput.hpp.
{}
virtual void moab::ErrorOutputStream::println | ( | const char * | str | ) | [pure virtual] |
Implemented in moab::CxxErrorStream, and moab::FILEErrorStream.
Referenced by moab::ErrorOutput::process_line_buffer().
virtual void moab::ErrorOutputStream::println | ( | int | rank, |
const char * | str | ||
) | [pure virtual] |
Implemented in moab::CxxErrorStream, and moab::FILEErrorStream.