113 <<
"Zero-length regex"
125 <<
"Wrong token type - expected word or string, found "
131 <<
"Bad token - could not get wordRe";
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void setBad() noexcept
Set stream state to be 'bad'.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual Ostream & writeQuoted(const char *str, std::streamsize len, const bool quoted=true) override
Write character/string content, with/without surrounding quotes.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A class for handling keywords in dictionaries.
bool isPattern() const noexcept
The keyType is treated as a pattern, not as literal string.
A token holds an item read from Istream.
const string & stringToken() const
Return const reference to the string contents.
bool good() const noexcept
True if token is not UNDEFINED or ERROR.
bool isQuotedString() const noexcept
Token is (quoted) STRING (string variant).
const word & wordToken() const
Return const reference to the word contents.
bool isWord() const noexcept
Token is word-variant (WORD, DIRECTIVE).
InfoProxy< token > info() const noexcept
Return info proxy, for printing token information to a stream.
A wordRe is a Foam::word, but can contain a regular expression for matching words or strings.
bool assign(const token &tok)
Assign from word or string token.
void operator=(const wordRe &str)
Copy assignment, retaining type (literal or regex).
static const wordRe null
An empty wordRe.
bool compile()
Compile as regular expression (if possible).
wordRe()
Default construct, empty literal.
@ DETECT
Detect if the string contains meta-characters.
bool isPattern() const noexcept
The wordRe is a pattern, not a literal string.
void uncompile()
Mark as literal string, remove any regular expression.
A class for handling words, derived from Foam::string.
word()=default
Default construct.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
Istream & operator>>(Istream &, directionInfo &)
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
errorManipArg< error, int > exit(error &err, const int errNo=1)