|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
Include dependency graph for time-custom-clock.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ndn::time::CustomClock< BaseClock > |
| Class implementing custom system or steady clock behavior. More... | |
Namespaces | |
| namespace | ndn |
| namespace | ndn::time |
Typedefs | |
| using | ndn::time::CustomSteadyClock = CustomClock< steady_clock > |
| using | ndn::time::CustomSystemClock = CustomClock< system_clock > |
Functions | |
| void | ndn::time::setCustomClocks (std::shared_ptr< CustomSteadyClock > steadyClock=nullptr, std::shared_ptr< CustomSystemClock > systemClock=nullptr) |
| Set custom system and steady clocks. | |