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_NO_TSAN
 
AE_FORCEINLINEfetch_add_release (T increment) AE_NO_TSAN
 
AE_FORCEINLINEload () const AE_NO_TSAN
 
AE_FORCEINLINE operator T () const AE_NO_TSAN
 
template<typename U >
AE_FORCEINLINE weak_atomic const & operator= (U &&x) AE_NO_TSAN
 
AE_FORCEINLINE weak_atomic const & operator= (weak_atomic const &other) AE_NO_TSAN
 
AE_NO_TSAN weak_atomic ()
 
template<typename U >
AE_NO_TSAN weak_atomic (U &&x)
 
AE_NO_TSAN weak_atomic (weak_atomic const &other)
 
AE_NO_TSAN weak_atomic (weak_atomic &&other)
 

Private Attributes

std::atomic< T > value
 

Detailed Description

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

Definition at line 238 of file atomicops.h.

Constructor & Destructor Documentation

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

Definition at line 241 of file atomicops.h.

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

Definition at line 246 of file atomicops.h.

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

Definition at line 251 of file atomicops.h.

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

Definition at line 252 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 309 of file atomicops.h.

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

Definition at line 314 of file atomicops.h.

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

Definition at line 307 of file atomicops.h.

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

Definition at line 257 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 295 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 301 of file atomicops.h.

Member Data Documentation

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

Definition at line 327 of file atomicops.h.


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


orb_slam2_with_maps_odom
Author(s): teng zhang
autogenerated on Fri Sep 25 2020 03:24:47