summaryrefslogtreecommitdiff
path: root/doc/html/intrusive/presenting_containers.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/intrusive/presenting_containers.html')
-rw-r--r--[-rwxr-xr-x]doc/html/intrusive/presenting_containers.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/html/intrusive/presenting_containers.html b/doc/html/intrusive/presenting_containers.html
index 9106c2c022..0ce27b6155 100755..100644
--- a/doc/html/intrusive/presenting_containers.html
+++ b/doc/html/intrusive/presenting_containers.html
@@ -124,12 +124,14 @@
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<span class="bold"><strong>Safe mode hooks</strong></span>: Hook constructor initializes
- the internal data to a well-known safe state and intrusive containers check
- that state before inserting a value in the container. When erasing an element
- from the container, the container puts the hook in the safe state again.
- This allows a safer use mode and it can be used to detect programming errors.
- It implies a slight performance overhead in some operations and can convert
- some constant time operations to linear time operations.
+ the internal <code class="computeroutput"><span class="identifier">node</span></code> to a
+ well-known safe state and intrusive containers check that state before
+ inserting a value in the container using that hook. When erasing an element
+ from the container, the container puts the <code class="computeroutput"><span class="identifier">node</span></code>
+ of the hook in the safe state again. This allows a safer use mode and it
+ can be used to detect programming errors. It implies a slight performance
+ overhead in some operations and can convert some constant time operations
+ to linear time operations.
</li>
<li class="listitem">
<span class="bold"><strong>Auto-unlink hooks</strong></span>: The hook destructor
@@ -151,7 +153,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>