|
tin
1.5.9
|
#include <policies.h>

Public Types | |
| template<std::size_t StateCount> | |
| using | storage = ShallowHistoryStorage< StateCount > |
Static Public Attributes | |
| static constexpr const char * | name = "shallow-history" |
History policy backed by numeric state IDs.
History storage records the last active child for each composite state. The array is indexed by compile-time state IDs, so the runtime does not need names or dynamic maps.
| using tsm::policy::ShallowHistory::storage = ShallowHistoryStorage<StateCount> |
|
staticconstexpr |