Ark Server API (ASE) - Wiki
|
#include <Set.h>
Public Types | |
enum | { bAllowDuplicateKeys = bInAllowDuplicateKeys } |
typedef InKeyType | KeyType |
typedef TCallTraits< InKeyType >::ParamType | KeyInitType |
typedef TCallTraits< ElementType >::ParamType | ElementInitType |
The base KeyFuncs type with some useful definitions for all KeyFuncs; meant to be derived from instead of used directly. bInAllowDuplicateKeys=true is slightly faster because it allows the TSet to skip validating that there isn't already a duplicate entry in the TSet.
typedef TCallTraits<ElementType>::ParamType BaseKeyFuncs< ElementType, InKeyType, bInAllowDuplicateKeys >::ElementInitType |
typedef TCallTraits<InKeyType>::ParamType BaseKeyFuncs< ElementType, InKeyType, bInAllowDuplicateKeys >::KeyInitType |
typedef InKeyType BaseKeyFuncs< ElementType, InKeyType, bInAllowDuplicateKeys >::KeyType |
anonymous enum |