#include <SIPtr.h>
Collaboration diagram for OS::SIPtr< T >:
Public Member Functions | |
SIPtr () | |
SIPtr (T *pointee) | |
SIPtr (const SIPtr &other) | |
SIPtr & | operator= (const SIPtr &other) |
SIPtr & | operator= (T *pointee) |
~SIPtr () | |
T & | operator * () const |
T * | operator-> () const |
bool | isNull () const |
bool | operator== (T *pointee) |
bool | operator!= (T *pointee) |
bool | operator== (const SIPtr &other) |
bool | operator!= (const SIPtr &other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|