57 string::stripInvalid<word>(w);
60 if (w.empty() || w.size() != t.
stringToken().size())
64 <<
"wrong token type - expected word, found " 65 "non-word characters " 75 <<
"wrong token type - expected word, found " 83 is.
check(
"Istream& operator>>(Istream&, word&)");
92 os.
check(
"Ostream& operator<<(Ostream&, const word&)");
errorManipArg< error, int > exit(error &err, const int errNo=1)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A token holds items read from Istream.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void setBad()
Set stream to be bad.
A class for handling words, derived from string.
Istream & operator>>(Istream &, directionInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
InfoProxy< token > info() const
Return info proxy.
Ostream & operator<<(Ostream &, const ensightPart &)
const word & wordToken() const
virtual Ostream & write(const token &)=0
Write next token to stream.
A class for handling character strings derived from std::string.
const string & stringToken() const