Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 283

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: std::__debug::list&lt; _Tp, _Allocator &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a00277.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="#pro-methods">Protected Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">std::__debug::list&lt; _Tp, _Allocator &gt; Class Template Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="std::__debug::list" --><!-- doxytag: inherits="list,_Safe_sequence&lt; list&lt; _Tp, _Allocator &gt; &gt;" -->
<p>Class <a class="el" href="a00580.html" title="A standard container with linear time access to elements, and fixed time insertion/deletion at any po...">std::list</a> with safety/checking/debug instrumentation.  
 <a href="a00277.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for std::__debug::list&lt; _Tp, _Allocator &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="a02456.png" border="0" usemap="#std_1_1____debug_1_1list_3_01___tp_00_01___allocator_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="std_1_1____debug_1_1list_3_01___tp_00_01___allocator_01_4_inherit__map" id="std_1_1____debug_1_1list_3_01___tp_00_01___allocator_01_4_inherit__map">
<area shape="rect" id="node2" href="a00085.html" title="__gnu_debug::_Safe_sequence\&lt; list\&lt; _Tp, _Allocator \&gt; \&gt;" alt="" coords="5,181,339,211"/><area shape="rect" id="node4" href="a00086.html" title="Base class that supports tracking of iterators that reference a sequence." alt="" coords="87,5,319,35"/><area shape="rect" id="node6" href="a00085.html" title="Base class for constructing a safe sequence type that tracks iterators that reference it..." alt="" coords="188,85,468,115"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="a02457.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li><a class="anchor" id="ac4ada2fadaa5ebf27ca186aac4d4647b"></a><!-- doxytag: member="std::__debug::list::allocator_type" ref="ac4ada2fadaa5ebf27ca186aac4d4647b" args="" -->
typedef _Allocator <b>allocator_type</b>
<li><a class="anchor" id="a76b5ed68fafa8dc0b7c1da4b7088acaa"></a><!-- doxytag: member="std::__debug::list::const_iterator" ref="a76b5ed68fafa8dc0b7c1da4b7088acaa" args="" -->
typedef <br class="typebreak"/>
<a class="el" href="a00083.html">__gnu_debug::_Safe_iterator</a><br class="typebreak"/>
&lt; <a class="el" href="a00083.html">_Base_const_iterator</a>, <a class="el" href="a00277.html">list</a> &gt; <b>const_iterator</b>
<li><a class="anchor" id="ae37601f205a7c8f2db77c9774a54edf9"></a><!-- doxytag: member="std::__debug::list::const_pointer" ref="ae37601f205a7c8f2db77c9774a54edf9" args="" -->
typedef _Base::const_pointer <b>const_pointer</b>
<li><a class="anchor" id="a2781963a79bf953abd526f5180dd8f4f"></a><!-- doxytag: member="std::__debug::list::const_reference" ref="a2781963a79bf953abd526f5180dd8f4f" args="" -->
typedef _Base::const_reference <b>const_reference</b>
<li><a class="anchor" id="af1971991e7f513b1fdbf5fd59e814f61"></a><!-- doxytag: member="std::__debug::list::const_reverse_iterator" ref="af1971991e7f513b1fdbf5fd59e814f61" args="" -->
typedef <a class="el" href="a00693.html">std::reverse_iterator</a><br class="typebreak"/>
&lt; <a class="el" href="a00083.html">const_iterator</a> &gt; <b>const_reverse_iterator</b>
<li><a class="anchor" id="a2964f5c68724fd392469285b1a2379e3"></a><!-- doxytag: member="std::__debug::list::difference_type" ref="a2964f5c68724fd392469285b1a2379e3" args="" -->
typedef _Base::difference_type <b>difference_type</b>
<li><a class="anchor" id="adf88803ccccc8e7d2492a875b837df6f"></a><!-- doxytag: member="std::__debug::list::iterator" ref="adf88803ccccc8e7d2492a875b837df6f" args="" -->
typedef <br class="typebreak"/>
<a class="el" href="a00083.html">__gnu_debug::_Safe_iterator</a><br class="typebreak"/>
&lt; <a class="el" href="a00083.html">_Base_iterator</a>, <a class="el" href="a00277.html">list</a> &gt; <b>iterator</b>
<li><a class="anchor" id="a9d3b7bde145d8729000cc55d77f8c955"></a><!-- doxytag: member="std::__debug::list::pointer" ref="a9d3b7bde145d8729000cc55d77f8c955" args="" -->
typedef _Base::pointer <b>pointer</b>
<li><a class="anchor" id="a29b0a6c59a12debe19cd55bd223ce5b8"></a><!-- doxytag: member="std::__debug::list::reference" ref="a29b0a6c59a12debe19cd55bd223ce5b8" args="" -->
typedef _Base::reference <b>reference</b>
<li><a class="anchor" id="a3e5045a0d32bf3990b1fdc629d34e965"></a><!-- doxytag: member="std::__debug::list::reverse_iterator" ref="a3e5045a0d32bf3990b1fdc629d34e965" args="" -->
typedef <a class="el" href="a00693.html">std::reverse_iterator</a><br class="typebreak"/>
&lt; <a class="el" href="a00083.html">iterator</a> &gt; <b>reverse_iterator</b>
<li><a class="anchor" id="a3bee2cdafaa565e21a0eeb7352f99bd1"></a><!-- doxytag: member="std::__debug::list::size_type" ref="a3bee2cdafaa565e21a0eeb7352f99bd1" args="" -->
typedef _Base::size_type <b>size_type</b>
<li><a class="anchor" id="a5510653b7f3739364a890e395f7c711b"></a><!-- doxytag: member="std::__debug::list::value_type" ref="a5510653b7f3739364a890e395f7c711b" args="" -->
typedef _Tp <b>value_type</b>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="ae8a58d6cf68ce06aa28611ec2e563426"></a><!-- doxytag: member="std::__debug::list::list" ref="ae8a58d6cf68ce06aa28611ec2e563426" args="(const _Allocator &amp;__a=_Allocator())" -->
<b>list</b> (const _Allocator &amp;__a=_Allocator())
<li><a class="anchor" id="a1b51d702f3fc391a66506bd2d8318af2"></a><!-- doxytag: member="std::__debug::list::list" ref="a1b51d702f3fc391a66506bd2d8318af2" args="(size_type __n)" -->
<b>list</b> (size_type __n)
<li><a class="anchor" id="ac85d31a45996bf4201a79474590e8fe2"></a><!-- doxytag: member="std::__debug::list::list" ref="ac85d31a45996bf4201a79474590e8fe2" args="(_InputIterator __first, _InputIterator __last, const _Allocator &amp;__a=_Allocator())" -->
template&lt;class _InputIterator &gt; <b>list</b> (_InputIterator __first, _InputIterator __last, const _Allocator &amp;__a=_Allocator())
<li><a class="anchor" id="ae69bf3a5ecb9ec4dc57b3dca6b8444e3"></a><!-- doxytag: member="std::__debug::list::list" ref="ae69bf3a5ecb9ec4dc57b3dca6b8444e3" args="(initializer_list&lt; value_type &gt; __l, const allocator_type &amp;__a=allocator_type())" -->
<b>list</b> (<a class="el" href="a00524.html">initializer_list</a>&lt; value_type &gt; __l, const allocator_type &amp;__a=allocator_type())
<li><a class="anchor" id="a8d06b38e7898f6c3aa4e9176cd83e544"></a><!-- doxytag: member="std::__debug::list::list" ref="a8d06b38e7898f6c3aa4e9176cd83e544" args="(const list &amp;__x)" -->
<b>list</b> (const <a class="el" href="a00277.html">list</a> &amp;__x)
<li><a class="anchor" id="af430b5ad99b781d185eba1e6c9be3db4"></a><!-- doxytag: member="std::__debug::list::list" ref="af430b5ad99b781d185eba1e6c9be3db4" args="(size_type __n, const _Tp &amp;__value, const _Allocator &amp;__a=_Allocator())" -->
<b>list</b> (size_type __n, const _Tp &amp;__value, const _Allocator &amp;__a=_Allocator())
<li><a class="anchor" id="a740696cd3fb4d486adbc023d572e8af3"></a><!-- doxytag: member="std::__debug::list::list" ref="a740696cd3fb4d486adbc023d572e8af3" args="(const _Base &amp;__x)" -->
<b>list</b> (const <a class="el" href="a00277.html">_Base</a> &amp;__x)
<li><a class="anchor" id="a434c272b34956b0dbc3fb13bec3cd6ea"></a><!-- doxytag: member="std::__debug::list::list" ref="a434c272b34956b0dbc3fb13bec3cd6ea" args="(list &amp;&amp;__x)" -->
<b>list</b> (<a class="el" href="a00277.html">list</a> &amp;&amp;__x)
<li>void <a class="el" href="a00086.html#ab4d477bee04a7c71f2f3ac04667b63c2">_M_attach</a> (_Safe_iterator_base *__it, bool __constant)
<li>void <a class="el" href="a00086.html#ad5c931183ca6fac813724ea31fc537b8">_M_attach_single</a> (_Safe_iterator_base *__it, bool __constant)  throw ()
<li><a class="anchor" id="a60ce0b708bb72ebcdb5a36c79ed702fb"></a><!-- doxytag: member="std::__debug::list::_M_base" ref="a60ce0b708bb72ebcdb5a36c79ed702fb" args="()" -->
<a class="el" href="a00277.html">_Base</a> &amp; <b>_M_base</b> ()
<li><a class="anchor" id="a60083b7fdf241cda1ba48807a756690f"></a><!-- doxytag: member="std::__debug::list::_M_base" ref="a60083b7fdf241cda1ba48807a756690f" args="() const " -->
const <a class="el" href="a00277.html">_Base</a> &amp; <b>_M_base</b> () const 
<li>void <a class="el" href="a00086.html#a1f75fb78e5fdd2fb5242751fe1ad2dd3">_M_detach</a> (_Safe_iterator_base *__it)
<li>void <a class="el" href="a00086.html#ab532ee20093a89d4b9d38a3cd4873fd8">_M_detach_single</a> (_Safe_iterator_base *__it)  throw ()
<li>void <a class="el" href="a00086.html#a1e5eb0a6858097f7fbc476fa58cb8f22">_M_invalidate_all</a> () const 
<li>void <a class="el" href="a00085.html#a64d63447c22a1503287db80538a38eb5">_M_invalidate_if</a> (_Predicate __pred)
<li>void <a class="el" href="a00085.html#ae63cba02bf86ff03474066a2ae09fedf">_M_transfer_from_if</a> (_Safe_sequence &amp;__from, _Predicate __pred)
<li><a class="anchor" id="a668baeadb9520ccf09092e46c3d53021"></a><!-- doxytag: member="std::__debug::list::assign" ref="a668baeadb9520ccf09092e46c3d53021" args="(initializer_list&lt; value_type &gt; __l)" -->
void <b>assign</b> (<a class="el" href="a00524.html">initializer_list</a>&lt; value_type &gt; __l)
<li><a class="anchor" id="a654f8022ac589a46914a76e33935fa68"></a><!-- doxytag: member="std::__debug::list::assign" ref="a654f8022ac589a46914a76e33935fa68" args="(_InputIterator __first, _InputIterator __last)" -->
template&lt;class _InputIterator &gt; void <b>assign</b> (_InputIterator __first, _InputIterator __last)
<li><a class="anchor" id="a27776a85256ec938cf7aa242f8c7609c"></a><!-- doxytag: member="std::__debug::list::assign" ref="a27776a85256ec938cf7aa242f8c7609c" args="(size_type __n, const _Tp &amp;__t)" -->
void <b>assign</b> (size_type __n, const _Tp &amp;__t)
<li><a class="anchor" id="a249fa6469e02c2154c52194763f2a825"></a><!-- doxytag: member="std::__debug::list::back" ref="a249fa6469e02c2154c52194763f2a825" args="() const " -->
const_reference <b>back</b> () const 
<li><a class="anchor" id="a1bafc5c86b5a6689abfc0955f8ad16ee"></a><!-- doxytag: member="std::__debug::list::back" ref="a1bafc5c86b5a6689abfc0955f8ad16ee" args="()" -->
reference <b>back</b> ()
<li><a class="anchor" id="ab0e586976dff6ba6d54fe244d909efa9"></a><!-- doxytag: member="std::__debug::list::begin" ref="ab0e586976dff6ba6d54fe244d909efa9" args="()" -->
<a class="el" href="a00083.html">iterator</a> <b>begin</b> ()
<li><a class="anchor" id="af8177c9f515ac56d3cf96ec8fe90ac5b"></a><!-- doxytag: member="std::__debug::list::begin" ref="af8177c9f515ac56d3cf96ec8fe90ac5b" args="() const " -->
<a class="el" href="a00083.html">const_iterator</a> <b>begin</b> () const 
<li><a class="anchor" id="a4b95318d9ef457318989280435975d07"></a><!-- doxytag: member="std::__debug::list::cbegin" ref="a4b95318d9ef457318989280435975d07" args="() const " -->
<a class="el" href="a00083.html">const_iterator</a> <b>cbegin</b> () const 
<li><a class="anchor" id="a03c8a1cffd096a52c59711657165e847"></a><!-- doxytag: member="std::__debug::list::cend" ref="a03c8a1cffd096a52c59711657165e847" args="() const " -->
<a class="el" href="a00083.html">const_iterator</a> <b>cend</b> () const 
<li><a class="anchor" id="ac326fa7f8b3bde102f5a3bb05ec08699"></a><!-- doxytag: member="std::__debug::list::clear" ref="ac326fa7f8b3bde102f5a3bb05ec08699" args="()" -->
void <b>clear</b> ()
<li><a class="anchor" id="a92db4755351df425c151e4939caa3bc6"></a><!-- doxytag: member="std::__debug::list::crbegin" ref="a92db4755351df425c151e4939caa3bc6" args="() const " -->
<a class="el" href="a00693.html">const_reverse_iterator</a> <b>crbegin</b> () const 
<li><a class="anchor" id="a69e4e0f1be19ca5def03f9d18e3ce139"></a><!-- doxytag: member="std::__debug::list::crend" ref="a69e4e0f1be19ca5def03f9d18e3ce139" args="() const " -->
<a class="el" href="a00693.html">const_reverse_iterator</a> <b>crend</b> () const 
<li><a class="anchor" id="aa7638506e2acf65ab130df1f0485eddc"></a><!-- doxytag: member="std::__debug::list::emplace" ref="aa7638506e2acf65ab130df1f0485eddc" args="(iterator __position, _Args &amp;&amp;...__args)" -->
template&lt;typename... _Args&gt; <a class="el" href="a00083.html">iterator</a> <b>emplace</b> (<a class="el" href="a00083.html">iterator</a> __position, _Args &amp;&amp;...__args)
<li><a class="anchor" id="af48e7276ce481ba504a3727a76d70b68"></a><!-- doxytag: member="std::__debug::list::end" ref="af48e7276ce481ba504a3727a76d70b68" args="()" -->
<a class="el" href="a00083.html">iterator</a> <b>end</b> ()
<li><a class="anchor" id="a4b82c70aa2182c4c6da0d01c5c43a3b3"></a><!-- doxytag: member="std::__debug::list::end" ref="a4b82c70aa2182c4c6da0d01c5c43a3b3" args="() const " -->
<a class="el" href="a00083.html">const_iterator</a> <b>end</b> () const 
<li><a class="anchor" id="af1dcd40a034a1469beb3968bf953493b"></a><!-- doxytag: member="std::__debug::list::erase" ref="af1dcd40a034a1469beb3968bf953493b" args="(iterator __position)" -->
<a class="el" href="a00083.html">iterator</a> <b>erase</b> (<a class="el" href="a00083.html">iterator</a> __position)
<li><a class="anchor" id="a91062a0a43e7e9828ac4e9e5529dfc36"></a><!-- doxytag: member="std::__debug::list::erase" ref="a91062a0a43e7e9828ac4e9e5529dfc36" args="(iterator __position, iterator __last)" -->
<a class="el" href="a00083.html">iterator</a> <b>erase</b> (<a class="el" href="a00083.html">iterator</a> __position, <a class="el" href="a00083.html">iterator</a> __last)
<li><a class="anchor" id="a8e2795b3d214bd58b6555635d4e78f80"></a><!-- doxytag: member="std::__debug::list::front" ref="a8e2795b3d214bd58b6555635d4e78f80" args="() const " -->
const_reference <b>front</b> () const 
<li><a class="anchor" id="a36f6fd647f08358a37552e99c10c933c"></a><!-- doxytag: member="std::__debug::list::front" ref="a36f6fd647f08358a37552e99c10c933c" args="()" -->
reference <b>front</b> ()
<li><a class="anchor" id="a3f47dc8db3c5a3be08d1fac8c8c9333e"></a><!-- doxytag: member="std::__debug::list::insert" ref="a3f47dc8db3c5a3be08d1fac8c8c9333e" args="(iterator __position, const _Tp &amp;__x)" -->
<a class="el" href="a00083.html">iterator</a> <b>insert</b> (<a class="el" href="a00083.html">iterator</a> __position, const _Tp &amp;__x)
<li><a class="anchor" id="a285e6bd3f11719b37c5a127fbdb511ea"></a><!-- doxytag: member="std::__debug::list::insert" ref="a285e6bd3f11719b37c5a127fbdb511ea" args="(iterator __position, _Tp &amp;&amp;__x)" -->
<a class="el" href="a00083.html">iterator</a> <b>insert</b> (<a class="el" href="a00083.html">iterator</a> __position, _Tp &amp;&amp;__x)
<li><a class="anchor" id="a8379716ccd7f9af5578d976983fe6253"></a><!-- doxytag: member="std::__debug::list::insert" ref="a8379716ccd7f9af5578d976983fe6253" args="(iterator __p, initializer_list&lt; value_type &gt; __l)" -->
void <b>insert</b> (<a class="el" href="a00083.html">iterator</a> __p, <a class="el" href="a00524.html">initializer_list</a>&lt; value_type &gt; __l)
<li><a class="anchor" id="aefb2274cf7390fd8c864b522108260a6"></a><!-- doxytag: member="std::__debug::list::insert" ref="aefb2274cf7390fd8c864b522108260a6" args="(iterator __position, _InputIterator __first, _InputIterator __last)" -->
template&lt;class _InputIterator &gt; void <b>insert</b> (<a class="el" href="a00083.html">iterator</a> __position, _InputIterator __first, _InputIterator __last)
<li><a class="anchor" id="af845b6539bd0b97b8a68fc92edbc399c"></a><!-- doxytag: member="std::__debug::list::insert" ref="af845b6539bd0b97b8a68fc92edbc399c" args="(iterator __position, size_type __n, const _Tp &amp;__x)" -->
void <b>insert</b> (<a class="el" href="a00083.html">iterator</a> __position, size_type __n, const _Tp &amp;__x)
<li><a class="anchor" id="a209976649c15c0698e9e082673e984d9"></a><!-- doxytag: member="std::__debug::list::merge" ref="a209976649c15c0698e9e082673e984d9" args="(list &amp;&amp;__x, _Compare __comp)" -->
template&lt;class _Compare &gt; void <b>merge</b> (<a class="el" href="a00277.html">list</a> &amp;&amp;__x, _Compare __comp)
<li><a class="anchor" id="ad1db3b8ad14ab67a21f600bf37c7f918"></a><!-- doxytag: member="std::__debug::list::merge" ref="ad1db3b8ad14ab67a21f600bf37c7f918" args="(list &amp;__x, _Compare __comp)" -->
template&lt;typename _Compare &gt; void <b>merge</b> (<a class="el" href="a00277.html">list</a> &amp;__x, _Compare __comp)
<li><a class="anchor" id="a301ec8c5537667f18650ccb7d9844b99"></a><!-- doxytag: member="std::__debug::list::merge" ref="a301ec8c5537667f18650ccb7d9844b99" args="(list &amp;&amp;__x)" -->
void <b>merge</b> (<a class="el" href="a00277.html">list</a> &amp;&amp;__x)
<li><a class="anchor" id="a05ccdc8f1157e7ded1ec2543dfde13c2"></a><!-- doxytag: member="std::__debug::list::merge" ref="a05ccdc8f1157e7ded1ec2543dfde13c2" args="(list &amp;__x)" -->
void <b>merge</b> (<a class="el" href="a00277.html">list</a> &amp;__x)
<li><a class="anchor" id="a350790aee260516d52ba3e45ec681650"></a><!-- doxytag: member="std::__debug::list::operator=" ref="a350790aee260516d52ba3e45ec681650" args="(const list &amp;__x)" -->
<a class="el" href="a00277.html">list</a> &amp; <b>operator=</b> (const <a class="el" href="a00277.html">list</a> &amp;__x)
<li><a class="anchor" id="a2711a1da1921da560269a7964c7cf091"></a><!-- doxytag: member="std::__debug::list::operator=" ref="a2711a1da1921da560269a7964c7cf091" args="(list &amp;&amp;__x)" -->
<a class="el" href="a00277.html">list</a> &amp; <b>operator=</b> (<a class="el" href="a00277.html">list</a> &amp;&amp;__x)
<li><a class="anchor" id="a82ce78d2555eb3c6cfcfc357673f97af"></a><!-- doxytag: member="std::__debug::list::operator=" ref="a82ce78d2555eb3c6cfcfc357673f97af" args="(initializer_list&lt; value_type &gt; __l)" -->
<a class="el" href="a00277.html">list</a> &amp; <b>operator=</b> (<a class="el" href="a00524.html">initializer_list</a>&lt; value_type &gt; __l)
<li><a class="anchor" id="acc475e3c6342e7fd28bfa0ef94955cd9"></a><!-- doxytag: member="std::__debug::list::pop_back" ref="acc475e3c6342e7fd28bfa0ef94955cd9" args="()" -->
void <b>pop_back</b> ()
<li><a class="anchor" id="a1a4f7a99860d374564fb5f2146213ce9"></a><!-- doxytag: member="std::__debug::list::pop_front" ref="a1a4f7a99860d374564fb5f2146213ce9" args="()" -->
void <b>pop_front</b> ()
<li><a class="anchor" id="a6ab1852caa0943572aa46e55aa42be55"></a><!-- doxytag: member="std::__debug::list::rbegin" ref="a6ab1852caa0943572aa46e55aa42be55" args="()" -->
<a class="el" href="a00693.html">reverse_iterator</a> <b>rbegin</b> ()
<li><a class="anchor" id="a01a5572e414010778e0dbaa765047328"></a><!-- doxytag: member="std::__debug::list::rbegin" ref="a01a5572e414010778e0dbaa765047328" args="() const " -->
<a class="el" href="a00693.html">const_reverse_iterator</a> <b>rbegin</b> () const 
<li><a class="anchor" id="aea81418ed23c4e454ca16a45c10add79"></a><!-- doxytag: member="std::__debug::list::remove" ref="aea81418ed23c4e454ca16a45c10add79" args="(const _Tp &amp;__value)" -->
void <b>remove</b> (const _Tp &amp;__value)
<li><a class="anchor" id="a4fc3bce9795642406afed507d89b6410"></a><!-- doxytag: member="std::__debug::list::remove_if" ref="a4fc3bce9795642406afed507d89b6410" args="(_Predicate __pred)" -->
template&lt;class _Predicate &gt; void <b>remove_if</b> (_Predicate __pred)
<li><a class="anchor" id="ac8378b8076d21f76a5f6017de412c399"></a><!-- doxytag: member="std::__debug::list::rend" ref="ac8378b8076d21f76a5f6017de412c399" args="()" -->
<a class="el" href="a00693.html">reverse_iterator</a> <b>rend</b> ()
<li><a class="anchor" id="ab652b6923824c0616864c131bc02baad"></a><!-- doxytag: member="std::__debug::list::rend" ref="ab652b6923824c0616864c131bc02baad" args="() const " -->
<a class="el" href="a00693.html">const_reverse_iterator</a> <b>rend</b> () const 
<li><a class="anchor" id="a89e54de3956fa39f12beea77e0532eb1"></a><!-- doxytag: member="std::__debug::list::resize" ref="a89e54de3956fa39f12beea77e0532eb1" args="(size_type __sz, const _Tp &amp;__c)" -->
void <b>resize</b> (size_type __sz, const _Tp &amp;__c)
<li><a class="anchor" id="aacf351cb998062991af3021ecec3e085"></a><!-- doxytag: member="std::__debug::list::resize" ref="aacf351cb998062991af3021ecec3e085" args="(size_type __sz)" -->
void <b>resize</b> (size_type __sz)
<li><a class="anchor" id="a257c5f58cc5c80bdbe6a1dc7ee76511a"></a><!-- doxytag: member="std::__debug::list::sort" ref="a257c5f58cc5c80bdbe6a1dc7ee76511a" args="(_StrictWeakOrdering __pred)" -->
template&lt;typename _StrictWeakOrdering &gt; void <b>sort</b> (_StrictWeakOrdering __pred)
<li><a class="anchor" id="ab3bdbffa327873ad9b81744593688b63"></a><!-- doxytag: member="std::__debug::list::sort" ref="ab3bdbffa327873ad9b81744593688b63" args="()" -->
void <b>sort</b> ()
<li><a class="anchor" id="ab3083ff46950687c1e6211f4b7840327"></a><!-- doxytag: member="std::__debug::list::splice" ref="ab3083ff46950687c1e6211f4b7840327" args="(iterator __position, list &amp;&amp;__x)" -->
void <b>splice</b> (<a class="el" href="a00083.html">iterator</a> __position, <a class="el" href="a00277.html">list</a> &amp;&amp;__x)
<li><a class="anchor" id="a7887ff490ccfd81b522af1ae8278b4f1"></a><!-- doxytag: member="std::__debug::list::splice" ref="a7887ff490ccfd81b522af1ae8278b4f1" args="(iterator __position, list &amp;&amp;__x, iterator __first, iterator __last)" -->
void <b>splice</b> (<a class="el" href="a00083.html">iterator</a> __position, <a class="el" href="a00277.html">list</a> &amp;&amp;__x, <a class="el" href="a00083.html">iterator</a> __first, <a class="el" href="a00083.html">iterator</a> __last)
<li><a class="anchor" id="a3edb5bff4cca4d2ab84eda6307380408"></a><!-- doxytag: member="std::__debug::list::splice" ref="a3edb5bff4cca4d2ab84eda6307380408" args="(iterator __position, list &amp;&amp;__x, iterator __i)" -->
void <b>splice</b> (<a class="el" href="a00083.html">iterator</a> __position, <a class="el" href="a00277.html">list</a> &amp;&amp;__x, <a class="el" href="a00083.html">iterator</a> __i)
<li><a class="anchor" id="a715761931c5b344daddde41a9b4b8250"></a><!-- doxytag: member="std::__debug::list::splice" ref="a715761931c5b344daddde41a9b4b8250" args="(iterator __position, list &amp;__x, iterator __i)" -->
void <b>splice</b> (<a class="el" href="a00083.html">iterator</a> __position, <a class="el" href="a00277.html">list</a> &amp;__x, <a class="el" href="a00083.html">iterator</a> __i)
<li><a class="anchor" id="a037dcf34fba3d00cd2ffce3e85a86bc6"></a><!-- doxytag: member="std::__debug::list::splice" ref="a037dcf34fba3d00cd2ffce3e85a86bc6" args="(iterator __position, list &amp;__x, iterator __first, iterator __last)" -->
void <b>splice</b> (<a class="el" href="a00083.html">iterator</a> __position, <a class="el" href="a00277.html">list</a> &amp;__x, <a class="el" href="a00083.html">iterator</a> __first, <a class="el" href="a00083.html">iterator</a> __last)
<li><a class="anchor" id="a17e858fab801d6af099e653c10cf87c0"></a><!-- doxytag: member="std::__debug::list::splice" ref="a17e858fab801d6af099e653c10cf87c0" args="(iterator __position, list &amp;__x)" -->
void <b>splice</b> (<a class="el" href="a00083.html">iterator</a> __position, <a class="el" href="a00277.html">list</a> &amp;__x)
<li><a class="anchor" id="af0d723deb6487608a1bfd7cc9e61fb4e"></a><!-- doxytag: member="std::__debug::list::swap" ref="af0d723deb6487608a1bfd7cc9e61fb4e" args="(list &amp;__x)" -->
void <b>swap</b> (<a class="el" href="a00277.html">list</a> &amp;__x)
<li><a class="anchor" id="ae7481ce806c1bf680b3f76fb50c82272"></a><!-- doxytag: member="std::__debug::list::unique" ref="ae7481ce806c1bf680b3f76fb50c82272" args="()" -->
void <b>unique</b> ()
<li><a class="anchor" id="a7debafa635098ed86a5ff5a94b1faf0f"></a><!-- doxytag: member="std::__debug::list::unique" ref="a7debafa635098ed86a5ff5a94b1faf0f" args="(_BinaryPredicate __binary_pred)" -->
template&lt;class _BinaryPredicate &gt; void <b>unique</b> (_BinaryPredicate __binary_pred)
</ul>
<h2><a name="pub-attribs"></a>
Public Attributes</h2>
<ul>
<li>_Safe_iterator_base * <a class="el" href="a00086.html#a5aabbc5d256f3eaaf313274ebf200877">_M_const_iterators</a>
<li>_Safe_iterator_base * <a class="el" href="a00086.html#a9d678da43e3d7456af279062c4e5c28a">_M_iterators</a>
<li>unsigned int <a class="el" href="a00086.html#af796b1fd115ea27cd078eeb7e4909bd5">_M_version</a>
</ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li>void <a class="el" href="a00086.html#acebac46f833f903deb7c094fc26cbea1">_M_detach_all</a> ()
<li>void <a class="el" href="a00086.html#aadde2fc883be085fc4588c1ef442cd3d">_M_detach_singular</a> ()
<li>__gnu_cxx::__mutex &amp; <a class="el" href="a00086.html#aa245644963340f3dee07d384eeeb01f3">_M_get_mutex</a> ()  throw ()
<li>void <a class="el" href="a00086.html#a75f6eb02cd1721b550bd5eb205ed6920">_M_revalidate_singular</a> ()
<li>void <a class="el" href="a00086.html#a0dab4a25feb468949f28f2820400cd8b">_M_swap</a> (_Safe_sequence_base &amp;__x)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename _Tp, typename _Allocator = std::allocator&lt;_Tp&gt;&gt;<br/>
class std::__debug::list&lt; _Tp, _Allocator &gt;</h3>

