#include <fsa.H>
Inheritance diagram for CallFunc_t< EVENT >:
Public Types | |
typedef int(* | _functor )(const EVENT &, State_t< EVENT > *&) |
Public Member Functions | |
CallFunc_t (_functor f) | |
CallFunc_t (_functor f, State_t< EVENT > *n) | |
int | exec (const EVENT &e, State_t< EVENT > *&s, State_t< EVENT > *start) |
const State_t< EVENT > * | next () const |
Protected Attributes | |
_functor | _func |
State_t< EVENT > * | _next |
Definition at line 129 of file fsa.H.
|
|
|
|
|
|
|
Implements CallBack_t< EVENT >. Definition at line 140 of file fsa.H. References CallFunc_t< EVENT >::_func, and CallBack_t< EVENT >::_next. |
|
Definition at line 116 of file fsa.H. References CallBack_t< EVENT >::_next. |
|
Definition at line 147 of file fsa.H. Referenced by CallFunc_t< EVENT >::exec(). |
|
Definition at line 120 of file fsa.H. Referenced by CallMeth_t< T, EVENT >::exec(), CallFunc_t< EVENT >::exec(), and CallBack_t< EVENT >::next(). |