72 <<
"empty word/expression " 81 <<
"wrong token type - expected word or string, found " 89 is.
check(
"Istream& operator>>(Istream&, wordRe&)");
98 os.
check(
"Ostream& operator<<(Ostream&, const wordRe&)");
107 os <<
"wordRe(regex) " << *
this;
111 os <<
"wordRe(plain) \"" << *
this <<
'"';
virtual void flush()=0
Flush stream.
errorManipArg< error, int > exit(error &err, const int errNo=1)
virtual bool check(const char *operation) const
Check IOstream status for given operation.
InfoProxy< token > info() const
Return info proxy.
const word & wordToken() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A token holds items read from Istream.
bool isPattern() const
Should be treated as a match rather than a literal string?
virtual Ostream & writeQuoted(const std::string &, const bool quoted=true)=0
Write std::string surrounded by quotes.
Ostream & info(Ostream &) const
Output some basic info.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void setBad()
Set stream to be bad.
A class for handling words, derived from string.
static bool isPattern(const string &)
Test string for regular expression meta characters.
Istream & operator>>(Istream &, directionInfo &)
A wordRe is a word, but can also have a regular expression for matching words.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const string & stringToken() const
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
Ostream & operator<<(Ostream &, const ensightPart &)
static const wordRe null
An empty wordRe.