log4cplus
2.1.0
|
#include <pointer.h>
Public Types | |
typedef T *(SharedObjectPtr::* | unspec_bool_type) () const |
Public Member Functions | |
SharedObjectPtr (T *realPtr=0) LOG4CPLUS_NOEXCEPT | |
SharedObjectPtr (const SharedObjectPtr &rhs) LOG4CPLUS_NOEXCEPT | |
SharedObjectPtr (SharedObjectPtr &&rhs) LOG4CPLUS_NOEXCEPT | |
SharedObjectPtr & | operator= (SharedObjectPtr &&rhs) LOG4CPLUS_NOEXCEPT |
~SharedObjectPtr () | |
bool | operator== (const SharedObjectPtr &rhs) const |
bool | operator!= (const SharedObjectPtr &rhs) const |
bool | operator== (const T *rhs) const |
bool | operator!= (const T *rhs) const |
T * | operator-> () const |
T & | operator* () const |
SharedObjectPtr & | operator= (const SharedObjectPtr &rhs) |
SharedObjectPtr & | operator= (T *rhs) |
T * | get () const |
void | swap (SharedObjectPtr &other) LOG4CPLUS_NOEXCEPT |
operator unspec_bool_type () const | |
bool | operator! () const |
typedef T*(SharedObjectPtr:: * log4cplus::helpers::SharedObjectPtr< T >::unspec_bool_type) () const |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 158 of file pointer.h.
Referenced by log4cplus::helpers::SharedObjectPtr< T >::operator unspec_bool_type().
|
inline |
Definition at line 166 of file pointer.h.
References log4cplus::helpers::SharedObjectPtr< T >::get().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 146 of file pointer.h.
References log4cplus::helpers::SharedObjectPtr< T >::operator=().
|
inline |
Definition at line 123 of file pointer.h.
Referenced by log4cplus::helpers::SharedObjectPtr< T >::operator=().
|
inline |
Definition at line 151 of file pointer.h.
References log4cplus::helpers::SharedObjectPtr< T >::swap().
|
inline |
|
inline |
|
inline |
Definition at line 160 of file pointer.h.
Referenced by log4cplus::helpers::SharedObjectPtr< T >::operator=().