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

804 lines
42 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::index_pair&lt; V &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('a00159.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="#pri-types">Private Types</a> &#124;
<a href="#pri-attribs">Private Attributes</a> &#124;
<a href="#friends">Friends</a> </div>
<div class="headertitle">
<h1>boost::numeric::ublas::index_pair&lt; V &gt; Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="boost::numeric::ublas::index_pair" --><!-- doxytag: inherits="container_reference&lt; V &gt;" -->
<p><code>#include &lt;<a class="el" href="a00634_source.html">storage.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::index_pair&lt; V &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="a00983.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1index__pair_3_01_v_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="boost_1_1numeric_1_1ublas_1_1index__pair_3_01_v_01_4_inherit__map" id="boost_1_1numeric_1_1ublas_1_1index__pair_3_01_v_01_4_inherit__map">
<area shape="rect" id="node2" href="a00070.html" title="{boost::numeric::ublas::container_reference\&lt; V \&gt;\n|&#45; c_\l|+ container_reference()\l+ container_reference()\l+ assign()\l+ operator()()\l+ same_closure()\l}" alt="" coords="5,397,307,552"/><area shape="rect" id="node4" href="a00359.html" title="{nonassignable\n||# nonassignable()\l# ~nonassignable()\l&#45; operator=()\l}" alt="" coords="124,5,255,125"/><area shape="rect" id="node6" href="a00070.html" title="Base class of all proxy classes that contain a (redirectable) reference to a mutable object..." alt="" coords="172,176,473,331"/></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::index_pair&lt; V &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="a00984.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1index__pair_3_01_v_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="boost_1_1numeric_1_1ublas_1_1index__pair_3_01_v_01_4_coll__map" id="boost_1_1numeric_1_1ublas_1_1index__pair_3_01_v_01_4_coll__map">
<area shape="rect" id="node2" href="a00070.html" title="{boost::numeric::ublas::container_reference\&lt; V \&gt;\n|&#45; c_\l|+ container_reference()\l+ container_reference()\l+ assign()\l+ operator()()\l+ same_closure()\l}" alt="" coords="5,397,307,552"/><area shape="rect" id="node4" href="a00359.html" title="{nonassignable\n||# nonassignable()\l# ~nonassignable()\l&#45; operator=()\l}" alt="" coords="124,5,255,125"/><area shape="rect" id="node6" href="a00070.html" title="Base class of all proxy classes that contain a (redirectable) reference to a mutable object..." alt="" coords="172,176,473,331"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="a00985.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 V&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00070.html#a60a499f2e27d74017f278aa39ccb568e">container_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef V::size_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a117761848e0db71f57f857e7b8a279a5">size_type</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&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#ab72def76f131fe18d05f4cabf3d42bbe">index_pair</a> (V &amp;v, <a class="el" href="a00159.html#a117761848e0db71f57f857e7b8a279a5">size_type</a> i)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#ac68cc912d1d7d44c5d21465897e586a4">index_pair</a> (const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a7ccfb4fcccf75eb68abf79202f3a8130">~index_pair</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
<a class="el" href="a00070.html">container_reference</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00070.html#a8ee5b7e2ac6a45d59e4873df582a02b2">assign</a> (<a class="el" href="a00070.html#a60a499f2e27d74017f278aa39ccb568e">container_type</a> *c)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#acaf6b54dd180eaf0554d0fd2c35c0bc1">equal</a> (const <a class="el" href="a00159.html">self_type</a> &amp;rhs) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a9d68751a973bc1547eeac362338f48cd">less</a> (const <a class="el" href="a00159.html">self_type</a> &amp;rhs) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <a class="el" href="a00070.html#a60a499f2e27d74017f278aa39ccb568e">container_type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00070.html#abf51982181becbfd117493cbcde4ab2a">operator()</a> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#ac8b5c45439d221e9d5f5e3c389654600">operator=</a> (const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00070.html#a16e9d44404209c059f4773446faa28c8">same_closure</a> (const <a class="el" href="a00070.html">container_reference</a> &amp;cr) const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a5d9515593fcc2a3e8933e541ed37cbb7">swap</a> (<a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td colspan="2"><h2><a name="pri-types"></a>
Private Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="a00159.html">index_pair</a>&lt; V &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a50cf1de7dfc4354b5533c329ddb889a3">self_type</a></td></tr>
<tr><td colspan="2"><h2><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a2a8ef5b6379b990acad8ef5c3926388b">dirty_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="a00159.html#a117761848e0db71f57f857e7b8a279a5">size_type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a3e098a570cff9096c05c9ed73a07e002">i_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a1b50a997665052705db38f4e6f64de63">is_copy_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">V::value1_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#aa827389785427996df605ed534a6abc5">v1_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">V::value2_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#ab37aa0cb4c6c420bba6f433cfe949f15">v2_</a></td></tr>
<tr><td colspan="2"><h2><a name="friends"></a>
Friends</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#ab80c34d4934ef05b5f3dede02075df4d">operator!=</a> (const <a class="el" href="a00159.html">self_type</a> &amp;lhs, const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#af725eb4bd6cdb026914c82565b64155f">operator&lt;</a> (const <a class="el" href="a00159.html">self_type</a> &amp;lhs, const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a2009d42e6ed28337eefc25c15ecf21da">operator&lt;=</a> (const <a class="el" href="a00159.html">self_type</a> &amp;lhs, const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a220f839dd4067f290b33b21251078960">operator==</a> (const <a class="el" href="a00159.html">self_type</a> &amp;lhs, const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#ac840b5a7adc33c4cba8f881dbf00a573">operator&gt;</a> (const <a class="el" href="a00159.html">self_type</a> &amp;lhs, const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#a4561e69cf81bea4003c887609835b603">operator&gt;=</a> (const <a class="el" href="a00159.html">self_type</a> &amp;lhs, const <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html#acbf6caff1e555178060437e00ccfa76d">swap</a> (<a class="el" href="a00159.html">self_type</a> &amp;lhs, <a class="el" href="a00159.html">self_type</a> &amp;rhs)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;class V&gt;<br/>
class boost::numeric::ublas::index_pair&lt; V &gt;</h3>
<p>Definition at line <a class="el" href="a00634_source.html#l01571">1571</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a50cf1de7dfc4354b5533c329ddb889a3"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::self_type" ref="a50cf1de7dfc4354b5533c329ddb889a3" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="a00159.html">index_pair</a>&lt;V&gt; <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html">self_type</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01575">1575</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a117761848e0db71f57f857e7b8a279a5"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::size_type" ref="a117761848e0db71f57f857e7b8a279a5" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef V::size_type <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html#a117761848e0db71f57f857e7b8a279a5">size_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01577">1577</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a60a499f2e27d74017f278aa39ccb568e"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::container_type" ref="a60a499f2e27d74017f278aa39ccb568e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef V <a class="el" href="a00070.html">boost::numeric::ublas::container_reference</a>&lt; V &gt;::<a class="el" href="a00070.html#a60a499f2e27d74017f278aa39ccb568e">container_type</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00616_source.html#l00070">70</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ab72def76f131fe18d05f4cabf3d42bbe"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::index_pair" ref="ab72def76f131fe18d05f4cabf3d42bbe" args="(V &amp;v, size_type i)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html">index_pair</a> </td>
<td>(</td>
<td class="paramtype">V &amp;&#160;</td>
<td class="paramname"><em>v</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="a00159.html#a117761848e0db71f57f857e7b8a279a5">size_type</a>&#160;</td>
<td class="paramname"><em>i</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01580">1580</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac68cc912d1d7d44c5d21465897e586a4"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::index_pair" ref="ac68cc912d1d7d44c5d21465897e586a4" args="(const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html">index_pair</a> </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01585">1585</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7ccfb4fcccf75eb68abf79202f3a8130"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::~index_pair" ref="a7ccfb4fcccf75eb68abf79202f3a8130" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::~<a class="el" href="a00159.html">index_pair</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01590">1590</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ac8b5c45439d221e9d5f5e3c389654600"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator=" ref="ac8b5c45439d221e9d5f5e3c389654600" args="(const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00159.html">self_type</a>&amp; <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01598">1598</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a5d9515593fcc2a3e8933e541ed37cbb7"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::swap" ref="a5d9515593fcc2a3e8933e541ed37cbb7" args="(self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE void <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::swap </td>
<td>(</td>
<td class="paramtype"><a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01606">1606</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="acaf6b54dd180eaf0554d0fd2c35c0bc1"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::equal" ref="acaf6b54dd180eaf0554d0fd2c35c0bc1" args="(const self_type &amp;rhs) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE bool <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::equal </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01617">1617</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a9d68751a973bc1547eeac362338f48cd"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::less" ref="a9d68751a973bc1547eeac362338f48cd" args="(const self_type &amp;rhs) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE bool <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::less </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01621">1621</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="abf51982181becbfd117493cbcde4ab2a"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator()" ref="abf51982181becbfd117493cbcde4ab2a" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00070.html#a60a499f2e27d74017f278aa39ccb568e">container_type</a>&amp; <a class="el" href="a00070.html">boost::numeric::ublas::container_reference</a>&lt; V &gt;::operator() </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline, inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00616_source.html#l00080">80</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a8ee5b7e2ac6a45d59e4873df582a02b2"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::assign" ref="a8ee5b7e2ac6a45d59e4873df582a02b2" args="(container_type *c)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00070.html">container_reference</a>&amp; <a class="el" href="a00070.html">boost::numeric::ublas::container_reference</a>&lt; V &gt;::assign </td>
<td>(</td>
<td class="paramtype"><a class="el" href="a00070.html#a60a499f2e27d74017f278aa39ccb568e">container_type</a> *&#160;</td>
<td class="paramname"><em>c</em></td><td>)</td>
<td><code> [inline, inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00616_source.html#l00085">85</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a16e9d44404209c059f4773446faa28c8"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::same_closure" ref="a16e9d44404209c059f4773446faa28c8" args="(const container_reference &amp;cr) const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE bool <a class="el" href="a00070.html">boost::numeric::ublas::container_reference</a>&lt; V &gt;::same_closure </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00070.html">container_reference</a>&lt; V &gt; &amp;&#160;</td>
<td class="paramname"><em>cr</em></td><td>)</td>
<td> const<code> [inline, inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00616_source.html#l00092">92</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="acbf6caff1e555178060437e00ccfa76d"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::swap" ref="acbf6caff1e555178060437e00ccfa76d" args="(self_type &amp;lhs, self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE friend void swap </td>
<td>(</td>
<td class="paramtype"><a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>lhs</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01612">1612</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a220f839dd4067f290b33b21251078960"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator==" ref="a220f839dd4067f290b33b21251078960" args="(const self_type &amp;lhs, const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE friend bool operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>lhs</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01625">1625</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ab80c34d4934ef05b5f3dede02075df4d"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator!=" ref="ab80c34d4934ef05b5f3dede02075df4d" args="(const self_type &amp;lhs, const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE friend bool operator!= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>lhs</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01629">1629</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="af725eb4bd6cdb026914c82565b64155f"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator&lt;" ref="af725eb4bd6cdb026914c82565b64155f" args="(const self_type &amp;lhs, const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE friend bool operator&lt; </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>lhs</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01633">1633</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a4561e69cf81bea4003c887609835b603"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator&gt;=" ref="a4561e69cf81bea4003c887609835b603" args="(const self_type &amp;lhs, const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE friend bool operator&gt;= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>lhs</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01637">1637</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac840b5a7adc33c4cba8f881dbf00a573"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator&gt;" ref="ac840b5a7adc33c4cba8f881dbf00a573" args="(const self_type &amp;lhs, const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE friend bool operator&gt; </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>lhs</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01641">1641</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2009d42e6ed28337eefc25c15ecf21da"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::operator&lt;=" ref="a2009d42e6ed28337eefc25c15ecf21da" args="(const self_type &amp;lhs, const self_type &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE friend bool operator&lt;= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>lhs</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="a00159.html">self_type</a> &amp;&#160;</td>
<td class="paramname"><em>rhs</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [friend]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01645">1645</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a3e098a570cff9096c05c9ed73a07e002"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::i_" ref="a3e098a570cff9096c05c9ed73a07e002" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="a00159.html#a117761848e0db71f57f857e7b8a279a5">size_type</a> <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html#a3e098a570cff9096c05c9ed73a07e002">i_</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01650">1650</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aa827389785427996df605ed534a6abc5"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::v1_" ref="aa827389785427996df605ed534a6abc5" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">V::value1_type <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html#aa827389785427996df605ed534a6abc5">v1_</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01651">1651</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ab37aa0cb4c6c420bba6f433cfe949f15"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::v2_" ref="ab37aa0cb4c6c420bba6f433cfe949f15" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">V::value2_type <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html#ab37aa0cb4c6c420bba6f433cfe949f15">v2_</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01652">1652</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2a8ef5b6379b990acad8ef5c3926388b"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::dirty_" ref="a2a8ef5b6379b990acad8ef5c3926388b" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html#a2a8ef5b6379b990acad8ef5c3926388b">dirty_</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01653">1653</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1b50a997665052705db38f4e6f64de63"></a><!-- doxytag: member="boost::numeric::ublas::index_pair::is_copy_" ref="a1b50a997665052705db38f4e6f64de63" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class V&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="a00159.html">boost::numeric::ublas::index_pair</a>&lt; V &gt;::<a class="el" href="a00159.html#a1b50a997665052705db38f4e6f64de63">is_copy_</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00634_source.html#l01654">1654</a> of file <a class="el" href="a00634_source.html">storage.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00634_source.html">storage.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="a00159.html">index_pair</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>