A Discrete-Event Network Simulator
API
basic-data-calculators.cc
Go to the documentation of this file.
2 
3 namespace ns3
4 {
5 
6 NS_OBJECT_TEMPLATE_CLASS_DEFINE(CounterCalculator, uint32_t);
7 
8 }
#define NS_OBJECT_TEMPLATE_CLASS_DEFINE(type, param)
Explicitly instantiate a template class with one template parameter and register the resulting instan...
Definition: object-base.h:78
Every class exported by the ns3 library is enclosed in the ns3 namespace.