NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
time-unit-test-clock.hpp File Reference
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::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, ClockTraits >
 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

using ndn::time::UnitTestSystemClock = UnitTestClock< system_clock >
 
using ndn::time::UnitTestSteadyClock = UnitTestClock< steady_clock >