<p>Class <a class="el" href="a00580.html" title="A standard container with linear time access to elements, and fixed time insertion/deletion at any po...">std::list</a> with safety/checking/debug instrumentation. </p>

<p>Definition at line <a class="el" href="a00920_source.html#l00043">43</a> of file <a class="el" href="a00920_source.html">debug/list</a>.</p>
</div><hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ab4d477bee04a7c71f2f3ac04667b63c2"></a><!-- doxytag: member="std::__debug::list::_M_attach" ref="ab4d477bee04a7c71f2f3ac04667b63c2" args="(_Safe_iterator_base *__it, bool __constant)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_attach </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00084.html">_Safe_iterator_base</a> *&#160;</td>
          <td class="paramname"><em>__it</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>__constant</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Attach an iterator to this sequence. </p>

</div>
</div>
<a class="anchor" id="ad5c931183ca6fac813724ea31fc537b8"></a><!-- doxytag: member="std::__debug::list::_M_attach_single" ref="ad5c931183ca6fac813724ea31fc537b8" args="(_Safe_iterator_base *__it, bool __constant)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_attach_single </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00084.html">_Safe_iterator_base</a> *&#160;</td>
          <td class="paramname"><em>__it</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>__constant</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td>  throw ()<code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Likewise but not thread safe. </p>

