Public Member Functions

ns3::RefCountBase Class Reference

A deprecated way to get reference-counting powers. More...

#include <ref-count-base.h>

Inheritance diagram for ns3::RefCountBase:
Inheritance graph
[legend]
Collaboration diagram for ns3::RefCountBase:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~RefCountBase ()

Detailed Description

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.


Constructor & Destructor Documentation

virtual ns3::RefCountBase::~RefCountBase (  )  [virtual]

This only thing this class does it declare a virtual destructor


The documentation for this class was generated from the following file: