Inheritance diagram for mpcl::text::TDirectiveDFA< TState, TEvent >:
Public Methods | |
TDirectiveDFA (void) | |
Builds a new instance. | |
bool | next (TState tSOURCE_STATE, TEvent tSOURCE_EVENT, TState &rtTARGET_STATE) const |
Definition at line 169 of file string.cc.
|
Gets next state from state ktSOURCE_STATE and the input event tSOURCE_EVENT. This member function doesn't depend on current state, so it's state-less.
Definition at line 262 of file string.cc. References mpcl::automaton::TDeterministicFiniteAutomaton< TState, TEvent >::tTransitionMap. |