50 <<
"Bad token - could not get uint8/direction"
51 << exit(FatalIOError);
63 <<
"Wrong token type - expected label (uint8/direction), found "
65 <<
exit(FatalIOError);
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)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A token holds an item read from Istream.
bool isLabel() const noexcept
Integral token is convertible to Foam::label.
bool good() const noexcept
True if token is not UNDEFINED or ERROR.
label labelToken() const
Return integer type as label value or Error.
InfoProxy< token > info() const noexcept
Return info proxy, for printing token information to a stream.
Direction is an 8-bit unsigned integer type used to represent Cartesian directions,...
#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).
direction readDirection(Istream &is)
Read direction (uint8_t) from stream.
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)