ns3::TimerImpl declaration and implementation. More...
Go to the source code of this file.
Classes | |
class | ns3::internal::TimerImpl |
The timer implementation underlying Timer and Watchdog. More... | |
struct | ns3::internal::TimerImplX< Args > |
TimerImpl specialization class for varying numbers of arguments. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::internal |
Namespace for implementation details. | |
Functions | |
template<typename U , typename... Ts> | |
TimerImpl * | ns3::internal::MakeTimerImpl (U(fn)(Ts...)) |
Make a TimerImpl from a function pointer taking varying numbers of arguments. | |
template<typename OBJ_PTR , typename U , typename V , typename... Ts> | |
TimerImpl * | ns3::internal::MakeTimerImpl (U(V::*memPtr)(Ts...), OBJ_PTR objPtr) |
Make a TimerImpl from a class method pointer taking a varying number of arguments. | |
ns3::TimerImpl declaration and implementation.
Definition in file timer-impl.h.