| Puma Reference Manual | Puma: Puma::Syntax::State Class Reference |
#include <Puma/Syntax.h>

Public Member Functions | |
| State () | |
| Constructor. | |
| State (int) | |
| Constructor. | |
| State (const TokenProvider::State &s) | |
| Copy constructor. | |
| 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. |