Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FGenericPlatformSymbolDatabaseKeyFuncs Struct Reference

#include <GenericPlatformSymbolication.h>

Public Types

enum  { bAllowDuplicateKeys = 0 }
 
typedef TCallTraits< FString >::ParamType KeyInitType
 
typedef TCallTraits< FGenericPlatformSymbolDatabase >::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)
 

Detailed Description

Definition at line 86 of file GenericPlatformSymbolication.h.

Member Typedef Documentation

◆ ElementInitType

◆ KeyInitType

Member Enumeration Documentation

◆ anonymous enum

Enumerator
bAllowDuplicateKeys 

Definition at line 88 of file GenericPlatformSymbolication.h.

Member Function Documentation

◆ GetKeyHash()

static FORCEINLINE uint32 FGenericPlatformSymbolDatabaseKeyFuncs::GetKeyHash ( KeyInitType Key)
inlinestatic

Calculates a hash index for a key.

Definition at line 109 of file GenericPlatformSymbolication.h.

◆ GetSetKey()

static FORCEINLINE KeyInitType FGenericPlatformSymbolDatabaseKeyFuncs::GetSetKey ( ElementInitType Element)
inlinestatic
Returns
The key used to index the given element.

Definition at line 95 of file GenericPlatformSymbolication.h.

◆ Matches()

static FORCEINLINE bool FGenericPlatformSymbolDatabaseKeyFuncs::Matches ( KeyInitType A,
KeyInitType B )
inlinestatic
Returns
True if the keys match.

Definition at line 103 of file GenericPlatformSymbolication.h.


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