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...
#include <OpenFOAM/errorManip.H>
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).
Definition at line 65 of file errorManip.H.
Public Member Functions | |
errorManip (void(Err::*fPtr)(), Err &t) | |
Friends | |
Ostream & | operator (Ostream &os, errorManip< Err > m) |
errorManip | ( | void(Err::*)() | fPtr, |
Err & | t | ||
) | [inline]
|
Definition at line 72 of file errorManip.H.
Ostream& operator | ( | Ostream & | os, |
errorManip< Err > | m | ||
) | [friend]
|