77 void operator=(
const std::string&);
120 bool match(
const std::string&,
bool literalMatch=
false)
const;
127 inline void operator=(
const keyType&);
130 inline void operator=(
const word&);
133 inline void operator=(
const string&);
136 inline void operator=(
const char*);
A class for handling keywords in dictionaries.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
bool match(const std::string &, bool literalMatch=false) const
Smart match as regular expression or as a string.
friend Istream & operator>>(Istream &, keyType &)
A class for handling words, derived from string.
Istream & operator>>(Istream &, directionInfo &)
friend Ostream & operator<<(Ostream &, const keyType &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Ostream & operator<<(Ostream &, const ensightPart &)
static const keyType null
An empty keyType.
bool isPattern() const
Should be treated as a match rather than a literal string.