Go to the source code of this file.
Namespaces | |
| Foam::exprTools | |
| Helper methods for creating expressions. | |
| 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... | |
Original source file exprTools.H
Definition in file exprTools.H.