A deprecated way to get reference-counting powers. More...
#include <ref-count-base.h>
Public Member Functions | |
virtual | ~RefCountBase () |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
A deprecated way to get reference-counting powers.
Definition at line 38 of file ref-count-base.h.
|
virtual |
This only thing this class does it declare a virtual destructor
Definition at line 8 of file ref-count-base.cc.
References NS_LOG_FUNCTION.