|
#include "../StateTemplate.h"
#include "../StateBase.h"
#include "../StateBaseImpl.h"
#include "../RemoteState.h"
#include "../StateUtilFunctions.h"
Go to the source code of this file.
Classes | |
class | FinalState< EventType > |
This is the standard implementation of FinalStateBase. More... | |
class | FinalStateBase< EventType, StateType > |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | FailureState = FinalState< Failure > |
using | SuccessState = FinalState< Success > |