#include <SmartPtr.h>
Public Methods | |
| StrongRef () | |
| template<class PointerType> void | increment (PointerType &) |
| template<class PointerType> bool | decrement (PointerType &) |
| template<class PointerType> void | swap (PointerType &) |
|
|
Create a new StrongRef |
|
|
Always true, the StrongRef will only allow a single reference. |
|
|
Doesn't increment, the StrongRef will only allow a single reference. |
|
|
Do nothing, there is no count to swap. |
1.2.15