83 std::istream::sentry s (
m_is);
99 std::istream::sentry s (
m_is);
100 if (s &&
m_is.peek() == c) {
118 bool stat = !
m_is.fail();
Helper class for converting strings to Array's.
bool at_char(char c)
Read a character.
bool at_close()
Read closing token.
bool at_num_common()
The non-template part of reading a number.
bool at_open()
Read opening token.
std::istream & m_is
The stream from which we're reading.
ArrayScanner(std::istream &is)
Constructor.
bool at_end()
Test for end-of-stream.