54 if (
isspace(c) || c == 0)
break;
59 <<
"Illegal hex digit: '" << c <<
"'"
Read a hex integer from an input stream.
static constexpr int offsetAlpha
static constexpr int offsetZero
Generic input stream using a standard (STL) stream.
ISstream & get(char &c)
Raw, low-level get character function.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
constexpr bool isspace(char c) noexcept
Test for whitespace (C-locale only).
T ReadHex(ISstream &is)
Read a hex integer from an input stream.
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)
constexpr bool isdigit(char c) noexcept
Test for digits [0-9] (C-locale only).
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)