A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ref-count-base.cc
Go to the documentation of this file.
1 #include "ref-count-base.h"
2 #include "log.h"
3 
4 NS_LOG_COMPONENT_DEFINE ("RefCountBase");
5 
6 namespace ns3 {
7 
9 {
10  NS_LOG_FUNCTION (this);
11 }
12 
13 } // namespace ns3
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
virtual ~RefCountBase()
This only thing this class does it declare a virtual destructor.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition: log.h:170