Puma Reference Manual | Puma::Syntax::State Class Reference |
Parser state, the current position in the token stream. More...
#include <Puma/Syntax.h>
Public Member Functions | |
State () | |
Constructor. | |
State (int) | |
Constructor. | |
State (const TokenProvider::State &s) | |
Copy constructor. |
Parser state, the current position in the token stream.
Puma::Syntax::State::State | ( | ) | [inline] |
Constructor.
Puma::Syntax::State::State | ( | int | ) | [inline] |
Constructor.
Puma::Syntax::State::State | ( | const TokenProvider::State & | s | ) | [inline] |
Copy constructor.
s | The parser state to copy. |