Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f9a376ab
Commit
f9a376ab
authored
Sep 26, 2012
by
JINMEI Tatuya
Browse files
[2218] (trivial) documentation for DomainTreeNodeChain copy ctor.
parent
f569d326
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
f9a376ab
...
...
@@ -697,6 +697,9 @@ public:
isc
::
dns
::
NameComparisonResult
::
EQUAL
)
{}
/// \brief Copy constructor.
///
/// \exception None
DomainTreeNodeChain
(
const
DomainTreeNodeChain
<
T
>&
other
)
:
level_count_
(
other
.
level_count_
),
last_compared_
(
other
.
last_compared_
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment