Gromacs  2018.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::anonymous_namespace{exceptions.cpp}::MessageWriterString Class Reference
+ Inheritance diagram for gmx::anonymous_namespace{exceptions.cpp}::MessageWriterString:
+ Collaboration diagram for gmx::anonymous_namespace{exceptions.cpp}::MessageWriterString:

Description

Exception information writer to format into an std::string.

Public Member Functions

void removeTerminatingLineFeed ()
 Post-processes the output string to not end in a line feed.
 
const std::string & result () const
 Returns the constructed string.
 
virtual void writeLine (const char *text, int indent)
 Writes a single line of text into the output. More...
 
virtual void writeErrNoInfo (int errorNumber, const char *funcName, int indent)
 Writes information about a system error (errno-based). More...
 

Member Function Documentation

virtual void gmx::anonymous_namespace{exceptions.cpp}::MessageWriterString::writeErrNoInfo ( int  errorNumber,
const char *  funcName,
int  indent 
)
inlinevirtual

Writes information about a system error (errno-based).

Parameters
[in]errorNumbererrno value
[in]funcNameName of the system call (can be NULL).
[in]indentSuggested number of spaces to indent the output.

Implements gmx::anonymous_namespace{exceptions.cpp}::IMessageWriter.

virtual void gmx::anonymous_namespace{exceptions.cpp}::MessageWriterString::writeLine ( const char *  text,
int  indent 
)
inlinevirtual

Writes a single line of text into the output.

Parameters
[in]textText to write on the line.
[in]indentSuggested number of spaces to indent the line.

Implements gmx::anonymous_namespace{exceptions.cpp}::IMessageWriter.


The documentation for this class was generated from the following file: