#include <value_ptr.h>
Public Member Functions | |
operator bool_type () const | |
T const & | operator* () const |
T & | operator* () |
T const * | operator-> () const |
T * | operator-> () |
value_ptr & | operator= (value_ptr const &orig) |
value_ptr & | operator= (value_ptr &&orig) |
template<typename U > | |
value_ptr & | operator= (value_ptr< U > const &orig) |
value_ptr & | operator= (std::unique_ptr< T > orig) |
void | swap (value_ptr &orig) |
value_ptr () | |
value_ptr (T *p) | |
value_ptr (value_ptr const &orig) | |
value_ptr (value_ptr &&orig) | |
template<typename U > | |
value_ptr (value_ptr< U > const &orig) | |
value_ptr (std::unique_ptr< T > orig) | |
~value_ptr () | |
Private Types | |
typedef void(value_ptr::* | bool_type) () const |
Private Member Functions | |
void | this_type_does_not_support_comparisons () const |
Static Private Member Functions | |
template<typename U > | |
static T * | createFrom (U const *p) |
Private Attributes | |
edm::propagate_const< T * > | myP |
Definition at line 64 of file value_ptr.h.
|
private |
Definition at line 157 of file value_ptr.h.
|
inline |
Definition at line 72 of file value_ptr.h.
|
inlineexplicit |
Definition at line 73 of file value_ptr.h.
|
inline |
Definition at line 74 of file value_ptr.h.
|
inline |
Definition at line 80 of file value_ptr.h.
|
inline |
Definition at line 94 of file value_ptr.h.
|
inline |
Definition at line 126 of file value_ptr.h.
|
inline |
Definition at line 141 of file value_ptr.h.
|
inlinestaticprivate |
Definition at line 174 of file value_ptr.h.
|
inline |
Definition at line 161 of file value_ptr.h.
|
inline |
Definition at line 110 of file value_ptr.h.
|
inline |
Definition at line 111 of file value_ptr.h.
|
inline |
Definition at line 112 of file value_ptr.h.
|
inline |
Definition at line 113 of file value_ptr.h.
|
inline |
Definition at line 84 of file value_ptr.h.
|
inline |
Definition at line 97 of file value_ptr.h.
|
inline |
Definition at line 131 of file value_ptr.h.
|
inline |
Definition at line 144 of file value_ptr.h.
|
inline |
Definition at line 119 of file value_ptr.h.
Referenced by edm::swap().
|
inlineprivate |
Definition at line 158 of file value_ptr.h.
Referenced by edm::operator!=(), and edm::operator==().
|
private |
Definition at line 184 of file value_ptr.h.
Referenced by edm::value_ptr< edm::service::MessageLoggerDefaults >::operator=(), and edm::value_ptr< edm::service::MessageLoggerDefaults >::swap().