|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <DebugOutput.hpp>
Inheritance diagram for moab::DebugOutputStream:Public Member Functions | |
| DebugOutputStream () | |
| virtual | ~DebugOutputStream () |
| virtual void | println (const char *pfx, const char *str)=0 |
| virtual void | println (int rank, const char *pfx, const char *str)=0 |
Protected Attributes | |
| int | referenceCount |
Friends | |
| class | DebugOutput |
Definition at line 269 of file DebugOutput.hpp.
| moab::DebugOutputStream::DebugOutputStream | ( | ) | [inline] |
Definition at line 276 of file DebugOutput.hpp.
: referenceCount( 1 ) {}
| moab::DebugOutputStream::~DebugOutputStream | ( | ) | [virtual] |
Definition at line 15 of file DebugOutput.cpp.
{}
| virtual void moab::DebugOutputStream::println | ( | const char * | pfx, |
| const char * | str | ||
| ) | [pure virtual] |
Implemented in moab::CxxDebugStream, and moab::FILEDebugStream.
Referenced by moab::DebugOutput::process_line_buffer().
| virtual void moab::DebugOutputStream::println | ( | int | rank, |
| const char * | pfx, | ||
| const char * | str | ||
| ) | [pure virtual] |
Implemented in moab::CxxDebugStream, and moab::FILEDebugStream.
friend class DebugOutput [friend] |
Definition at line 272 of file DebugOutput.hpp.
int moab::DebugOutputStream::referenceCount [protected] |
Definition at line 273 of file DebugOutput.hpp.
Referenced by moab::DebugOutput::DebugOutput(), moab::DebugOutput::operator=(), and moab::DebugOutput::~DebugOutput().