#include <atomic_value_ptr.h>
Public Member Functions | |
atomic_value_ptr () | |
atomic_value_ptr (T *p) | |
atomic_value_ptr (atomic_value_ptr const &orig) | |
atomic_value_ptr (atomic_value_ptr &&orig) | |
template<typename U > | |
atomic_value_ptr (atomic_value_ptr< U > const &orig) | |
atomic_value_ptr (std::unique_ptr< T > orig) | |
bool | compare_exchange_strong (T *&oldValue, T *newValue) |
T * | load () const |
operator bool_type () const | |
T & | operator* () const |
T * | operator-> () const |
atomic_value_ptr & | operator= (atomic_value_ptr const &orig) |
atomic_value_ptr & | operator= (atomic_value_ptr &&orig) |
template<typename U > | |
atomic_value_ptr & | operator= (atomic_value_ptr< U > const &orig) |
atomic_value_ptr & | operator= (std::unique_ptr< T > orig) |
~atomic_value_ptr () | |
Private Types | |
typedef void(atomic_value_ptr::* | bool_type) () const |
Private Member Functions | |
void | exchangeWithLocal (atomic_value_ptr &local) |
void | this_type_does_not_support_comparisons () const |
Static Private Member Functions | |
template<typename U > | |
static T * | createFrom (U const *p) |
Private Attributes | |
std::atomic< T * > | myP |
Definition at line 45 of file atomic_value_ptr.h.
|
private |
Definition at line 119 of file atomic_value_ptr.h.
|
inline |
Definition at line 51 of file atomic_value_ptr.h.
|
inlineexplicit |
Definition at line 52 of file atomic_value_ptr.h.
|
inline |
Definition at line 53 of file atomic_value_ptr.h.
|
inline |
Definition at line 59 of file atomic_value_ptr.h.
|
inline |
Definition at line 67 of file atomic_value_ptr.h.
|
inline |
Definition at line 87 of file atomic_value_ptr.h.
|
inline |
Definition at line 100 of file atomic_value_ptr.h.
|
inline |
Definition at line 110 of file atomic_value_ptr.h.
|
inlinestaticprivate |
Definition at line 144 of file atomic_value_ptr.h.
|
inlineprivate |
Definition at line 134 of file atomic_value_ptr.h.
Referenced by edm::atomic_value_ptr< edm::ParameterSet >::operator=().
|
inline |
Definition at line 108 of file atomic_value_ptr.h.
|
inline |
Definition at line 123 of file atomic_value_ptr.h.
|
inline |
Definition at line 79 of file atomic_value_ptr.h.
|
inline |
Definition at line 80 of file atomic_value_ptr.h.
|
inline |
Definition at line 61 of file atomic_value_ptr.h.
|
inline |
Definition at line 69 of file atomic_value_ptr.h.
|
inline |
Definition at line 90 of file atomic_value_ptr.h.
|
inline |
Definition at line 102 of file atomic_value_ptr.h.
|
inlineprivate |
Definition at line 120 of file atomic_value_ptr.h.
Referenced by edm::operator!=(), and edm::operator==().
|
mutableprivate |
Definition at line 152 of file atomic_value_ptr.h.
Referenced by edm::atomic_value_ptr< edm::ParameterSet >::compare_exchange_strong(), edm::atomic_value_ptr< edm::ParameterSet >::exchangeWithLocal(), edm::atomic_value_ptr< edm::ParameterSet >::load(), edm::atomic_value_ptr< edm::ParameterSet >::operator bool_type(), edm::atomic_value_ptr< edm::ParameterSet >::operator*(), edm::atomic_value_ptr< edm::ParameterSet >::operator->(), and edm::atomic_value_ptr< edm::ParameterSet >::~atomic_value_ptr().