ns-3
|
A deprecated way to get reference-counting powers. More...
#include <ref-count-base.h>
Public Member Functions | |
virtual | ~RefCountBase () |
![]() | |
SimpleRefCount (const SimpleRefCount &o) | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
uint32_t | GetReferenceCount (void) const |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
A deprecated way to get reference-counting powers.
Users who wish to use reference counting for a class of their own should use instead the template ns3::SimpleRefCount. This class is maintained purely for compatibility to avoid breaking the code of users.
|
virtual |
This only thing this class does it declare a virtual destructor