|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Inheritance diagram for moab::FILEDebugStream:
Collaboration diagram for moab::FILEDebugStream:Public Member Functions | |
| FILEDebugStream (FILE *filep) | |
| void | println (int rank, const char *pfx, const char *str) |
| void | println (const char *pfx, const char *str) |
Private Attributes | |
| FILE * | filePtr |
Definition at line 17 of file DebugOutput.cpp.
| moab::FILEDebugStream::FILEDebugStream | ( | FILE * | filep | ) | [inline] |
Definition at line 23 of file DebugOutput.cpp.
: filePtr( filep ) {}
| void moab::FILEDebugStream::println | ( | int | rank, |
| const char * | pfx, | ||
| const char * | str | ||
| ) | [virtual] |
Implements moab::DebugOutputStream.
Definition at line 27 of file DebugOutput.cpp.
References filePtr.
| void moab::FILEDebugStream::println | ( | const char * | pfx, |
| const char * | str | ||
| ) | [virtual] |
Implements moab::DebugOutputStream.
Definition at line 32 of file DebugOutput.cpp.
References filePtr.
FILE* moab::FILEDebugStream::filePtr [private] |
Definition at line 20 of file DebugOutput.cpp.
Referenced by println().