Kea
2.7.8
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
d
e
f
h
i
k
m
n
o
p
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerations
a
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
a
b
c
d
e
g
h
i
l
m
n
p
q
r
s
u
v
w
y
Variables
b
c
d
e
f
h
l
n
o
p
q
r
s
t
u
y
Typedefs
Enumerations
Enumerator
d
s
Macros
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
y
▼
Kea
►
Kea Developer's Guide
►
Kea Bootp Hooks Library
►
Kea Flexible Option Hooks Library
►
Kea PerfMon Hooks Library
►
libkea-d2srv - Kea D2 Server Library
►
libkea-kea_tcp - TCP Listener Library
Todo List
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
bin
►
hooks
▼
lib
►
asiodns
►
asiolink
▼
cc
base_stamped_element.cc
►
base_stamped_element.h
►
cfg_to_element.h
►
command_interpreter.cc
►
command_interpreter.h
►
data.cc
►
data.h
default_credentials.cc
►
default_credentials.h
►
dhcp_config_error.h
►
element_value.h
json_feed.cc
►
json_feed.h
►
server_tag.cc
►
server_tag.h
simple_parser.cc
►
simple_parser.h
stamped_element.cc
►
stamped_element.h
stamped_value.cc
►
stamped_value.h
user_context.cc
►
user_context.h
►
config
►
config_backend
►
cryptolink
►
d2srv
►
database
►
dhcp
►
dhcp_ddns
►
dhcpsrv
►
dns
►
eval
►
exceptions
►
hooks
►
http
►
log
►
mysql
►
pgsql
►
process
►
stats
►
tcp
►
testutils
►
util
►
yang
►
File Members
base_stamped_element.cc
Go to the documentation of this file.
1
// Copyright (C) 2019-2020 Internet Systems Consortium, Inc. ("ISC")
2
//
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
5
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
#include <config.h>
8
9
#include <
cc/base_stamped_element.h
>
10
11
namespace
isc
{
12
namespace
data {
13
14
BaseStampedElement::BaseStampedElement
()
17
: id_(0), timestamp_(boost::posix_time::second_clock::local_time()) {
18
}
14
BaseStampedElement::BaseStampedElement
() {
…
}
19
20
void
21
BaseStampedElement::updateModificationTime
() {
24
setModificationTime
(boost::posix_time::second_clock::local_time());
25
}
21
BaseStampedElement::updateModificationTime
() {
…
}
26
27
}
// end of namespace isc::data
12
namespace
data {
…
}
28
}
// end of namespace isc
base_stamped_element.h
isc::data::BaseStampedElement::updateModificationTime
void updateModificationTime()
Sets timestamp to the current time.
Definition
base_stamped_element.cc:21
isc::data::BaseStampedElement::BaseStampedElement
BaseStampedElement()
Constructor.
Definition
base_stamped_element.cc:14
isc::data::BaseStampedElement::setModificationTime
void setModificationTime(const boost::posix_time::ptime ×tamp)
Sets timestamp to the explicitly provided value.
Definition
base_stamped_element.h:53
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
cc
base_stamped_element.cc
Generated on Thu Apr 17 2025 11:33:26 for Kea by
1.12.0