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

Go to the source code of this file.

Namespaces

namespace  Foam::exprTools
 Helper methods for creating expressions.
 
namespace  Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
string zeroValue ()
 Stringified value for zero of given type. More...
 
template<class Type >
string toString (const Type &data, const word &prefix)
 Stringified version of data with comma separators between components. More...
 
template<class Type >
string toString (const Type &data)
 
template<class Type >
string toString (ITstream &is)
 
List< expressions::exprString > getList (const dictionary &dict, const word &keyword, bool mandatory=true, label recursionDepth=0)
 Get an expression string list from a dictionary. More...
 

Detailed Description

Original source file exprTools.H

Definition in file exprTools.H.