Definition in file errorManip.H.
#include "src/OpenFOAM/db/error/error.H"
Include dependency graph for errorManip.H:Go to the source code of this file.
Classes | |
| class | errorManip< Err > |
| Error stream manipulators for exit and abort which may terminate the program or throw an exception depending if the exception handling has been switched on (off by default). More...
| |
| class | errorManipArg< Err, T > |
| errorManipArg More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
| template<class Err > | |
| Ostream & | operator<< (Ostream &, errorManip< Err >) |
| template<class Err , class T > | |
| Ostream & | operator<< (Ostream &, errorManipArg< Err, T >) |
| errorManipArg< error, int > | exit (error &err, const int errNo=1) |
| errorManip< error > | abort (error &err) |
| errorManipArg< IOerror, int > | exit (IOerror &err, const int errNo=1) |
| errorManip< IOerror > | abort (IOerror &err) |