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

#include <atomicops.h>

Public Member Functions

AE_FORCEINLINEfetch_add_acquire (T increment)
 
AE_FORCEINLINEfetch_add_release (T increment)
 
AE_FORCEINLINEload () const
 
AE_FORCEINLINE operator T () const
 
template<typename U >
AE_FORCEINLINE weak_atomic const & operator= (U &&x)
 
AE_FORCEINLINE weak_atomic const & operator= (weak_atomic const &other)
 
 weak_atomic ()
 
template<typename U >
 weak_atomic (U &&x)
 
 weak_atomic (weak_atomic const &other)
 
 weak_atomic (weak_atomic &&other)
 

Private Attributes

std::atomic< T > value
 

Detailed Description

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

Definition at line 268 of file atomicops.h.

Constructor & Destructor Documentation

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

Definition at line 271 of file atomicops.h.

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

Definition at line 278 of file atomicops.h.

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

Definition at line 287 of file atomicops.h.

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

Definition at line 290 of file atomicops.h.

Member Function Documentation

template<typename T>
AE_FORCEINLINE T moodycamel::weak_atomic< T >::fetch_add_acquire ( increment)
inline

Definition at line 370 of file atomicops.h.

template<typename T>
AE_FORCEINLINE T moodycamel::weak_atomic< T >::fetch_add_release ( increment)
inline

Definition at line 375 of file atomicops.h.

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

Definition at line 365 of file atomicops.h.

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

Definition at line 297 of file atomicops.h.

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

Definition at line 353 of file atomicops.h.

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

Definition at line 359 of file atomicops.h.

Member Data Documentation

template<typename T>
std::atomic<T> moodycamel::weak_atomic< T >::value
private

Definition at line 387 of file atomicops.h.


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


ur_modern_driver
Author(s): Thomas Timm Andersen, Simon Rasmussen
autogenerated on Fri Jun 26 2020 03:37:01