|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <lalr.H>

Public Member Functions | |
| item (terminal *agg, nat p, nat r, const terminalset &la=terminalset()) | |
| bool | operator< (const item &rhs) const |
| bool | operator== (const item &rhs) const |
Public Attributes | |
| terminal * | agg |
| nat | p |
| nat | r |
| terminalset | la |
| hobbes::item::item | ( | terminal * | agg, |
| nat | p, | ||
| nat | r, | ||
| const terminalset & | la = terminalset() |
||
| ) |
| bool hobbes::item::operator< | ( | const item & | rhs | ) | const |
| bool hobbes::item::operator== | ( | const item & | rhs | ) | const |
| terminal* hobbes::item::agg |
| terminalset hobbes::item::la |
| nat hobbes::item::p |
| nat hobbes::item::r |
1.8.13