</div>
</div>
<a class="anchor" id="a1f75fb78e5fdd2fb5242751fe1ad2dd3"></a><!-- doxytag: member="std::__debug::list::_M_detach" ref="a1f75fb78e5fdd2fb5242751fe1ad2dd3" args="(_Safe_iterator_base *__it)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_detach </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00084.html">_Safe_iterator_base</a> *&#160;</td>
          <td class="paramname"><em>__it</em></td><td>)</td>
          <td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Detach an iterator from this sequence </p>

</div>
</div>
<a class="anchor" id="acebac46f833f903deb7c094fc26cbea1"></a><!-- doxytag: member="std::__debug::list::_M_detach_all" ref="acebac46f833f903deb7c094fc26cbea1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_detach_all </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Detach all iterators, leaving them singular. </p>

<p>Referenced by <a class="el" href="a01017_source.html#l00198">__gnu_debug::_Safe_sequence_base::~_Safe_sequence_base()</a>.</p>

</div>
</div>
<a class="anchor" id="ab532ee20093a89d4b9d38a3cd4873fd8"></a><!-- doxytag: member="std::__debug::list::_M_detach_single" ref="ab532ee20093a89d4b9d38a3cd4873fd8" args="(_Safe_iterator_base *__it)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_detach_single </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00084.html">_Safe_iterator_base</a> *&#160;</td>
          <td class="paramname"><em>__it</em></td><td>)</td>
          <td>  throw ()<code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Likewise but not thread safe. </p>

