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

#include <Atomic.h>

+ Inheritance diagram for TAtomicBase_Pointer< T >:
+ Collaboration diagram for TAtomicBase_Pointer< T >:

Protected Member Functions

 TAtomicBase_Pointer ()=default
 
constexpr TAtomicBase_Pointer (T Value)
 
- Protected Member Functions inherited from TAtomicBase_Arithmetic< T, PTRINT >
 TAtomicBase_Arithmetic ()=default
 
constexpr TAtomicBase_Arithmetic (T Value)
 
- Protected Member Functions inherited from TAtomicBase_Basic< T >
 TAtomicBase_Basic ()=default
 
constexpr TAtomicBase_Basic (T Value)
 

Additional Inherited Members

- Public Member Functions inherited from TAtomicBase_Arithmetic< T, PTRINT >
FORCEINLINE T operator++ ()
 
FORCEINLINE T operator++ (int)
 
FORCEINLINE T operator+= (PTRINT Value)
 
FORCEINLINE T operator-- ()
 
FORCEINLINE T operator-- (int)
 
FORCEINLINE T operator-= (PTRINT Value)
 
FORCEINLINE T IncrementExchange ()
 
FORCEINLINE T DecrementExchange ()
 
FORCEINLINE T AddExchange (PTRINT Value)
 
FORCEINLINE T SubExchange (PTRINT Value)
 
- Public Member Functions inherited from TAtomicBase_Basic< T >
FORCEINLINE T Load (EMemoryOrder Order=EMemoryOrder::SequentiallyConsistent) const
 
FORCEINLINE void Store (T Value, EMemoryOrder Order=EMemoryOrder::SequentiallyConsistent)
 
FORCEINLINE T Exchange (T Value)
 
FORCEINLINE bool CompareExchange (T &Expected, T Value)
 
- Protected Attributes inherited from TAtomicBase_Basic< T >
volatile T Element
 

Detailed Description

template<typename T>
struct TAtomicBase_Pointer< T >

Definition at line 513 of file Atomic.h.

Constructor & Destructor Documentation

◆ TAtomicBase_Pointer() [1/2]

template<typename T >
TAtomicBase_Pointer< T >::TAtomicBase_Pointer ( )
protecteddefault

◆ TAtomicBase_Pointer() [2/2]

template<typename T >
constexpr TAtomicBase_Pointer< T >::TAtomicBase_Pointer ( T Value)
inlineconstexprprotected

Definition at line 518 of file Atomic.h.


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