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