Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
Public Member Functions | |
FILEErrorStream (FILE *filep) | |
void | println (int rank, const char *str) |
void | println (const char *str) |
Private Attributes | |
FILE * | filePtr |
Definition at line 16 of file ErrorOutput.cpp.
moab::FILEErrorStream::FILEErrorStream | ( | FILE * | filep | ) | [inline] |
Definition at line 22 of file ErrorOutput.cpp.
: filePtr( filep ) {}
void moab::FILEErrorStream::println | ( | int | rank, |
const char * | str | ||
) | [virtual] |
Implements moab::ErrorOutputStream.
Definition at line 27 of file ErrorOutput.cpp.
References filePtr.
void moab::FILEErrorStream::println | ( | const char * | str | ) | [virtual] |
Implements moab::ErrorOutputStream.
Definition at line 33 of file ErrorOutput.cpp.
References filePtr.
FILE* moab::FILEErrorStream::filePtr [private] |
Definition at line 19 of file ErrorOutput.cpp.
Referenced by println().