Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FLocKeyMultiMapFuncs< ValueType > Struct Template Reference

#include <LocKeyFuncs.h>

+ Inheritance diagram for FLocKeyMultiMapFuncs< ValueType >:
+ Collaboration diagram for FLocKeyMultiMapFuncs< ValueType >:

Static Public Member Functions

static FORCEINLINE const FStringGetSetKey (const TPair< FString, ValueType > &Element)
 
static FORCEINLINE bool Matches (const FString &A, const FString &B)
 
static FORCEINLINE uint32 GetKeyHash (const FString &Key)
 

Additional Inherited Members

- Public Types inherited from BaseKeyFuncs< ValueType, FString, true >
enum  
 
typedef FString KeyType
 
typedef TCallTraits< FString >::ParamType KeyInitType
 
typedef TCallTraits< ValueType >::ParamType ElementInitType
 

Detailed Description

template<typename ValueType>
struct FLocKeyMultiMapFuncs< ValueType >

Case sensitive hashing function for TMultiMap

Definition at line 178 of file LocKeyFuncs.h.

Member Function Documentation

◆ GetKeyHash()

template<typename ValueType >
static FORCEINLINE uint32 FLocKeyMultiMapFuncs< ValueType >::GetKeyHash ( const FString & Key)
inlinestatic

Definition at line 188 of file LocKeyFuncs.h.

◆ GetSetKey()

template<typename ValueType >
static FORCEINLINE const FString & FLocKeyMultiMapFuncs< ValueType >::GetSetKey ( const TPair< FString, ValueType > & Element)
inlinestatic

Definition at line 180 of file LocKeyFuncs.h.

◆ Matches()

template<typename ValueType >
static FORCEINLINE bool FLocKeyMultiMapFuncs< ValueType >::Matches ( const FString & A,
const FString & B )
inlinestatic

Definition at line 184 of file LocKeyFuncs.h.


The documentation for this struct was generated from the following file: