#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 | |
ndn::time | |
Typedefs | |
using | ndn::time::CustomSteadyClock = CustomClock< steady_clock > |
using | ndn::time::CustomSystemClock = CustomClock< system_clock > |
Functions | |
void | ndn::time::setCustomClocks (shared_ptr< CustomSteadyClock > steadyClock=nullptr, shared_ptr< CustomSystemClock > systemClock=nullptr) |
Set custom system and steady clocks. More... | |