Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
static unsigned short | modeToLocation (const std::string &mode, std::size_t pos=0) |
static void | expandLeadingTag (std::string &s, const char b, const char e) |
static void | expandLeadingTilde (std::string &s) |
static void | expandLeading (std::string &s) |
static std::string | entryToString (const entry *eptr, const bool allowSubDict) |
static Foam::string | getVariable (const word &name, const dictionary *dictptr, const bool allowEnv, const bool allowEmpty, const bool allowSubDict) |
static Foam::string | recursiveExpand (const std::string &s, std::string::size_type &index, const dictionary *dictptr, const bool allowEnv, const bool allowEmpty, const bool allowSubDict) |
static void | expandString (std::string &s, const dictionary *dictptr, const bool allowEnv, const bool allowEmpty, const bool allowSubDict, const char sigil) |
Original source file stringOps.C
Definition in file stringOps.C.