Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
errorformat.h File Reference
#include <cstdio>
+ Include dependency graph for errorformat.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares an internal helper function for formatting standard error messages.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Functions

void gmx::internal::printFatalErrorHeader (FILE *fp, const char *title, const char *func, const char *file, int line)
 Formats a common header for fatal error messages. More...
 
void gmx::internal::printFatalErrorMessageLine (FILE *fp, const char *text, int indent)
 Formats a line of fatal error message text. More...
 
void gmx::internal::printFatalErrorFooter (FILE *fp)
 Formats a common footer for fatal error messages. More...