</div>
</div>
<a class="anchor" id="aadde2fc883be085fc4588c1ef442cd3d"></a><!-- doxytag: member="std::__debug::list::_M_detach_singular" ref="aadde2fc883be085fc4588c1ef442cd3d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_detach_singular </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Detach all singular iterators. </p>
<dl class="post"><dt><b>Postcondition:</b></dt><dd>for all iterators i attached to this sequence, i-&gt;_M_version == _M_version. </dd></dl>

</div>
</div>
<a class="anchor" id="aa245644963340f3dee07d384eeeb01f3"></a><!-- doxytag: member="std::__debug::list::_M_get_mutex" ref="aa245644963340f3dee07d384eeeb01f3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">__gnu_cxx::__mutex&amp; __gnu_debug::_Safe_sequence_base::_M_get_mutex </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td>  throw ()<code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>For use in <a class="el" href="a00085.html" title="Base class for constructing a safe sequence type that tracks iterators that reference it...">_Safe_sequence</a>. </p>

<p>Referenced by <a class="el" href="a01021_source.html#l00069">__gnu_debug::_Safe_sequence&lt; _Sequence &gt;::_M_transfer_from_if()</a>.</p>

</div>
</div>
<a class="anchor" id="a1e5eb0a6858097f7fbc476fa58cb8f22"></a><!-- doxytag: member="std::__debug::list::_M_invalidate_all" ref="a1e5eb0a6858097f7fbc476fa58cb8f22" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_invalidate_all </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Invalidates all iterators. </p>

