Go to the documentation of this file.
57 <<
"Wrong token type - expected string, found "
63 <<
"Bad token - could not get string";
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
const string & stringToken() const
Return const reference to the string contents.
Istream & operator>>(Istream &, directionInfo &)
A token holds an item read from Istream.
virtual Ostream & write(const char c)
Write character.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)
InfoProxy< token > info() const
Return info proxy for printing token information to a stream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual bool check(const char *operation) const
Check IOstream status for given operation.
OBJstream os(runTime.globalPath()/outputName)
errorManipArg< error, int > exit(error &err, const int errNo=1)
bool good() const noexcept
True if token is not UNDEFINED or ERROR.
bool isString() const noexcept
Token is string-variant (STRING, EXPRESSION, VARIABLE, VERBATIM)
string()=default
Default construct.
void setBad()
Set stream state to be 'bad'.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...