JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Member Functions
moodycamel::weak_atomic< T > Class Template Reference

#include <atomicops.h>

Inheritance diagram for moodycamel::weak_atomic< T >:
[legend]

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

◆ weak_atomic() [4/4]

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

Member Function Documentation

◆ fetch_add_acquire()

template<typename T >
AE_FORCEINLINE T moodycamel::weak_atomic< T >::fetch_add_acquire ( increment)
inline
Here is the caller graph for this function:

◆ fetch_add_release()

template<typename T >
AE_FORCEINLINE T moodycamel::weak_atomic< T >::fetch_add_release ( increment)
inline
Here is the caller graph for this function:

◆ load()

template<typename T >
AE_FORCEINLINE T moodycamel::weak_atomic< T >::load ( ) const
inline
Here is the caller graph for this function:

◆ 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

◆ operator=() [2/2]

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: