Base class for storing the values of vendor specific parameters. More...
#include "ff-mac-common.h"
Public Member Functions | |
virtual | ~VendorSpecificValue () |
Public Member Functions inherited from ns3::SimpleRefCount< VendorSpecificValue > | |
SimpleRefCount () | |
Default 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 operator. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
Base class for storing the values of vendor specific parameters.
Definition at line 163 of file ff-mac-common.h.
|
virtual |
Definition at line 26 of file ff-mac-common.cc.