Go to the source code of this file.
Classes | |
class | nfd::scheduler::ScopedEventId |
cancels an event automatically upon destruction More... | |
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
nfd::scheduler | |
Typedefs | |
typedef std::shared_ptr < ns3::EventId > | nfd::scheduler::EventId |
Functions | |
EventId | nfd::scheduler::schedule (const time::nanoseconds &after, const std::function< void()> &event) |
schedule an event More... | |
void | nfd::scheduler::cancel (const EventId &eventId) |
cancel a scheduled event More... | |