

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. | |
| template<class Type> | |
| string | toString (const Type &data, const word &prefix) |
| Stringified version of data with comma separators between components. | |
| template<class Type> | |
| string | toString (const Type &data) |
| Stringified version of data with comma separators between components. Uses prefix corresponding to the pTraits of Type. | |
| template<class Type> | |
| string | toString (ITstream &is) |
| Stringified version of primitiveEntry of Type. Uses comma separators and prefix corresponding to the pTraits of Type. | |
| List< expressions::exprString > | getList (const word &keyword, const dictionary &dict, bool mandatory=true, label recursionDepth=0) |
| Get an expression string list from a dictionary. | |
Original source file exprTools.H
Definition in file exprTools.H.