16#ifndef CXXUTILS_ARRAYSCANNER_H
17#define CXXUTILS_ARRAYSCANNER_H
bool at_num(T &elt)
Read number.
ArrayScanner(std::istream &is)
Constructor.
Helper class for converting strings to Array's.
bool at_char(char c)
Read a character.
bool at_num_common()
The non-template part of reading a number.
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()
Read opening token.
Namespace for helper functions.