OpenFOAM logo
Open Source CFD Toolkit

errorManip.H File Reference


Detailed Description

View errorManip.H
License
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
Description
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).

Usage

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)


Function Documentation

errorManip<IOerror> abort IOerror &  err  )  [inline]
 

Definition at line 148 of file errorManip.H.

Referenced by coupledPolyPatch::coupled(), edgeVertex::getEdge(), edgeVertex::getVertex(), calculatedFaPatchField::gradientInternalCoeffs(), pointIndexHit::index(), edgeVertex::isEdge(), MapInternalField< Type, MeshMapper, tetPointMesh >::operator()(), MapInternalField< Type, MeshMapper, elementMesh >::operator()(), MapInternalField< Type, MeshMapper, volMesh >::operator()(), MapInternalField< Type, MeshMapper, surfaceMesh >::operator()(), coupledFaPatch::parallel(), polyAddFace::polyAddFace(), polyAddPoint::polyAddPoint(), polyModifyFace::polyModifyFace(), coupledFaPatch::separated(), coupledPolyPatch::separation(), specieThermo::specieThermo(), edgeVertex::vertToEVert(), and FieldMapper::~FieldMapper().

errorManip<error> abort error &  err  )  [inline]
 

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().

errorManipArg<IOerror, int> exit IOerror &  err,
const int  errNo = 1
[inline]
 

Definition at line 143 of file errorManip.H.

Referenced by if(), limitedGrad::limitedGrad(), ParRunControl::runPar(), thirdBodyEfficiencies::thirdBodyEfficiencies(), and ParRunControl::~ParRunControl().

errorManipArg<error, int> exit error &  err,
const int  errNo = 1
[inline]
 

Definition at line 132 of file errorManip.H.

Referenced by StaticHashTable::operator[](), and HashTable::operator[]().

Ostream & operator<< Ostream &  ,
errorManipArg< Err, T > 
[inline]
 

Definition at line 123 of file errorManip.H.

Ostream & operator<< Ostream &  ,
errorManip< Err > 
[inline]
 

Definition at line 91 of file errorManip.H.

References Foam::T().

Here is the call graph for this function:

For further information go to www.openfoam.org