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