49 val = tok.wordToken();
51 else if (tok.isQuotedString() || tok.isVariable())
56 const auto& str = tok.stringToken();
60 if (val.empty() || val.length() != str.length())
63 <<
"Empty word or non-word characters "
75 <<
"Wrong token type - expected word, found "
81 <<
"Bad token - could not get word";
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 & write(const char c) override
Write character.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static std::string::size_type length(const char *s)
Length of the character sequence (with nullptr protection).
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).
bool isVariable() const noexcept
Token is VARIABLE (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 class for handling words, derived from Foam::string.
static word validate(const std::string &s, const bool prefix=false)
Construct validated word (no invalid characters).
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)