#include <StrongPtr.h>
Collaboration diagram for Loki::TwoRefCounts:
Protected Member Functions | |
| TwoRefCounts (bool strong) | |
| TwoRefCounts (const void *p, bool strong) | |
| TwoRefCounts (const TwoRefCounts &rhs, bool strong) | |
| bool | Release (bool strong) |
| void | Increment (bool strong) |
| bool | Decrement (bool strong) |
| bool | HasStrongPointer (void) const |
| void | Swap (TwoRefCounts &rhs) |
| void | SetPointer (void *p) |
| void | ZapPointer (void) |
| void *& | GetPointerRef (void) const |
| void * | GetPointer (void) const |
Definition at line 550 of file StrongPtr.h.
1.5.1-p1