summaryrefslogtreecommitdiff
path: root/doc/html/intrusive/concepts_summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/intrusive/concepts_summary.html')
-rw-r--r--[-rwxr-xr-x]doc/html/intrusive/concepts_summary.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/html/intrusive/concepts_summary.html b/doc/html/intrusive/concepts_summary.html
index eed6287c32..d65b7b3b3c 100755..100644
--- a/doc/html/intrusive/concepts_summary.html
+++ b/doc/html/intrusive/concepts_summary.html
@@ -36,9 +36,9 @@
<dt><span class="term">Node Algorithms</span></dt>
<dd><p>
A class containing typedefs and static functions that define basic operations
- that can be applied to a group of nodes. It's independent from the node
- definition and configured using a NodeTraits template parameter that
- describes the node.
+ that can be applied to a group of <code class="computeroutput"><span class="identifier">node</span></code>s.
+ It's independent from the node definition and configured using a NodeTraits
+ template parameter that describes the node.
</p></dd>
<dt><span class="term">Node Traits</span></dt>
<dd><p>
@@ -48,7 +48,8 @@
<dt><span class="term">Hook</span></dt>
<dd><p>
A class that a user must add as a base class or as a member to make the
- user class compatible with intrusive containers.
+ user class compatible with intrusive containers. A Hook encapsulates
+ a <code class="computeroutput"><span class="identifier">node</span></code>
</p></dd>
<dt><span class="term">Intrusive Container</span></dt>
<dd><p>
@@ -70,7 +71,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005 Olaf Krzikalla<br>Copyright &#169; 2006-2011 Ion Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005 Olaf Krzikalla<br>Copyright &#169; 2006-2012 Ion Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>