Public Member Functions | |
| MyState (const string &Name) | |
| Construct a state. | |
| MyState () | |
| Default constructor of a state. Name will be empty. | |
| bool | operator== (const MyState &RHS) const |
| Comparison of two sates. | |
| string | GetName (void) const |
| Provides a state name. | |
Definition at line 28 of file TransitionFunctions.cpp.
|
|
Construct a state.
Definition at line 37 of file TransitionFunctions.cpp. |
|
|
Provides a state name.
Definition at line 55 of file TransitionFunctions.cpp. |
|
|
Comparison of two sates.
Definition at line 49 of file TransitionFunctions.cpp. References StateName. |
1.4.4