scheduler.hpp File Reference
#include "time.hpp"
#include "../net/asio-fwd.hpp"
#include <boost/system/error_code.hpp>
#include <set>
+ Include dependency graph for scheduler.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::util::scheduler::EventId
 Identifies a scheduled event. More...
 
class  ndn::util::scheduler::EventQueueCompare
 
class  ndn::util::scheduler::Scheduler
 Generic scheduler. More...
 

Namespaces

 ndn
 Copyright (c) 2013-2017 Regents of the University of California.
 
 ndn::util
 
 ndn::util::detail
 
 ndn::util::scheduler
 

Typedefs

using ndn::util::scheduler::EventCallback = std::function< void()>
 Function to be invoked when a scheduled event expires. More...
 
using ndn::util::scheduler::EventQueue = std::multiset< shared_ptr< EventInfo >, EventQueueCompare >
 

Functions

std::ostream & ndn::util::scheduler::operator<< (std::ostream &os, const EventId &eventId)