<p>Definition at line <a class="el" href="a01017_source.html#l00234">234</a> of file <a class="el" href="a01017_source.html">safe_base.h</a>.</p>

<p>References <a class="el" href="a01017_source.html#l00188">__gnu_debug::_Safe_sequence_base::_M_version</a>.</p>

<p>Referenced by <a class="el" href="a01075_source.html#l00325">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::append()</a>, <a class="el" href="a01075_source.html#l00397">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::assign()</a>, <a class="el" href="a01075_source.html#l00675">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::c_str()</a>, <a class="el" href="a01075_source.html#l00229">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::clear()</a>, <a class="el" href="a01075_source.html#l00683">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::data()</a>, <a class="el" href="a01075_source.html#l00524">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::erase()</a>, <a class="el" href="a01075_source.html#l00461">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::insert()</a>, <a class="el" href="a01075_source.html#l00282">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::operator+=()</a>, <a class="el" href="a01075_source.html#l00138">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::operator=()</a>, <a class="el" href="a01075_source.html#l00364">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::push_back()</a>, <a class="el" href="a01075_source.html#l00570">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::replace()</a>, and <a class="el" href="a01075_source.html#l00211">__gnu_debug::basic_string&lt; _CharT, _Traits, _Allocator &gt;::resize()</a>.</p>

