|
Kagome
Polkadot Runtime Engine in C++17
|
#include <clock_impl.hpp>
Public Member Functions | |
| Clock< ClockType >::TimePoint | now () const override |
| uint64_t | nowUint64 () const override |
Public Member Functions inherited from kagome::clock::Clock< ClockType > | |
| virtual | ~Clock ()=default |
Additional Inherited Members | |
Public Types inherited from kagome::clock::Clock< ClockType > | |
| using | Duration = typename ClockType::duration |
| using | TimePoint = typename ClockType::time_point |
Static Public Member Functions inherited from kagome::clock::Clock< ClockType > | |
| static TimePoint | zero () |
Definition at line 14 of file clock_impl.hpp.
|
overridevirtual |
Implements kagome::clock::Clock< ClockType >.
Definition at line 11 of file clock_impl.cpp.
|
overridevirtual |
Implements kagome::clock::Clock< ClockType >.
Definition at line 16 of file clock_impl.cpp.