2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 15:32:12 +00:00
Files
ublas/doc/doxyfiles/html/a00506.html
David Bellot 11b1711474 new doxyfiles
[SVN r75573]
2011-11-20 14:50:03 +00:00

335 lines
24 KiB
HTML

<!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>Boost.uBlas: boost::numeric::ublas::vector_container&lt; C &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<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 onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<script type="text/javascript">
function hasClass(ele,cls) {
return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}
function addClass(ele,cls) {
if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}
function removeClass(ele,cls) {
if (hasClass(ele,cls)) {
var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
ele.className=ele.className.replace(reg,' ');
}
}
function toggleVisibility(linkObj) {
var base = linkObj.getAttribute('id');
var summary = document.getElementById(base + '-summary');
var content = document.getElementById(base + '-content');
var trigger = document.getElementById(base + '-trigger');
if ( hasClass(linkObj,'closed') ) {
summary.style.display = 'none';
content.style.display = 'block';
trigger.src = 'open.png';
removeClass(linkObj,'closed');
addClass(linkObj,'opened');
} else if ( hasClass(linkObj,'opened') ) {
summary.style.display = 'block';
content.style.display = 'none';
trigger.src = 'closed.png';
removeClass(linkObj,'opened');
addClass(linkObj,'closed');
}
return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo boost ublas.png"></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.uBlas&#160;<span id="projectnumber">1.49</span></div>
<div id="projectbrief">Linear Algebra in C++: matrices, vectors and numeric algorithms</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</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('a00506.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-static-attribs">Static Public Attributes</a> </div>
<div class="headertitle">
<h1>boost::numeric::ublas::vector_container&lt; C &gt; Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="boost::numeric::ublas::vector_container" --><!-- doxytag: inherits="vector_expression&lt; C &gt;" -->
<p>Base class for Vector container models.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="a00611_source.html">expression_types.hpp</a>&gt;</code></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-0-trigger" src="closed.png"/> Inheritance diagram for boost::numeric::ublas::vector_container&lt; C &gt;:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="a01701.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1vector__container_3_01_c_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="boost_1_1numeric_1_1ublas_1_1vector__container_3_01_c_01_4_inherit__map" id="boost_1_1numeric_1_1ublas_1_1vector__container_3_01_c_01_4_inherit__map">
<area shape="rect" id="node12" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; unit_vector\&lt; T, ALLOC \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="5,705,427,807"/><area shape="rect" id="node16" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; c_vector\&lt; T, N \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="451,705,824,807"/><area shape="rect" id="node20" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; vector\&lt; T, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="848,705,1208,807"/><area shape="rect" id="node30" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; vector\&lt; T, bounded_array\&lt; T, N \&gt; \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="1012,833,1497,935"/><area shape="rect" id="node33" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; compressed_vector\&lt; T, IB, IA, TA \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="1283,705,1771,807"/><area shape="rect" id="node37" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; scalar_vector\&lt; T, ALLOC \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="1795,705,2229,807"/><area shape="rect" id="node41" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; coordinate_vector\&lt; T, IB, IA, TA \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="2253,705,2731,807"/><area shape="rect" id="node45" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; mapped_vector\&lt; T, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="2755,705,3168,807"/><area shape="rect" id="node49" href="a00506.html" title="{boost::numeric::ublas::vector_container\&lt; zero_vector\&lt; T, ALLOC \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="3192,705,3619,807"/><area shape="rect" id="node2" href="a00507.html" title="{boost::numeric::ublas::vector_expression\&lt; C \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="1380,379,1673,482"/><area shape="rect" id="node4" href="a00472.html" title="{boost::numeric::ublas::ublas_expression\&lt; C \&gt;\n||# ublas_expression()\l# ~ublas_expression()\l&#45; operator=()\l}" alt="" coords="1292,192,1583,312"/><area shape="rect" id="node6" href="a00472.html" title="Base class for uBLAS statically derived expressions using the the Barton Nackman trick." alt="" coords="1484,5,1772,125"/><area shape="rect" id="node8" href="a00507.html" title="Base class for Vector Expression models." alt="" coords="1607,201,1900,303"/><area shape="rect" id="node14" href="a00476.html" title="unit_vector represents a canonical unit vector unit_vector represents a canonical unit vector..." alt="" coords="65,1359,367,1791"/><area shape="rect" id="node18" href="a00049.html" title="A dense vector of values of type T with the given size. The data is stored as an ordinary C++ array T..." alt="" coords="511,1168,764,1981"/><area shape="rect" id="node22" href="a00481.html" title="A dense vector of values of type T." alt="" coords="872,1133,1112,2016"/><area shape="rect" id="node24" href="a00363.html" title="{boost::numeric::ublas::permutation_matrix\&lt; T, A \&gt;\n||+ permutation_matrix()\l+ permutation_matrix()\l+ ~permutation_matrix()\l+ operator=()\l}" alt="" coords="733,2629,1048,2766"/><area shape="rect" id="node26" href="a00481.html" title="{boost::numeric::ublas::vector\&lt; T, bounded_array\&lt; T, N \&gt; \&gt;\n|&#45; data_\l|+ vector()\l+ vector()\l+ vector()\l+ vector()\l+ vector()\l+ vector()\l+ vector()\l+ assign()\l+ assign_temporary()\l+ begin()\l+ begin()\l+ clear()\l+ data()\l+ data()\l+ empty()\l+ end()\l+ end()\l+ erase_element()\l+ find()\l+ find()\l+ find_element()\l+ find_element()\l+ insert_element()\l+ max_size()\l+ minus_assign()\l+ operator()()\l+ operator()()\l+ operator*=()\l+ operator+=()\l+ operator+=()\l+ operator&#45;=()\l+ operator&#45;=()\l+ operator/=()\l+ operator=()\l+ operator=()\l+ operator=()\l+ operator[]()\l+ operator[]()\l+ plus_assign()\l+ rbegin()\l+ rbegin()\l+ rend()\l+ rend()\l+ resize()\l+ serialize()\l+ size()\l+ swap()\l}" alt="" coords="1072,2256,1437,3139"/><area shape="rect" id="node28" href="a00042.html" title="a dense vector of values of type T, of variable size but with maximum . A dense vector of values of t..." alt="" coords="1107,3190,1403,3431"/><area shape="rect" id="node35" href="a00062.html" title="Compressed array based sparse vector." alt="" coords="1343,995,1711,2155"/><area shape="rect" id="node39" href="a00404.html" title="A scalar (i.e. unique value) vector of type T and a given size A scalar (i.e. unique value) vector of..." alt="" coords="1855,1385,2169,1765"/><area shape="rect" id="node43" href="a00078.html" title="Coordimate array based sparse vector." alt="" coords="2313,960,2671,2189"/><area shape="rect" id="node47" href="a00210.html" title="Index map based sparse vector." alt="" coords="2815,1107,3108,2042"/><area shape="rect" id="node51" href="a00590.html" title="A zero vector of type T and a given size A zero vector of type T and a given size. This is a virtual vector in the sense that no memory is allocated for storing the zero values: it still acts like any other vector. However assigning values to it will not change the zero vector into a normal vector. It must first be assigned to another normal vector by any suitable means. Its memory footprint is constant." alt="" coords="3252,1385,3559,1765"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-1-trigger" src="closed.png"/> Collaboration diagram for boost::numeric::ublas::vector_container&lt; C &gt;:</div>
<div id="dynsection-1-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
<div class="center"><img src="a01702.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1vector__container_3_01_c_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="boost_1_1numeric_1_1ublas_1_1vector__container_3_01_c_01_4_coll__map" id="boost_1_1numeric_1_1ublas_1_1vector__container_3_01_c_01_4_coll__map">
<area shape="rect" id="node2" href="a00507.html" title="{boost::numeric::ublas::vector_expression\&lt; C \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="93,379,387,482"/><area shape="rect" id="node4" href="a00472.html" title="{boost::numeric::ublas::ublas_expression\&lt; C \&gt;\n||# ublas_expression()\l# ~ublas_expression()\l&#45; operator=()\l}" alt="" coords="5,192,296,312"/><area shape="rect" id="node6" href="a00472.html" title="Base class for uBLAS statically derived expressions using the the Barton Nackman trick." alt="" coords="197,5,485,125"/><area shape="rect" id="node8" href="a00507.html" title="Base class for Vector Expression models." alt="" coords="320,201,613,303"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="a01703.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef C&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00506.html#a7a66af98f9847dc6459e73b1c1158ffc">container_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef C&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00507.html#a9bda20509c5613b7f9195e8f5457f4ef">expression_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="a00547.html">vector_tag</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00506.html#afda68544e57c2f95c18ec8946691602b">type_category</a></td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
<a class="el" href="a00506.html#a7a66af98f9847dc6459e73b1c1158ffc">container_type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00506.html#a1fb3e3c565194eaf99e6af65daadc76a">operator()</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <a class="el" href="a00506.html#a7a66af98f9847dc6459e73b1c1158ffc">container_type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00506.html#a95c885f4fad7cfb11c5a08c03d0520b3">operator()</a> ()</td></tr>
<tr><td colspan="2"><h2><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static const unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00506.html#ab947c5c371462bb1b8b994c6117e6a42">complexity</a> = 0</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;class C&gt;<br/>
class boost::numeric::ublas::vector_container&lt; C &gt;</h3>
<p>Base class for Vector container models. </p>
<p>it does not model the Vector concept but all derived types should. The class defines a common base type and some common interface for all statically derived Vector classes We implement the casts to the statically derived type. </p>
<p>Definition at line <a class="el" href="a00611_source.html#l00277">277</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a7a66af98f9847dc6459e73b1c1158ffc"></a><!-- doxytag: member="boost::numeric::ublas::vector_container::container_type" ref="a7a66af98f9847dc6459e73b1c1158ffc" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef C <a class="el" href="a00506.html">boost::numeric::ublas::vector_container</a>&lt; C &gt;::<a class="el" href="a00506.html#a7a66af98f9847dc6459e73b1c1158ffc">container_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00611_source.html#l00281">281</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="afda68544e57c2f95c18ec8946691602b"></a><!-- doxytag: member="boost::numeric::ublas::vector_container::type_category" ref="afda68544e57c2f95c18ec8946691602b" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="a00547.html">vector_tag</a> <a class="el" href="a00506.html">boost::numeric::ublas::vector_container</a>&lt; C &gt;::<a class="el" href="a00547.html">type_category</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00507.html#a41da763ff13933a3a27374f0fbbe9171">boost::numeric::ublas::vector_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00282">282</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a9bda20509c5613b7f9195e8f5457f4ef"></a><!-- doxytag: member="boost::numeric::ublas::vector_container::expression_type" ref="a9bda20509c5613b7f9195e8f5457f4ef" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef C <a class="el" href="a00507.html">boost::numeric::ublas::vector_expression</a>&lt; C &gt;::<a class="el" href="a00472.html#abbbdc2aeed323a2df31707384ca0e26d">expression_type</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00472.html#abbbdc2aeed323a2df31707384ca0e26d">boost::numeric::ublas::ublas_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00187">187</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a1fb3e3c565194eaf99e6af65daadc76a"></a><!-- doxytag: member="boost::numeric::ublas::vector_container::operator()" ref="a1fb3e3c565194eaf99e6af65daadc76a" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE const <a class="el" href="a00506.html#a7a66af98f9847dc6459e73b1c1158ffc">container_type</a>&amp; <a class="el" href="a00506.html">boost::numeric::ublas::vector_container</a>&lt; C &gt;::operator() </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00507.html#ae17810bc5cb33cbe6a568bc3b8b2db14">boost::numeric::ublas::vector_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00285">285</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a95c885f4fad7cfb11c5a08c03d0520b3"></a><!-- doxytag: member="boost::numeric::ublas::vector_container::operator()" ref="a95c885f4fad7cfb11c5a08c03d0520b3" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00506.html#a7a66af98f9847dc6459e73b1c1158ffc">container_type</a>&amp; <a class="el" href="a00506.html">boost::numeric::ublas::vector_container</a>&lt; C &gt;::operator() </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00507.html#a0d85e76f9fd7d3fefea77b0fa4bac264">boost::numeric::ublas::vector_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00289">289</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="ab947c5c371462bb1b8b994c6117e6a42"></a><!-- doxytag: member="boost::numeric::ublas::vector_container::complexity" ref="ab947c5c371462bb1b8b994c6117e6a42" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">const unsigned <a class="el" href="a00506.html">boost::numeric::ublas::vector_container</a>&lt; C &gt;::<a class="el" href="a00506.html#ab947c5c371462bb1b8b994c6117e6a42">complexity</a> = 0<code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00507.html#aa59f6c9f69caa4cb211b483e6269843b">boost::numeric::ublas::vector_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00280">280</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00611_source.html">expression_types.hpp</a></li>
</ul>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00648.html">boost</a> </li>
<li class="navelem"><a class="el" href="a00649.html">numeric</a> </li>
<li class="navelem"><a class="el" href="a00595.html">ublas</a> </li>
<li class="navelem"><a class="el" href="a00506.html">vector_container</a> </li>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<small>
<small>
<small>
<table width="100%">
<tr>
<td align="right">
Copyright &#169; 2010-2011 David Bellot - Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">Boost Software License, Version 1.0.</a>
</td>
</tr>
</table>
</small>
</small>
</small>