#include "ndn-cxx/util/time-custom-clock.hpp"
Go to the source code of this file.
Classes | |
class | ndn::time::UnitTestClock< BaseClock, ClockTraits > |
Clock that can be used in unit tests for time-dependent tests independent of wall clock. More... | |
class | ndn::time::UnitTestClockTraits< BaseClock > |
Traits for UnitTestClock, defining default behavior for different clocks. More... | |
class | ndn::time::UnitTestClockTraits< system_clock > |
Specialization of UnitTestClockTraits for system_clock. More... | |
Namespaces | |
ndn | |
ndn::time | |
Typedefs | |
using | ndn::time::UnitTestSteadyClock = UnitTestClock< steady_clock > |
using | ndn::time::UnitTestSystemClock = UnitTestClock< system_clock > |