errorManip.H File Reference
Include dependency graph for errorManip.H:
This graph shows which files directly or indirectly include this file:

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 >
 Error stream manipulators for functions with an argument. 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)
 
errorManipArg< IOerror, int > exit (IOerror &err, const int errNo=1)
 
errorManip< error > abort (error &err)
 
errorManip< IOerror > abort (IOerror &err)
 

Detailed Description

Original source file errorManip.H

Definition in file errorManip.H.