OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Classes | Typedefs
FsmTypes.h File Reference
#include <Utility/String/TransparentFunctors.h>
#include "FsmState.h"
#include <memory>
#include <string>
#include <vector>
#include <unordered_map>

Classes

struct  FsmTransitionTarget
 
struct  FsmStateEntry
 

Typedefs

using FsmTransitions = std::unordered_map< TransparentString, std::vector< FsmTransitionTarget >, TransparentStringHash, TransparentStringEquals >
 
using FsmStateEntries = std::unordered_map< TransparentString, std::unique_ptr< FsmStateEntry >, TransparentStringHash, TransparentStringEquals >
 

Typedef Documentation

◆ FsmStateEntries

◆ FsmTransitions