#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 47 of file atomic_value_ptr.h.
|
private |
Definition at line 135 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 124 of file atomic_value_ptr.h.
|
inlinestaticprivate |
Definition at line 163 of file atomic_value_ptr.h.
|
inlineprivate |
Definition at line 152 of file atomic_value_ptr.h.
|
inline |
Definition at line 120 of file atomic_value_ptr.h.
|
inline |
Definition at line 139 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 114 of file atomic_value_ptr.h.
|
inlineprivate |
Definition at line 136 of file atomic_value_ptr.h.
Referenced by edm::operator!=(), and edm::operator==().
|
mutableprivate |
Definition at line 173 of file atomic_value_ptr.h.
Referenced by edm::atomic_value_ptr< edm::ParameterSet >::exchangeWithLocal().