#include <StrongPtr.h>
Public Member Functions | |
TwoRefCountInfo (bool strong) | |
TwoRefCountInfo (void *p, bool strong) | |
~TwoRefCountInfo (void) | |
bool | HasStrongPointer (void) const |
bool | HasWeakPointer (void) const |
void | IncStrongCount (void) |
void | IncWeakCount (void) |
void | DecStrongCount (void) |
void | DecWeakCount (void) |
void | ZapPointer (void) |
void | SetPointer (void *p) |
void * | GetPointer (void) const |
void *& | GetPointerRef (void) const |
Definition at line 318 of file StrongPtr.h.