#include <fsm.h>
Public Member Functions | |
| Child & | operator[] (const CallbackType &NewCallback) |
| Memorises the callback for the transition. | |
| CallbackType | GetCallback (void) |
| Provides a memorized callback. Second call of the method will return 0 - callback. | |
Protected Member Functions | |
| StateBase () | |
| Child | A type which derives from the StateBase | |
| Event | A user defined state type. |
Definition at line 741 of file fsm.h.
|
||||||||||
|
Provides a memorized callback. Second call of the method will return 0 - callback.
|
|
||||||||||
|
Memorises the callback for the transition.
|
1.4.4