![]() |
Ark Server API (ASE) - Wiki
|
#include <Set.h>
Inheritance diagram for DefaultKeyFuncs< ElementType, bInAllowDuplicateKeys >:
Collaboration diagram for DefaultKeyFuncs< ElementType, bInAllowDuplicateKeys >:Public Types | |
| typedef TCallTraits< ElementType >::ParamType | KeyInitType |
| typedef TCallTraits< ElementType >::ParamType | ElementInitType |
Public Types inherited from BaseKeyFuncs< ElementType, InKeyType, bInAllowDuplicateKeys > | |
| enum | { bAllowDuplicateKeys = bInAllowDuplicateKeys } |
| typedef InKeyType | KeyType |
| typedef TCallTraits< InKeyType >::ParamType | KeyInitType |
| typedef TCallTraits< ElementType >::ParamType | ElementInitType |
Static Public Member Functions | |
| static FORCEINLINE KeyInitType | GetSetKey (ElementInitType Element) |
| static FORCEINLINE bool | Matches (KeyInitType A, KeyInitType B) |
| static FORCEINLINE uint32 | GetKeyHash (KeyInitType Key) |
A default implementation of the KeyFuncs used by TSet which uses the element as a key.
| typedef TCallTraits<ElementType>::ParamType DefaultKeyFuncs< ElementType, bInAllowDuplicateKeys >::ElementInitType |
| typedef TCallTraits<ElementType>::ParamType DefaultKeyFuncs< ElementType, bInAllowDuplicateKeys >::KeyInitType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |