#include "std/strings.H"
#include "fsa/guard.H"
#include "fsa/arc.H"
#include "fsa/state.H"
Go to the source code of this file.
Compounds | |
class | FSA |
class | Interactor |
Functions | |
GUARD * | Gd (cEVENTptr &e) |
GUARD * | GDand (cGUARDptr &a, cGUARDptr &b) |
GUARD * | GDnot (cGUARDptr &a) |
template<class T, class EVT> GUARD * | GdMeth (T *THIS_PTR, bool(T::*m)(EVT) const) |
template<class T, class EVT> ARC * | Arc (T *THIS_PTR, cGUARDptr &g, void(T::*m)(EVT, STATE *&), STATE *s=0) |
template<class T, class EVT> ARC * | Arc (T *THIS_PTR, GUARD *g, void(T::*m)(EVT, STATE *&), STATE *s=0) |
|
|
|
|
|
|
|
|
|
|
|
|