libbgp
0.6
A C++ BGP Library.
|
The RealtimeClock class. More...
#include <realtime-clock.h>
Public Member Functions | |
uint64_t | getTime () const |
Get the current time. More... | |
The RealtimeClock class.
A Clock implementation to use system time as time.
Definition at line 22 of file realtime-clock.h.
|
virtual |
Get the current time.
Implements libbgp::Clock.
Definition at line 16 of file realtime-clock.cc.