53 const std::string& str,
57 if (literalMatch || !isPattern_)
60 return (str == *
this);
97 <<
"empty word/expression " 106 <<
"wrong token type - expected word or string, found " 114 is.
check(
"Istream& operator>>(Istream&, keyType&)");
123 os.
check(
"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.
errorManipArg< error, int > exit(error &err, const int errNo=1)
bool match(const std::string &) const
Return true if it matches the entire string.
const word & wordToken() const
Ostream & operator<<(Ostream &, const edgeMesh &)
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.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
InfoProxy< token > info() const
Return info proxy.
static const keyType null
An empty keyType.
virtual Ostream & write(const token &)=0
Write next token to stream.
A token holds items read from Istream.
void setBad()
Set stream to be bad.
const string & stringToken() const
Wrapper around POSIX extended regular expressions.
Istream & operator>>(Istream &, edgeMesh &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
#define FatalIOErrorIn(functionName, ios)
Report an error message using Foam::FatalIOError.