|
log4cplus
2.0.6
|
#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17