#include "ndn-cxx/util/time.hpp"

Go to the source code of this file.
Classes | |
| class | ndn::time::CustomClock< BaseClock > | 
| Class implementing custom system or steady clock behavior.  More... | |
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| ndn::time | |
Typedefs | |
| using | ndn::time::CustomSystemClock = CustomClock< system_clock > | 
| using | ndn::time::CustomSteadyClock = CustomClock< steady_clock > | 
Functions | |
| void | ndn::time::setCustomClocks (shared_ptr< CustomSteadyClock > steadyClock=nullptr, shared_ptr< CustomSystemClock > systemClock=nullptr) | 
| Set custom system and steady clocks.  More... | |