#include <ParserBase.h>
Inheritance diagram for ParserInput:

Public Member Functions | |
| virtual const std::string & | fileName () const =0 throw () |
| virtual int | lineNumber () const =0 throw () |
| virtual int | nextChar ()=0 throw (ParserInputException) |
| virtual void | pushChar (int c)=0 throw (ParserInputException) |
Static Public Attributes | |
| const int | Eof = -1 |
|
|
Implemented in StdioParserInput, and StringParserInput.
|
|
|
Implemented in StdioParserInput, and StringParserInput.
|
|
|
Implemented in StdioParserInput, and StringParserInput.
|
|
|
Implemented in StdioParserInput, and StringParserInput.
|
|
|
|
1.3.8