#include <lxr.hh>
Public Member Functions | |
| transition (select_type sel, char_type sel_id, int flags, state_type next) | |
| bool | fTest (flag_bits b) const |
| state_type | next (void) const |
| select_type | sType (void) const |
| char_type | selID (void) const |
| lxr::transition::transition | ( | select_type | sel, | |
| char_type | sel_id, | |||
| int | flags, | |||
| state_type | next | |||
| ) |
Transition entry constructor.
| bool lxr::transition::fTest | ( | flag_bits | b | ) | const [inline] |
Test the specified bit.
| lxr::state_type lxr::transition::next | ( | void | ) | const [inline] |
Get the next state, or return token.
| lxr::select_type lxr::transition::sType | ( | void | ) | const [inline] |
Get the selection type code.
| lxr::char_type lxr::transition::selID | ( | void | ) | const [inline] |
Get the selection ID.
1.5.4