GNU Radio's OsmoSDR 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

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

Member Function Documentation

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

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