Mungojerrie  1.1
Mungojerrie
State.hh
Go to the documentation of this file.
1 #ifndef STATE_HH_
2 #define STATE_HH_
3 
46 #include "Set.hh"
47 #include "config.h"
48 
49 using State = unsigned;
50 using StatePair = std::pair<State, State>;
51 using StateSet = std::set<State>;
52 using StateMap = std::unordered_map<State, State>;
53 
54 #endif
Set.hh
Set manipulation functions.