Go to the documentation of this file.
39 <<
"Attempt to get back from bad stream"
61 <<
"Attempt to put back onto bad stream"
67 <<
"Attempt to put back another token"
82 token delimiter(*
this);
88 <<
"' while reading " << funcName
89 <<
", found " << delimiter.
info()
99 token delimiter(*
this);
105 <<
"' while reading " << funcName
106 <<
", found " << delimiter.
info()
117 return readBegin(funcName);
125 token delimiter(*
this);
133 <<
"' while reading " << funcName
134 <<
", found " << delimiter.
info()
140 return delimiter.
pToken();
146 token delimiter(*
this);
154 <<
"' while reading " << funcName
155 <<
", found " << delimiter.
info()
161 return delimiter.
pToken();
169 check(
"Istream::operator()");
173 return const_cast<Istream&
>(*this);