#include <ZlibParserInput.h>
Inheritance diagram for ZlibParserInput:
Public Member Functions | |
ZlibParserInput (const std::string &fname) throw (FileException) | |
virtual | ~ZlibParserInput () throw () |
virtual const std::string & | fileName () const throw () |
virtual int | lineNumber () const throw () |
virtual int | nextChar () throw (ParserInputException) |
virtual void | pushChar (int c) throw (ParserInputException) |
Protected Attributes | |
ZlibParserInputData * | _data |
std::string | _file |
int | _line |
|
|
|
|
|
Implements ParserInput. |
|
Implements ParserInput. |
|
Implements ParserInput. |
|
Implements ParserInput. |
|
|
|
|
|
|