#include "ndn-cxx/detail/asio-fwd.hpp"#include "ndn-cxx/detail/cancel-handle.hpp"#include "ndn-cxx/util/time.hpp"#include "ns3/simulator.h"#include <set>

Go to the source code of this file.
Classes | |
| class | ndn::scheduler::EventId | 
| A handle for a scheduled event.  More... | |
| class | ndn::scheduler::Scheduler | 
| Generic time-based scheduler.  More... | |
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| ndn::util | |
| ndn::scheduler | |
Typedefs | |
| using | ndn::scheduler::EventCallback = std::function< void()> | 
| Function to be invoked when a scheduled event expires.  More... | |
| using | ndn::scheduler::ScopedEventId = detail::ScopedCancelHandle< EventId > | 
| A scoped handle for a scheduled event.  More... | |
Functions | |
| std::ostream & | ndn::scheduler::operator<< (std::ostream &os, const EventId &eventId) |