OnDemand reflection for AZStd::unordered_set. More...
Public Types | |
| using | ContainerType = AZStd::unordered_set< Key, Hasher, EqualKey, Allocator > |
| using | KeyListType = AZStd::vector< Key, Allocator > |
| using | ValueIteratorType = Iterator_VM< ContainerType > |
Static Public Member Functions | |
| static bool | EraseCheck_VM (ContainerType &thisSet, Key &key) |
| static ContainerType & | ErasePost_VM (ContainerType &thisSet, Key &) |
| static KeyListType | GetKeys (ContainerType &thisSet) |
| static ContainerType & | Insert (ContainerType &thisSet, Key &key) |
| static ValueIteratorType | Iterate_VM (ContainerType &thisContainer) |
| static void | Swap (ContainerType &thisSet, ContainerType &otherSet) |
| static void | Reflect (ReflectContext *context) |
OnDemand reflection for AZStd::unordered_set.