libbgp
0.6
A C++ BGP Library.
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
_
a
b
c
d
f
g
h
i
l
n
o
p
r
s
t
u
w
~
+
Variables
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
Examples
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
src
realtime-clock.cc
Go to the documentation of this file.
1
11
#include "
realtime-clock.h
"
12
#include <time.h>
13
14
namespace
libbgp
{
15
16
uint64_t
RealtimeClock::getTime
()
const
{
17
return
time(NULL);
18
}
19
20
}
realtime-clock.h
A Clock implementation to use system time as time.
libbgp
Definition:
bgp-afi.h:14
libbgp::RealtimeClock::getTime
uint64_t getTime() const
Get the current time.
Definition:
realtime-clock.cc:16
Generated by
1.8.13