59 return os << char(pt);
65 return os << char(pt);
89 os <<
" an undefined token";
93 os <<
" the punctuation token " <<
'\'' << t.
pToken() <<
'\'';
97 os <<
" the word " <<
'\'' << t.
wordToken() <<
'\'';
125 os <<
" the unsigned 32-bit integer "
130 os <<
" the unsigned 64-bit integer "
150 os <<
" the empty compound of type "
155 os <<
" the compound of type "
166 os <<
" an unknown token type " <<
'\'' << int(t.
type()) <<
'\'';
183 os <<
" an undefined token";
187 os <<
" the punctuation token " <<
'\'' << t.
pToken() <<
'\'';
191 os <<
" the word " <<
'\'' << t.
wordToken() <<
'\'';
220 os <<
" the unsigned 32-bit integer "
225 os <<
" the unsigned 64-bit integer "
245 os <<
" the empty compound of type "
250 os <<
" the compound of type "
261 os <<
" an unknown token type " <<
'\'' << int(t.
type()) <<
'\'';
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
A helper class for outputting values to Ostream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual Istream & read(token &)=0
Return next token from stream.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual Ostream & write(const token &)
Write token.
Abstract base class for complex tokens.
virtual void write(Ostream &) const =0
A token holds items read from Istream.
longDoubleScalar longDoubleScalarToken() const
const variable & variableToken() const
int32_t integer32Token() const
const functionName & functionNameToken() const
floatScalar floatScalarToken() const
punctuationToken
Standard punctuation tokens.
const string & stringToken() const
punctuationToken pToken() const
uint32_t unsignedInteger32Token() const
int64_t integer64Token() const
const compound & compoundToken() const
uint64_t unsignedInteger64Token() const
doubleScalar doubleScalarToken() const
const word & wordToken() const
const verbatimString & verbatimStringToken() const
Istream & operator>>(Istream &, pointEdgeDist &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)