FinalState.h File Reference
#include "../StateTemplate.h"
#include "../StateBase.h"
#include "../StateBaseImpl.h"
#include "../RemoteState.h"
#include "../StateUtilFunctions.h"
+ Include dependency graph for FinalState.h:
+ This graph shows which files directly or indirectly include this file:

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 >