#include <StringParserInput.h>
Inheritance diagram for Tagcoll::StringParserInput:
Public Member Functions | |
StringParserInput (const std::string &str) throw () | |
virtual | ~StringParserInput () 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 | |
std::string | _str |
std::string::const_iterator | _s |
int | _line |
Static Protected Attributes | |
static const std::string | fname |
|
|
|
|
|
Implements Tagcoll::ParserInput. |
|
Implements Tagcoll::ParserInput. |
|
Implements Tagcoll::ParserInput. |
|
Implements Tagcoll::ParserInput. |
|
|
|
|
|
|
|
|