#include <fsa.H>
Inheritance diagram for CallMeth_t< T, EVENT >:
Public Types | |
typedef int(T::* | _method )(const EVENT &, State_t< EVENT > *&) |
Public Member Functions | |
CallMeth_t (T *obj, _method meth) | |
CallMeth_t (T *obj, _method meth, State_t< EVENT > *n) | |
int | exec (const EVENT &e, State_t< EVENT > *&s, State_t< EVENT > *start) |
int | equals (_method meth) |
_method | get_method () |
const State_t< EVENT > * | next () const |
Protected Attributes | |
T * | _obj |
_method | _meth |
State_t< EVENT > * | _next |
Definition at line 158 of file fsa.H.
|
|
|
|
|
|
|
Definition at line 177 of file fsa.H. References CallMeth_t< T, EVENT >::_meth. |
|
Implements CallBack_t< EVENT >. Definition at line 168 of file fsa.H. References CallMeth_t< T, EVENT >::_meth, CallBack_t< EVENT >::_next, and CallMeth_t< T, EVENT >::_obj. |
|
Definition at line 178 of file fsa.H. References CallMeth_t< T, EVENT >::_meth. |
|
Definition at line 116 of file fsa.H. References CallBack_t< EVENT >::_next. |
|
Definition at line 183 of file fsa.H. Referenced by CallMeth_t< T, EVENT >::equals(), CallMeth_t< T, EVENT >::exec(), and CallMeth_t< T, EVENT >::get_method(). |
|
Definition at line 120 of file fsa.H. Referenced by CallMeth_t< T, EVENT >::exec(), CallFunc_t< EVENT >::exec(), and CallBack_t< EVENT >::next(). |
|
Definition at line 182 of file fsa.H. Referenced by CallMeth_t< T, EVENT >::exec(). |