#include <nnweakrefptr.h>
Inheritance diagram for NewNet::WeakRefPtr< T >:

Public Member Functions | |
| WeakRefPtr () | |
| Create a new weak reference pointer that points at NULL. | |
| WeakRefPtr (T *t) | |
| Create a new weak reference pointer that points at t. | |
| WeakRefPtr (const WeakRefPtr &t) | |
| Create a new weak reference pointer that points at t. | |
| WeakRefPtr & | operator= (const WeakRefPtr &t) |
| Assign t's object to this pointer. | |
| WeakRefPtr & | operator= (T *t) |
| Assign object t to this pointer. | |
Definition at line 35 of file nnweakrefptr.h.
| NewNet::WeakRefPtr< T >::WeakRefPtr | ( | ) | [inline] |
Create a new weak reference pointer that points at NULL.
Definition at line 61 of file nnweakrefptr.h.
| NewNet::WeakRefPtr< T >::WeakRefPtr | ( | T * | t | ) | [inline] |
Create a new weak reference pointer that points at t.
Definition at line 68 of file nnweakrefptr.h.
| NewNet::WeakRefPtr< T >::WeakRefPtr | ( | const WeakRefPtr< T > & | t | ) | [inline] |
Create a new weak reference pointer that points at t.
Definition at line 77 of file nnweakrefptr.h.
References NewNet::BasePtr< T >::m_Ptr.
| WeakRefPtr& NewNet::WeakRefPtr< T >::operator= | ( | const WeakRefPtr< T > & | t | ) | [inline] |
Assign t's object to this pointer.
Definition at line 86 of file nnweakrefptr.h.
References NewNet::BasePtr< T >::m_Ptr.
| WeakRefPtr& NewNet::WeakRefPtr< T >::operator= | ( | T * | t | ) | [inline] |
Assign object t to this pointer.
Definition at line 100 of file nnweakrefptr.h.
1.5.1