43 setBuiltinStr(key, oss.
str());
Output to string buffer, using a OSstream. Always UNCOMPRESSED.
Foam::string str() const
Get the string. As Foam::string instead of std::string (may change in future).
static void addBuiltin(const word &key, const Type &value)
Add a builtin to the hash table - does not overwrite.
static void setBuiltin(const word &key, const Type &value)
Set a builtin to the hash table.
static void setBuiltinStr(const word &key, const string &value)
Set a builtin to the hash table.
static void addBuiltinStr(const word &key, const string &value)
Add a builtin to the hash table - does not overwrite.
A class for handling words, derived from Foam::string.