#include <vscan.h>
Definition at line 43 of file vscan.h.
Static Public Member Functions | |
| static IVScan * | createVScan (std::istream &input, std::string fileName) |
Private Member Functions | |
| VScanFactory () | |
| VScanFactory | ( | ) | [private] |
| IVScan * createVScan | ( | std::istream & | input, | |
| std::string | fileName | |||
| ) | [static] |
simple factory method
| input | scanner input | |
| fileName | Name (or alias) of input file (which appears in error msgs) |
Definition at line 103 of file vscan.cc.
Referenced by SyncReader::SyncReader().

1.5.4