#include <pointer.h>
Inheritance diagram for log4cplus::helpers::SharedObjectPtr< T >:
Public Member Functions | |
SharedObjectPtr (T *realPtr=0) | |
SharedObjectPtr (const SharedObjectPtr &rhs) | |
~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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|