stringOpsEvaluate.H File Reference

String expression evaluation. More...

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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 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. More...
 
string evaluate (const std::string &s, size_t pos=0, size_t len=std::string::npos)
 

Detailed Description

String expression evaluation.

Original source file stringOpsEvaluate.H

InNamespace Foam::stringOps

Definition in file stringOpsEvaluate.H.