moab
|
#include <DebugOutput.hpp>
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 229 of file DebugOutput.hpp.
moab::DebugOutputStream::DebugOutputStream | ( | ) | [inline] |
Definition at line 234 of file DebugOutput.hpp.
: referenceCount(1) {}
moab::DebugOutputStream::~DebugOutputStream | ( | ) | [virtual] |
Definition at line 18 of file DebugOutput.cpp.
{}
virtual void moab::DebugOutputStream::println | ( | const char * | pfx, |
const char * | str | ||
) | [pure virtual] |
Implemented in moab::CxxDebugStream, and moab::FILEDebugStream.
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 231 of file DebugOutput.hpp.
int moab::DebugOutputStream::referenceCount [protected] |
Definition at line 232 of file DebugOutput.hpp.