mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
390 lines
35 KiB
HTML
390 lines
35 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::bidirectional_iterator_base< IC, I, T > Struct 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 <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 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 List</span></a></li>
|
|
<li><a href="classes.html"><span>Class Index</span></a></li>
|
|
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
|
|
<li><a href="functions.html"><span>Class 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('a00003.html','');
|
|
</script>
|
|
<div id="doc-content">
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#pub-types">Public Types</a> |
|
|
<a href="#pub-methods">Public Member Functions</a> |
|
|
<a href="#friends">Friends</a> </div>
|
|
<div class="headertitle">
|
|
<h1>boost::numeric::ublas::bidirectional_iterator_base< IC, I, T > Struct Template Reference</h1> </div>
|
|
</div>
|
|
<div class="contents">
|
|
<!-- doxytag: class="boost::numeric::ublas::bidirectional_iterator_base" --><!-- doxytag: inherits="std::iterator" -->
|
|
<p>Base class of all bidirectional iterators.
|
|
<a href="#_details">More...</a></p>
|
|
|
|
<p><code>#include <<a class="el" href="a00616_source.html">iterator.hpp</a>></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::bidirectional_iterator_base< IC, I, T >:</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="a00798.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1bidirectional__iterator__base_3_01_i_c_00_01_i_00_01_t_01_4_inherit__map" alt="Inheritance graph"/></div>
|
|
<map name="boost_1_1numeric_1_1ublas_1_1bidirectional__iterator__base_3_01_i_c_00_01_i_00_01_t_01_4_inherit__map" id="boost_1_1numeric_1_1ublas_1_1bidirectional__iterator__base_3_01_i_c_00_01_i_00_01_t_01_4_inherit__map">
|
|
<area shape="rect" id="node5" href="a00003.html" title="{boost::numeric::ublas::bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, const_iterator, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="1005,328,1680,448"/><area shape="rect" id="node17" href="a00003.html" title="{boost::numeric::ublas::bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, const_iterator2, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="3763,328,4445,448"/><area shape="rect" id="node33" href="a00003.html" title="{boost::numeric::ublas::bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, iterator, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="6033,328,6668,448"/><area shape="rect" id="node41" href="a00003.html" title="{boost::numeric::ublas::bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, iterator1, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="7327,328,7969,448"/><area shape="rect" id="node53" href="a00003.html" title="{boost::numeric::ublas::bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, const_iterator1, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="10139,328,10821,448"/><area shape="rect" id="node69" href="a00003.html" title="{boost::numeric::ublas::bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, iterator2, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="12921,328,13564,448"/><area shape="rect" id="node2" href="a00593.html" title="{std::iterator\< IC, T \>\n||}" alt="" coords="6913,5,7055,91"/><area shape="rect" id="node7" href="a00063.html" title="{boost::numeric::ublas::compressed_vector\< T, IB, IA, TA \>::const_iterator\n|- it_\l|+ const_iterator()\l+ const_iterator()\l+ const_iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="5,577,459,801"/><area shape="rect" id="node9" href="a00079.html" title="{boost::numeric::ublas::coordinate_vector\< T, IB, IA, TA \>::const_iterator\n|- it_\l|+ const_iterator()\l+ const_iterator()\l+ const_iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="483,577,925,801"/><area shape="rect" id="node11" href="a00211.html" title="{boost::numeric::ublas::mapped_vector\< T, A \>::const_iterator\n|- it_\l|+ const_iterator()\l+ const_iterator()\l+ const_iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="949,577,1328,801"/><area shape="rect" id="node13" href="a00477.html" title="{boost::numeric::ublas::unit_vector\< T, ALLOC \>::const_iterator\n|- it_\l|+ const_iterator()\l+ const_iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="1352,586,1741,793"/><area shape="rect" id="node15" href="a00591.html" title="{boost::numeric::ublas::zero_vector\< T, ALLOC \>::const_iterator\n||+ const_iterator()\l+ const_iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="1765,586,2157,793"/><area shape="rect" id="node19" href="a00056.html" title="{boost::numeric::ublas::compressed_matrix\< T, L, IB, IA, TA \>::const_iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator2()\l+ const_iterator2()\l+ const_iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="2181,499,2659,879"/><area shape="rect" id="node21" href="a00075.html" title="{boost::numeric::ublas::coordinate_matrix\< T, L, IB, IA, TA \>::const_iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator2()\l+ const_iterator2()\l+ const_iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="2683,499,3149,879"/><area shape="rect" id="node23" href="a00142.html" title="{boost::numeric::ublas::generalized_vector_of_vector\< T, L, A \>::const_iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator2()\l+ const_iterator2()\l+ const_iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="3173,499,3656,879"/><area shape="rect" id="node25" href="a00157.html" title="{boost::numeric::ublas::identity_matrix\< T, ALLOC \>::const_iterator2\n|- it_\l|+ const_iterator2()\l+ const_iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="3680,543,4096,836"/><area shape="rect" id="node27" href="a00207.html" title="{boost::numeric::ublas::mapped_matrix\< T, L, A \>::const_iterator2\n|- i_\l- it_\l- j_\l- rank_\l|+ const_iterator2()\l+ const_iterator2()\l+ const_iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="4120,508,4523,871"/><area shape="rect" id="node29" href="a00215.html" title="{boost::numeric::ublas::mapped_vector_of_mapped_vector\< T, L, A \>::const_iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator2()\l+ const_iterator2()\l+ const_iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="4547,499,5061,879"/><area shape="rect" id="node31" href="a00589.html" title="{boost::numeric::ublas::zero_matrix\< T, ALLOC \>::const_iterator2\n||+ const_iterator2()\l+ const_iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="5085,543,5485,836"/><area shape="rect" id="node35" href="a00064.html" title="{boost::numeric::ublas::compressed_vector\< T, IB, IA, TA \>::iterator\n|- it_\l|+ iterator()\l+ iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="5509,586,5925,793"/><area shape="rect" id="node37" href="a00080.html" title="{boost::numeric::ublas::coordinate_vector\< T, IB, IA, TA \>::iterator\n|- it_\l|+ iterator()\l+ iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="5949,586,6355,793"/><area shape="rect" id="node39" href="a00212.html" title="{boost::numeric::ublas::mapped_vector\< T, A \>::iterator\n|- it_\l|+ iterator()\l+ iterator()\l+ index()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l}" alt="" coords="6379,586,6720,793"/><area shape="rect" id="node43" href="a00057.html" title="{boost::numeric::ublas::compressed_matrix\< T, L, IB, IA, TA \>::iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator1()\l+ iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="6744,508,7181,871"/><area shape="rect" id="node45" href="a00076.html" title="{boost::numeric::ublas::coordinate_matrix\< T, L, IB, IA, TA \>::iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator1()\l+ iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="7205,508,7632,871"/><area shape="rect" id="node47" href="a00143.html" title="{boost::numeric::ublas::generalized_vector_of_vector\< T, L, A \>::iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator1()\l+ iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="7656,508,8099,871"/><area shape="rect" id="node49" href="a00208.html" title="{boost::numeric::ublas::mapped_matrix\< T, L, A \>::iterator1\n|- i_\l- it_\l- j_\l- rank_\l|+ iterator1()\l+ iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="8123,517,8485,862"/><area shape="rect" id="node51" href="a00216.html" title="{boost::numeric::ublas::mapped_vector_of_mapped_vector\< T, L, A \>::iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator1()\l+ iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="8509,508,8987,871"/><area shape="rect" id="node55" href="a00055.html" title="{boost::numeric::ublas::compressed_matrix\< T, L, IB, IA, TA \>::const_iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator1()\l+ const_iterator1()\l+ const_iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="9011,499,9488,879"/><area shape="rect" id="node57" href="a00074.html" title="{boost::numeric::ublas::coordinate_matrix\< T, L, IB, IA, TA \>::const_iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator1()\l+ const_iterator1()\l+ const_iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="9512,499,9979,879"/><area shape="rect" id="node59" href="a00141.html" title="{boost::numeric::ublas::generalized_vector_of_vector\< T, L, A \>::const_iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator1()\l+ const_iterator1()\l+ const_iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="10003,499,10485,879"/><area shape="rect" id="node61" href="a00156.html" title="{boost::numeric::ublas::identity_matrix\< T, ALLOC \>::const_iterator1\n|- it_\l|+ const_iterator1()\l+ const_iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="10509,543,10925,836"/><area shape="rect" id="node63" href="a00206.html" title="{boost::numeric::ublas::mapped_matrix\< T, L, A \>::const_iterator1\n|- i_\l- it_\l- j_\l- rank_\l|+ const_iterator1()\l+ const_iterator1()\l+ const_iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="10949,508,11352,871"/><area shape="rect" id="node65" href="a00214.html" title="{boost::numeric::ublas::mapped_vector_of_mapped_vector\< T, L, A \>::const_iterator1\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ const_iterator1()\l+ const_iterator1()\l+ const_iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="11376,499,11891,879"/><area shape="rect" id="node67" href="a00588.html" title="{boost::numeric::ublas::zero_matrix\< T, ALLOC \>::const_iterator1\n||+ const_iterator1()\l+ const_iterator1()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="11915,543,12315,836"/><area shape="rect" id="node71" href="a00058.html" title="{boost::numeric::ublas::compressed_matrix\< T, L, IB, IA, TA \>::iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator2()\l+ iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="12339,508,12776,871"/><area shape="rect" id="node73" href="a00077.html" title="{boost::numeric::ublas::coordinate_matrix\< T, L, IB, IA, TA \>::iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator2()\l+ iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="12800,508,13227,871"/><area shape="rect" id="node75" href="a00144.html" title="{boost::numeric::ublas::generalized_vector_of_vector\< T, L, A \>::iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator2()\l+ iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="13251,508,13693,871"/><area shape="rect" id="node77" href="a00209.html" title="{boost::numeric::ublas::mapped_matrix\< T, L, A \>::iterator2\n|- i_\l- it_\l- j_\l- rank_\l|+ iterator2()\l+ iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="13717,517,14080,862"/><area shape="rect" id="node79" href="a00217.html" title="{boost::numeric::ublas::mapped_vector_of_mapped_vector\< T, L, A \>::iterator2\n|- i_\l- it_\l- itv_\l- j_\l- rank_\l|+ iterator2()\l+ iterator2()\l+ begin()\l+ end()\l+ index1()\l+ index2()\l+ operator*()\l+ operator++()\l+ operator--()\l+ operator=()\l+ operator==()\l+ rbegin()\l+ rend()\l}" alt="" coords="14104,508,14581,871"/></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::bidirectional_iterator_base< IC, I, T >:</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="a00799.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1bidirectional__iterator__base_3_01_i_c_00_01_i_00_01_t_01_4_coll__map" alt="Collaboration graph"/></div>
|
|
<map name="boost_1_1numeric_1_1ublas_1_1bidirectional__iterator__base_3_01_i_c_00_01_i_00_01_t_01_4_coll__map" id="boost_1_1numeric_1_1ublas_1_1bidirectional__iterator__base_3_01_i_c_00_01_i_00_01_t_01_4_coll__map">
|
|
<area shape="rect" id="node2" href="a00593.html" title="{std::iterator\< IC, T \>\n||}" alt="" coords="120,5,261,91"/></map>
|
|
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
|
|
|
|
<p><a href="a00800.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 I </td><td class="memItemRight" valign="bottom"><a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="a00003.html#aeab46ff4646edc02c0f8ae51463f7a21">derived_value_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 bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00003.html#a9b8907521bc4a53f94a76aaefdcb166c">operator!=</a> (const <a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> &it) const </td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
<a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00003.html#a097852b21d99f1a49237471fcee0b25e">operator++</a> (int)</td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
<a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00003.html#ae82209a15688d13011542e8e78898e37">operator--</a> (int)</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 <br class="typebreak"/>
|
|
<a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00003.html#a1c0d3ea5f2d7d3b493f4eae9d081d0f1">operator++</a> (<a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> &d, int)</td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE friend <br class="typebreak"/>
|
|
<a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00003.html#a19302b59c0ccd2f7c3b208d4ce400259">operator--</a> (<a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> &d, int)</td></tr>
|
|
</table>
|
|
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
|
<div class="textblock"><h3>template<class IC, class I, class T><br/>
|
|
struct boost::numeric::ublas::bidirectional_iterator_base< IC, I, T ></h3>
|
|
|
|
<p>Base class of all bidirectional iterators. </p>
|
|
<dl><dt><b>Parameters:</b></dt><dd>
|
|
<table class="params">
|
|
<tr><td class="paramname">IC</td><td>the iterator category </td></tr>
|
|
<tr><td class="paramname">I</td><td>the derived iterator type </td></tr>
|
|
<tr><td class="paramname">T</td><td>the value type</td></tr>
|
|
</table>
|
|
</dd>
|
|
</dl>
|
|
<p>The bidirectional iterator can proceed in both directions via the post increment and post decrement operator. </p>
|
|
|
|
<p>Definition at line <a class="el" href="a00616_source.html#l00148">148</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
|
|
</div><hr/><h2>Member Typedef Documentation</h2>
|
|
<a class="anchor" id="aa2a285f78325f9aaef2918d462d3bf52"></a><!-- doxytag: member="boost::numeric::ublas::bidirectional_iterator_base::derived_iterator_type" ref="aa2a285f78325f9aaef2918d462d3bf52" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class IC, class I, class T> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">typedef I <a class="el" href="a00003.html">boost::numeric::ublas::bidirectional_iterator_base</a>< IC, I, T >::<a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Definition at line <a class="el" href="a00616_source.html#l00150">150</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="aeab46ff4646edc02c0f8ae51463f7a21"></a><!-- doxytag: member="boost::numeric::ublas::bidirectional_iterator_base::derived_value_type" ref="aeab46ff4646edc02c0f8ae51463f7a21" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class IC, class I, class T> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">typedef T <a class="el" href="a00003.html">boost::numeric::ublas::bidirectional_iterator_base</a>< IC, I, T >::<a class="el" href="a00003.html#aeab46ff4646edc02c0f8ae51463f7a21">derived_value_type</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Definition at line <a class="el" href="a00616_source.html#l00151">151</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/><h2>Member Function Documentation</h2>
|
|
<a class="anchor" id="a097852b21d99f1a49237471fcee0b25e"></a><!-- doxytag: member="boost::numeric::ublas::bidirectional_iterator_base::operator++" ref="a097852b21d99f1a49237471fcee0b25e" args="(int)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class IC, class I, class T> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> <a class="el" href="a00003.html">boost::numeric::ublas::bidirectional_iterator_base</a>< IC, I, T >::operator++ </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </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="a00616_source.html#l00155">155</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="ae82209a15688d13011542e8e78898e37"></a><!-- doxytag: member="boost::numeric::ublas::bidirectional_iterator_base::operator--" ref="ae82209a15688d13011542e8e78898e37" args="(int)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class IC, class I, class T> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> <a class="el" href="a00003.html">boost::numeric::ublas::bidirectional_iterator_base</a>< IC, I, T >::operator-- </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </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="a00616_source.html#l00168">168</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a9b8907521bc4a53f94a76aaefdcb166c"></a><!-- doxytag: member="boost::numeric::ublas::bidirectional_iterator_base::operator!=" ref="a9b8907521bc4a53f94a76aaefdcb166c" args="(const derived_iterator_type &it) const " -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class IC, class I, class T> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">BOOST_UBLAS_INLINE bool <a class="el" href="a00003.html">boost::numeric::ublas::bidirectional_iterator_base</a>< IC, I, T >::operator!= </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> & </td>
|
|
<td class="paramname"><em>it</em></td><td>)</td>
|
|
<td> const<code> [inline]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Definition at line <a class="el" href="a00616_source.html#l00183">183</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="a1c0d3ea5f2d7d3b493f4eae9d081d0f1"></a><!-- doxytag: member="boost::numeric::ublas::bidirectional_iterator_base::operator++" ref="a1c0d3ea5f2d7d3b493f4eae9d081d0f1" args="(derived_iterator_type &d, int)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class IC, class I, class T> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">BOOST_UBLAS_INLINE friend <a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> operator++ </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> & </td>
|
|
<td class="paramname"><em>d</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> </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="a00616_source.html#l00162">162</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a19302b59c0ccd2f7c3b208d4ce400259"></a><!-- doxytag: member="boost::numeric::ublas::bidirectional_iterator_base::operator--" ref="a19302b59c0ccd2f7c3b208d4ce400259" args="(derived_iterator_type &d, int)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class IC, class I, class T> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">BOOST_UBLAS_INLINE friend <a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> operator-- </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="a00003.html#aa2a285f78325f9aaef2918d462d3bf52">derived_iterator_type</a> & </td>
|
|
<td class="paramname"><em>d</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> </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="a00616_source.html#l00175">175</a> of file <a class="el" href="a00616_source.html">iterator.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this struct was generated from the following file:<ul>
|
|
<li><a class="el" href="a00616_source.html">iterator.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="a00003.html">bidirectional_iterator_base</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"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </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 © 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>
|