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_COMPONENT_DEFINE
NS_LOG_COMPONENT_DEFINE("RefCountBase")
NS_LOG_FUNCTION
#define NS_LOG_FUNCTION(parameters)
Definition:
log.h:345
ns3::RefCountBase::~RefCountBase
virtual ~RefCountBase()
This only thing this class does it declare a virtual destructor.
Definition:
ref-count-base.cc:8
log.h
ref-count-base.h
src
core
model
ref-count-base.cc
Generated on Sat Apr 19 2014 14:06:52 for ns-3 by
1.8.6