#include <StrongPtr.h>
Collaboration diagram for Loki::TwoRefLinks:
Protected Member Functions | |
TwoRefLinks (bool strong) | |
TwoRefLinks (const void *p, bool strong) | |
TwoRefLinks (const TwoRefLinks &rhs, bool strong) | |
bool | Release (bool strong) |
void | Swap (TwoRefLinks &rhs) |
bool | Merge (TwoRefLinks &rhs) |
bool | HasStrongPointer (void) const |
void | ZapPointer (void) |
void | SetPointer (void *p) |
void * | GetPointer (void) const |
void *& | GetPointerRef (void) const |
Definition at line 760 of file StrongPtr.h.
bool Loki::TwoRefLinks::Merge | ( | TwoRefLinks & | rhs | ) | [protected] |