</div>
</div>
<a class="anchor" id="a64d63447c22a1503287db80538a38eb5"></a><!-- doxytag: member="std::__debug::list::_M_invalidate_if" ref="a64d63447c22a1503287db80538a38eb5" args="(_Predicate __pred)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="a00085.html">__gnu_debug::_Safe_sequence</a>&lt; <a class="el" href="a00277.html">list</a>&lt; _Tp, _Allocator &gt;  &gt;::_M_invalidate_if </td>
          <td>(</td>
          <td class="paramtype">_Predicate&#160;</td>
          <td class="paramname"><em>__pred</em></td><td>)</td>
          <td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Invalidates all iterators <code>x</code> that reference this sequence, are not singular, and for which <code>pred(x)</code> returns <code>true</code>. <code>pred</code> will be invoked with the normal iterators nested in the safe ones. </p>

</div>
</div>
<a class="anchor" id="a75f6eb02cd1721b550bd5eb205ed6920"></a><!-- doxytag: member="std::__debug::list::_M_revalidate_singular" ref="a75f6eb02cd1721b550bd5eb205ed6920" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_revalidate_singular </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Revalidates all attached singular iterators. This method may be used to validate iterators that were invalidated before (but for some reason, such as an exception, need to become valid again). </p>

</div>
</div>
<a class="anchor" id="a0dab4a25feb468949f28f2820400cd8b"></a><!-- doxytag: member="std::__debug::list::_M_swap" ref="a0dab4a25feb468949f28f2820400cd8b" args="(_Safe_sequence_base &amp;__x)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void __gnu_debug::_Safe_sequence_base::_M_swap </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00086.html">_Safe_sequence_base</a> &amp;&#160;</td>
          <td class="paramname"><em>__x</em></td><td>)</td>
          <td><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Swap this sequence with the given sequence. This operation also swaps ownership of the iterators, so that when the operation is complete all iterators that originally referenced one container now reference the other container. </p>

