UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TAtomicBase_Pointer< T > Struct Template Reference

#include <Atomic.h>

+ Inheritance 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 >
FORCEINLINEoperator++ ()
 
FORCEINLINEoperator++ (int)
 
FORCEINLINEoperator+= (PTRINT Value)
 
FORCEINLINEoperator-- ()
 
FORCEINLINEoperator-- (int)
 
FORCEINLINEoperator-= (PTRINT Value)
 
FORCEINLINEIncrementExchange ()
 
FORCEINLINEDecrementExchange ()
 
FORCEINLINEAddExchange (PTRINT Value)
 
FORCEINLINESubExchange (PTRINT Value)
 
- Public Member Functions inherited from TAtomicBase_Basic< T >
FORCEINLINELoad (EMemoryOrder Order=EMemoryOrder::SequentiallyConsistent) const
 
FORCEINLINE void Store (T Value, EMemoryOrder Order=EMemoryOrder::SequentiallyConsistent)
 
FORCEINLINEExchange (T Value)
 
FORCEINLINE bool CompareExchange (T &Expected, T Value)
 
- Protected Attributes inherited from TAtomicBase_Basic< T >
std::atomic< T > Element
 

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 ( Value)
inlineconstexprprotected

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