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