String expression evaluation. More...


Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::stringOps |
| Collection of static functions for various string-related operations. | |
Functions | |
| string | evaluate (label fieldWidth, const std::string &s, size_t pos=0, size_t len=std::string::npos) |
| String evaluation with specified (positive, non-zero) field width. | |
| string | evaluate (const std::string &s, size_t pos=0, size_t len=std::string::npos) |
| A simple string evaluation that handles various basic expressions. For trivial input, use readScalar instead (faster). | |
String expression evaluation.
Original source file stringOpsEvaluate.H
InNamespace Foam::stringOps
Definition in file stringOpsEvaluate.H.