#include <TreeParserSharedInputState.hpp>
Public Member Functions | |
TreeParserInputState () | |
virtual | ~TreeParserInputState () |
Data Fields | |
int | guessing |
Private Member Functions | |
TreeParserInputState (const TreeParserInputState &) | |
TreeParserInputState & | operator= (const TreeParserInputState &) |
Definition at line 24 of file TreeParserSharedInputState.hpp.
TreeParserInputState::TreeParserInputState | ( | ) | [inline] |
Definition at line 26 of file TreeParserSharedInputState.hpp.
virtual TreeParserInputState::~TreeParserInputState | ( | ) | [inline, virtual] |
Definition at line 27 of file TreeParserSharedInputState.hpp.
TreeParserInputState::TreeParserInputState | ( | const TreeParserInputState & | ) | [private] |
TreeParserInputState& TreeParserInputState::operator= | ( | const TreeParserInputState & | ) | [private] |
Are we guessing (guessing>0)?
Definition at line 31 of file TreeParserSharedInputState.hpp.