#include "ndn-cxx/util/time-custom-clock.hpp"
Include dependency graph for time-unit-test-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::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 > |