#include "time-custom-clock.hpp"

Go to the source code of this file.
Classes | |
| 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... | |
| class | ndn::time::UnitTestClock< BaseClock > |
| Clock that can be used in unit tests for time-dependent tests independent of wall clock. More... | |
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California. | |
| ndn::time | |
Typedefs | |
| typedef UnitTestClock< system_clock > | ndn::time::UnitTestSystemClock |
| typedef UnitTestClock< steady_clock > | ndn::time::UnitTestSteadyClock |