#include <StringParserInput.h>
Inheritance diagram for 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 | |
const std::string & | _str |
std::string::const_iterator | _s |
int | _line |
Static Protected Attributes | |
const std::string | fname |
|
|
|
|
|
Implements ParserInput. |
|
Implements ParserInput. |
|
Implements ParserInput. |
|
Implements ParserInput. |
|
|
|
|
|
|
|
|