GNU Radio's TEST Package
moodycamel::weak_atomic< T > Class Template Reference

#include <atomicops.h>

Public Member Functions

 weak_atomic ()
template<typename U>
 weak_atomic (U &&x)
 weak_atomic (weak_atomic const &other)
 weak_atomic (weak_atomic &&other)
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)
AE_FORCEINLINEload () const
AE_FORCEINLINEfetch_add_acquire (T increment)
AE_FORCEINLINEfetch_add_release (T increment)

Constructor & Destructor Documentation

◆ weak_atomic() [1/4]

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

◆ weak_atomic() [2/4]

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

◆ weak_atomic() [3/4]

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

References weak_atomic().

◆ weak_atomic() [4/4]

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

References weak_atomic().

Member Function Documentation

◆ fetch_add_acquire()

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

References AE_FORCEINLINE.

◆ fetch_add_release()

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

References AE_FORCEINLINE.

◆ load()

◆ operator T()

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

◆ operator=() [1/2]

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

References AE_FORCEINLINE, and weak_atomic().

◆ operator=() [2/2]

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

References AE_FORCEINLINE, and weak_atomic().


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