#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::auto_ptr< T > 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::auto_ptr< T > 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 47 of file atomic_value_ptr.h.
|
private |
Definition at line 149 of file atomic_value_ptr.h.
|
inline |
Definition at line 55 of file atomic_value_ptr.h.
|
inlineexplicit |
Definition at line 56 of file atomic_value_ptr.h.
|
inline |
Definition at line 57 of file atomic_value_ptr.h.
|
inline |
Definition at line 63 of file atomic_value_ptr.h.
|
inline |
Definition at line 73 of file atomic_value_ptr.h.
|
inline |
Definition at line 94 of file atomic_value_ptr.h.
|
inline |
Definition at line 109 of file atomic_value_ptr.h.
|
inline |
Definition at line 123 of file atomic_value_ptr.h.
|
inline |
Definition at line 138 of file atomic_value_ptr.h.
|
inlinestaticprivate |
Definition at line 177 of file atomic_value_ptr.h.
|
inlineprivate |
Definition at line 166 of file atomic_value_ptr.h.
Referenced by edm::atomic_value_ptr< edm::ParameterSet >::operator=().
|
inline |
Definition at line 134 of file atomic_value_ptr.h.
|
inline |
Definition at line 153 of file atomic_value_ptr.h.
|
inline |
Definition at line 86 of file atomic_value_ptr.h.
|
inline |
Definition at line 87 of file atomic_value_ptr.h.
|
inline |
Definition at line 67 of file atomic_value_ptr.h.
|
inline |
Definition at line 76 of file atomic_value_ptr.h.
|
inline |
Definition at line 99 of file atomic_value_ptr.h.
|
inline |
Definition at line 113 of file atomic_value_ptr.h.
|
inline |
Definition at line 128 of file atomic_value_ptr.h.
|
inlineprivate |
Definition at line 150 of file atomic_value_ptr.h.
Referenced by edm::operator!=(), and edm::operator==().
|
mutableprivate |
Definition at line 187 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().