scannerwrapper.h

Go to the documentation of this file.
00001 
00002 #ifndef ScannerH
00003 #define ScannerH
00004 
00005 class ScannerPrivateData;
00006 
00007 class Scanner {
00008       
00009       ScannerPrivateData* data;
00010    public:
00011       Scanner();
00012       int yylex();
00013       ~Scanner();
00014 };
00015 
00016 
00017 #endif

Generated on Mon May 21 01:26:37 2012 for Advanced Strategic Command by  doxygen 1.5.1