#include <fsa.H>
Inheritance diagram for GuardMeth_t< T, EVENT >:
Public Types | |
typedef bool(T::* | _method )(const EVENT &) |
Public Member Functions | |
GuardMeth_t (const EVENT &e, T *o, _method m) | |
virtual int | exec (const EVENT &e) |
virtual int | none () const |
const EVENT & | event () const |
Private Attributes | |
T * | _obj |
_method | _meth |
Definition at line 74 of file fsa.H.
|
|
|
|
|
|
|
Reimplemented from Guard_t< EVENT >. Definition at line 83 of file fsa.H. References GuardMeth_t< T, EVENT >::_meth, GuardMeth_t< T, EVENT >::_obj, and Guard_t< EVENT >::exec(). |
|
Reimplemented from Guard_t< EVENT >. |
|
Definition at line 91 of file fsa.H. Referenced by GuardMeth_t< T, EVENT >::exec(). |
|
Definition at line 90 of file fsa.H. Referenced by GuardMeth_t< T, EVENT >::exec(). |