#include <MemParserInput.h>
Inheritance diagram for Tagcoll::MemParserInput:
Public Member Functions | |
MemParserInput (const std::string &fname, const char *buf, int len) throw () | |
MemParserInput (const char *buf, int len) throw () | |
virtual | ~MemParserInput () throw () |
virtual const std::string & | fileName () const throw () |
virtual int | lineNumber () const throw () |
virtual int | nextChar () throw () |
virtual void | pushChar (int c) throw () |
Protected Attributes | |
const std::string | fname |
const char * | buf |
int | pos |
int | len |
int | _line |
|
|
|
|
|
|
|
Implements Tagcoll::ParserInput. |
|
Implements Tagcoll::ParserInput. |
|
Implements Tagcoll::ParserInput. |
|
Implements Tagcoll::ParserInput. |
|
|
|
|
|
|
|
|
|
|