Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
SharedPointerFwd.h File Reference
#include "HAL/Platform.h"
+ Include dependency graph for SharedPointerFwd.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  ESPMode : uint8 { NotThreadSafe = 0 , ThreadSafe = 1 }
 

Enumeration Type Documentation

◆ ESPMode

enum class ESPMode : uint8
strong

ESPMode is used select between either 'fast' or 'thread safe' shared pointer types. This is only used by templates at compile time to generate one code path or another.

Enumerator
NotThreadSafe 

Forced to be not thread-safe.

ThreadSafe 

Thread-safe, never spin locks, but slower

Definition at line 11 of file SharedPointerFwd.h.