</div>
</div>
<a class="anchor" id="ae63cba02bf86ff03474066a2ae09fedf"></a><!-- doxytag: member="std::__debug::list::_M_transfer_from_if" ref="ae63cba02bf86ff03474066a2ae09fedf" args="(_Safe_sequence &amp;__from, _Predicate __pred)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="a00085.html">__gnu_debug::_Safe_sequence</a>&lt; <a class="el" href="a00277.html">list</a>&lt; _Tp, _Allocator &gt;  &gt;::_M_transfer_from_if </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00085.html">_Safe_sequence</a>&lt; <a class="el" href="a00277.html">list</a>&lt; _Tp, _Allocator &gt; &gt; &amp;&#160;</td>
          <td class="paramname"><em>__from</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">_Predicate&#160;</td>
          <td class="paramname"><em>__pred</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Transfers all iterators <code>x</code> that reference <code>from</code> sequence, are not singular, and for which <code>pred(x)</code> returns <code>true</code>. <code>pred</code> will be invoked with the normal iterators nested in the safe ones. </p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a5aabbc5d256f3eaaf313274ebf200877"></a><!-- doxytag: member="std::__debug::list::_M_const_iterators" ref="a5aabbc5d256f3eaaf313274ebf200877" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_Safe_iterator_base* <a class="el" href="a00086.html#a5aabbc5d256f3eaaf313274ebf200877">__gnu_debug::_Safe_sequence_base::_M_const_iterators</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The list of constant iterators that reference this container. </p>

