A deprecated way to get reference-counting powers. More...
#include <ref-count-base.h>
Public Member Functions | |
virtual | ~RefCountBase () |
This only thing this class does it declare a virtual destructor. More... | |
![]() | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
Noop. More... | |
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.