27 #ifndef SCHNEK_DECKSCANNER_HPP_ 28 #define SCHNEK_DECKSCANNER_HPP_ 30 #include "tokenlist.hpp" 43 DeckScanner(std::string filename_) : tokens(filename_) {}
44 void scan(std::istream *input_,
bool newscan=
true)
70 #endif // SCHNEK_DECKSCANNER_HPP_ Definition: tokenlist.hpp:114
void insert(int line, int token)
Insert an individual token onto the list.
Definition: tokenlist.hpp:141
Definition: deckscanner.hpp:35
void reset(std::string filename_)
Empties the list and reassigns the filename.
Definition: tokenlist.hpp:127