<p>Definition at line <a class="el" href="a01017_source.html#l00185">185</a> of file <a class="el" href="a01017_source.html">safe_base.h</a>.</p>

<p>Referenced by <a class="el" href="a01021_source.html#l00069">__gnu_debug::_Safe_sequence&lt; _Sequence &gt;::_M_transfer_from_if()</a>.</p>

</div>
</div>
<a class="anchor" id="a9d678da43e3d7456af279062c4e5c28a"></a><!-- doxytag: member="std::__debug::list::_M_iterators" ref="a9d678da43e3d7456af279062c4e5c28a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_Safe_iterator_base* <a class="el" href="a00086.html#a9d678da43e3d7456af279062c4e5c28a">__gnu_debug::_Safe_sequence_base::_M_iterators</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The list of mutable iterators that reference this container. </p>

<p>Definition at line <a class="el" href="a01017_source.html#l00182">182</a> of file <a class="el" href="a01017_source.html">safe_base.h</a>.</p>

<p>Referenced by <a class="el" href="a01021_source.html#l00069">__gnu_debug::_Safe_sequence&lt; _Sequence &gt;::_M_transfer_from_if()</a>.</p>

</div>
</div>
<a class="anchor" id="af796b1fd115ea27cd078eeb7e4909bd5"></a><!-- doxytag: member="std::__debug::list::_M_version" ref="af796b1fd115ea27cd078eeb7e4909bd5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int <a class="el" href="a00086.html#af796b1fd115ea27cd078eeb7e4909bd5">__gnu_debug::_Safe_sequence_base::_M_version</a><code> [mutable, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The container version number. This number may never be 0. </p>

<p>Definition at line <a class="el" href="a01017_source.html#l00188">188</a> of file <a class="el" href="a01017_source.html">safe_base.h</a>.</p>

<p>Referenced by <a class="el" href="a01017_source.html#l00234">__gnu_debug::_Safe_sequence_base::_M_invalidate_all()</a>, and <a class="el" href="a01021_source.html#l00069">__gnu_debug::_Safe_sequence&lt; _Sequence &gt;::_M_transfer_from_if()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00920_source.html">debug/list</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01137.html">std</a>      </li>
      <li class="navelem"><a class="el" href="a01142.html">__debug</a>      </li>
      <li class="navelem"><a class="el" href="a00277.html">list</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>