Vcsn
2.0
Be Rational
|
Type access provider for state based symbols. More...
Public Types | |
enum | { empty = 0 } |
typedef state_type | kind_type |
The symbol type as needed by the constructor. More... | |
Public Member Functions | |
by_state () | |
Default constructor. More... | |
by_state (kind_type s) | |
Constructor. More... | |
by_state (const by_state &other) | |
Copy constructor. More... | |
void | move (by_state &that) |
Steal the symbol type from that. More... | |
symbol_number_type | type_get () const |
The (internal) type number (corresponding to state). More... | |
Public Attributes | |
state_type | state |
The state. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
The (internal) type number (corresponding to state).
"empty" when empty.
Definition at line 275 of file parse.cc.
References vcsn::rat::parser::yystos_.
Referenced by vcsn::rat::parser::stack_symbol_type::operator=().
state_type vcsn::rat::parser::by_state::state |
The state.
Definition at line 721 of file parse.hh.
Referenced by move(), vcsn::rat::parser::stack_symbol_type::operator=(), and vcsn::rat::parser::parse().