|
| using | PatriciaTreeView = PatriciaTreeMixin< typename TCacheDescriptor::PatriciaTree > |
| |
| using | PatriciaTreeDelta = PatriciaTreeDeltaMixin< TSet, typename TCacheDescriptor::PatriciaTree::DeltaType > |
| |
| using | Size = SizeMixin< TSet > |
| |
| using | Contains = ContainsMixin< TSet, TCacheDescriptor > |
| |
| using | Iteration = IterationMixin< TSet > |
| |
| using | ConstAccessor = ConstAccessorMixin< TSet, TCacheDescriptor > |
| |
| using | MutableAccessor = MutableAccessorMixin< TSet, TCacheDescriptor > |
| |
| template<typename TValueAdapter > |
| using | ConstAccessorWithAdapter = ConstAccessorMixin< TSet, TCacheDescriptor, TValueAdapter > |
| |
| template<typename TValueAdapter > |
| using | MutableAccessorWithAdapter = MutableAccessorMixin< TSet, TCacheDescriptor, TValueAdapter > |
| |
| using | ActivePredicate = ActivePredicateMixin< TSet, TCacheDescriptor > |
| |
| using | BasicInsertRemove = BasicInsertRemoveMixin< TSet, TCacheDescriptor > |
| |
| using | DeltaElements = deltaset::DeltaElementsMixin< TSet > |
| |
template<typename TSet, typename TCacheDescriptor>
struct catapult::cache::PatriciaTreeCacheMixins< TSet, TCacheDescriptor >
Grouping of all basic and patricia tree cache mixins for a single set.