A deprecated way to get reference-counting powers. More...
#include "ref-count-base.h"
 Inheritance diagram for ns3::RefCountBase:
 Collaboration diagram for ns3::RefCountBase:Public Member Functions | |
| virtual | ~RefCountBase () | 
| This only thing this class does it declare a virtual destructor.  More... | |
  Public Member Functions inherited from ns3::SimpleRefCount< RefCountBase > | |
| 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 Public Member Functions inherited from ns3::SimpleRefCount< RefCountBase > | |
| static void | Cleanup (void) | 
| Noop.  More... | |
A deprecated way to get reference-counting powers.
Definition at line 44 of file ref-count-base.h.
      
  | 
  virtual | 
This only thing this class does it declare a virtual destructor.
Definition at line 37 of file ref-count-base.cc.
References NS_LOG_FUNCTION.