16#ifndef CXXUTILS_ARRAYSCANNER_H
17#define CXXUTILS_ARRAYSCANNER_H
ArrayScanner(std::istream &is)
Constructor.
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.
bool at_num(T &elt)
Read number.
std::istream & m_is
The stream from which we're reading.
ArrayScanner(std::istream &is)
Constructor.
bool at_end()
Test for end-of-stream.
Namespace for helper functions.