#include <scanner.h>
Definition at line 137 of file scanner.h.
Static Public Member Functions | |
| static IScanner * | createScanner (std::istream &input, std::string fileName) |
Private Member Functions | |
| ScannerFactory () | |
| ScannerFactory | ( | ) | [private] |
| IScanner * createScanner | ( | std::istream & | input, | |
| std::string | fileName | |||
| ) | [static] |
simple factory method
| input | stream to read from | |
| fileName | Name (or alias) of input file (which appears in error msgs) |
Definition at line 296 of file scanner.cc.
Referenced by main(), and run().

1.5.4