Lines Matching +full:strong +full:- +full:mode
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11 <link rel="next" href="auto_unlink_hooks.html" title="Auto-unlink hooks">
23 <div class="spirit-nav">
31 …on"><a href="safe_hook.html#intrusive.safe_hook.features">Features of the safe mode</a></span></dt>
32 …span class="section"><a href="safe_hook.html#intrusive.safe_hook.configuring">Configuring safe-mode
37 ….html#intrusive.safe_hook.features" title="Features of the safe mode">Features of the safe mode</a>
40 <span class="bold"><strong>Boost.Intrusive</strong></span> hooks can be configured
41 to operate in safe-link mode. The safe mode is activated by default, but
44 <pre class="programlisting"><span class="comment">//Configuring the safe mode explicitly</span>
49 With the safe mode the user can detect if the object is actually inserted
51 of the safe mode:
53 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
55 Hook's constructor puts the hook in a well-known default state.
58 Hook's destructor checks if the hook is in the well-known default state.
63 checks if the hook is in the well-known default state. If not, an assertion
68 container puts the erased object in the well-known default state.
81 …tml#intrusive.safe_hook.configuring" title="Configuring safe-mode assertions">Configuring safe-mode
85 …By default, all safe-mode assertions raised by <span class="bold"><strong>Boost-Intrusive</strong>…
92 configured, so the user might want to redefine intrusive safe-mode assertions
96 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
123 <td align="right"><div class="copyright-footer">Copyright © 2005 Olaf Krzikalla<br>Copyright © 2006…
130 <div class="spirit-nav">