rippled
Loading...
Searching...
No Matches
SimTime.h
1#ifndef XRPL_TEST_CSF_SIMTIME_H_INCLUDED
2#define XRPL_TEST_CSF_SIMTIME_H_INCLUDED
3
4#include <xrpl/beast/clock/manual_clock.h>
5
6#include <chrono>
7
8namespace ripple {
9namespace test {
10namespace csf {
11
13using RealDuration = RealClock::duration;
14using RealTime = RealClock::time_point;
15
19
20} // namespace csf
21} // namespace test
22} // namespace ripple
23
24#endif
typename Clock::time_point time_point
typename Clock::duration duration
typename SimClock::duration SimDuration
Definition SimTime.h:17
RealClock::time_point RealTime
Definition SimTime.h:14
typename SimClock::time_point SimTime
Definition SimTime.h:18
RealClock::duration RealDuration
Definition SimTime.h:13
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6