Public Member Functions | Private Attributes | List of all members
moodycamel::WeakAtomic< T > Class Template Reference

#include <atomicops.h>

Public Member Functions

AE_FORCEINLINEfetchAddAcquire (T increment)
 
AE_FORCEINLINEfetchAddRelease (T increment)
 
AE_FORCEINLINEload () const
 
AE_FORCEINLINE operator T () const
 
template<typename U >
AE_FORCEINLINE WeakAtomic const & operator= (U &&x)
 
AE_FORCEINLINE WeakAtomic const & operator= (WeakAtomic const &other)
 
 WeakAtomic ()
 
template<typename U >
 WeakAtomic (U &&x)
 
 WeakAtomic (WeakAtomic const &other)
 
 WeakAtomic (WeakAtomic &&other)
 

Private Attributes

std::atomic< T > value_
 

Detailed Description

template<typename T>
class moodycamel::WeakAtomic< T >

Definition at line 268 of file atomicops.h.

Constructor & Destructor Documentation

template<typename T>
moodycamel::WeakAtomic< T >::WeakAtomic ( )
inline

Definition at line 271 of file atomicops.h.

template<typename T>
template<typename U >
moodycamel::WeakAtomic< T >::WeakAtomic ( U &&  x)
inline

Definition at line 278 of file atomicops.h.

template<typename T>
moodycamel::WeakAtomic< T >::WeakAtomic ( WeakAtomic< T > const &  other)
inline

Definition at line 287 of file atomicops.h.

template<typename T>
moodycamel::WeakAtomic< T >::WeakAtomic ( WeakAtomic< T > &&  other)
inline

Definition at line 290 of file atomicops.h.

Member Function Documentation

template<typename T>
AE_FORCEINLINE T moodycamel::WeakAtomic< T >::fetchAddAcquire ( increment)
inline

Definition at line 370 of file atomicops.h.

template<typename T>
AE_FORCEINLINE T moodycamel::WeakAtomic< T >::fetchAddRelease ( increment)
inline

Definition at line 375 of file atomicops.h.

template<typename T>
AE_FORCEINLINE T moodycamel::WeakAtomic< T >::load ( ) const
inline

Definition at line 365 of file atomicops.h.

template<typename T>
AE_FORCEINLINE moodycamel::WeakAtomic< T >::operator T ( ) const
inline

Definition at line 297 of file atomicops.h.

template<typename T>
template<typename U >
AE_FORCEINLINE WeakAtomic const& moodycamel::WeakAtomic< T >::operator= ( U &&  x)
inline

Definition at line 353 of file atomicops.h.

template<typename T>
AE_FORCEINLINE WeakAtomic const& moodycamel::WeakAtomic< T >::operator= ( WeakAtomic< T > const &  other)
inline

Definition at line 359 of file atomicops.h.

Member Data Documentation

template<typename T>
std::atomic<T> moodycamel::WeakAtomic< T >::value_
private

Definition at line 387 of file atomicops.h.


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


ur_client_library
Author(s): Thomas Timm Andersen, Simon Rasmussen, Felix Exner, Lea Steffen, Tristan Schnell
autogenerated on Sun May 9 2021 02:16:26