38 isPattern_(s.isPattern())
84 inline void Foam::keyType::operator=(
const keyType& s)
88 isPattern_ = s.isPattern_;
92 inline void Foam::keyType::operator=(
const word& s)
99 inline void Foam::keyType::operator=(
const string& s)
107 inline void Foam::keyType::operator=(
const char* s)
A class for handling keywords in dictionaries.
void operator=(const word &)
A class for handling words, derived from string.
void operator=(const string &)
bool isPattern() const
Should be treated as a match rather than a literal string.