NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::util::scheduler Namespace Reference

Classes

class  Scheduler
 Generic scheduler. More...
 
class  ScopedEventId
 Event that is automatically cancelled upon destruction. More...
 

Typedefs

typedef function< void()> EventCallback
 
typedef std::shared_ptr< ns3::EventId > EventId
 

Typedef Documentation

typedef function<void()> ndn::util::scheduler::EventCallback

Definition at line 43 of file scheduler.hpp.

typedef std::shared_ptr<ns3::EventId> ndn::util::scheduler::EventId

Definition at line 48 of file scheduler.hpp.