![]() |
|
This file is part of OpenFOAM. OpenFOAM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenFOAM; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Error stream Manipulators for exit and abort which may terminate the program or throw an exception depending of if the exception handling has beed switched on (off by default).
error << "message1" << "message2" << FoamDataType << exit(error, errNo); error << "message1" << "message2" << FoamDataType << abort(error);
Definition in file errorManip.H.
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Classes | |
class | errorManip |
class | errorManipArg |
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) |
|
|
Definition at line 137 of file errorManip.H. Referenced by autoPtr::clear(), VectorSpace::component(), tetCell::edgeFace(), tetCell::face(), PtrList::hook(), treeNode::isNode(), autoPtr::operator const T &(), tmp::operator()(), tmp::operator->(), tmp::operator=(), VectorSpace::operator[](), tmp::ptr(), VectorSpace::replace(), SLListBase::size(), DLListBase::size(), tetCell::tetEdge(), and tmp::tmp(). |
|
Definition at line 143 of file errorManip.H. Referenced by if(), limitedGrad::limitedGrad(), ParRunControl::runPar(), thirdBodyEfficiencies::thirdBodyEfficiencies(), and ParRunControl::~ParRunControl(). |
|
Definition at line 132 of file errorManip.H. Referenced by StaticHashTable::operator[](), and HashTable::operator[](). |
|
Definition at line 123 of file errorManip.H. |
|
Definition at line 91 of file errorManip.H. References Foam::T(). |
Here is the call graph for this function: