#include <fsa.H>
Inheritance diagram for GuardFunc_t< EVENT >:
Public Types | |
typedef bool(* | func_t )(const EVENT &) |
Public Member Functions | |
GuardFunc_t (const EVENT &e, func_t f) | |
virtual int | exec (const EVENT &e) |
virtual int | none () const |
const EVENT & | event () const |
Private Attributes | |
func_t | _func |
Definition at line 51 of file fsa.H.
|
|
|
|
|
|
|
Reimplemented from Guard_t< EVENT >. Definition at line 59 of file fsa.H. References Guard_t< EVENT >::exec(). |
|
Reimplemented from Guard_t< EVENT >. |
|
|