Exception information writer to format into a TextOutputStream.
|
| MessageWriterTextWriter (TextWriter *writer) |
| Initializes a writer that writes to the given stream.
|
|
void | writeLine (const char *text, int indent) override |
| Writes a single line of text into the output. More...
|
|
void | writeErrNoInfo (int errorNumber, const char *funcName, int indent) override |
| Writes information about a system error (errno-based). More...
|
|
void gmx::anonymous_namespace{exceptions.cpp}::MessageWriterTextWriter::writeErrNoInfo |
( |
int |
errorNumber, |
|
|
const char * |
funcName, |
|
|
int |
indent |
|
) |
| |
|
inlineoverridevirtual |
void gmx::anonymous_namespace{exceptions.cpp}::MessageWriterTextWriter::writeLine |
( |
const char * |
text, |
|
|
int |
indent |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: