A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
8
RefCountBase::~RefCountBase
()
9
{
10
NS_LOG_FUNCTION
(
this
);
11
}
12
13
}
// namespace ns3
NS_LOG_FUNCTION
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
Definition:
log-macros-enabled.h:207
ns3::RefCountBase::~RefCountBase
virtual ~RefCountBase()
This only thing this class does it declare a virtual destructor.
Definition:
ref-count-base.cc:8
NS_LOG_COMPONENT_DEFINE
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition:
log.h:170
log.h
ref-count-base.h
src
core
model
ref-count-base.cc
Generated on Wed Sep 17 2014 23:33:23 for ns-3 by
1.8.6