mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
172 lines
24 KiB
HTML
172 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: iterator Class 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('a00593.html','');
|
|
</script>
|
|
<div id="doc-content">
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<h1>iterator Class Reference</h1> </div>
|
|
</div>
|
|
<div class="contents">
|
|
<!-- doxytag: class="std::iterator" --><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 iterator:</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="a00711.png" border="0" usemap="#iterator_inherit__map" alt="Inheritance graph"/></div>
|
|
<map name="iterator_inherit__map" id="iterator_inherit__map">
|
|
<area shape="rect" id="node3" href="a00003.html" title="{bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, const_iterator, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="1072,183,1613,303"/><area shape="rect" id="node15" href="a00003.html" title="{bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, const_iterator1, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="3613,183,4163,303"/><area shape="rect" id="node31" href="a00003.html" title="{bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, const_iterator2, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="4187,183,4736,303"/><area shape="rect" id="node35" href="a00003.html" title="{bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, iterator, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="4760,183,5261,303"/><area shape="rect" id="node37" href="a00003.html" title="{bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, iterator1, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="5285,183,5795,303"/><area shape="rect" id="node39" href="a00003.html" title="{bidirectional_iterator_base\< sparse_bidirectional_iterator_tag, iterator2, value_type \>\n||+ operator!=()\l+ operator++()\l+ operator--()\l}" alt="" coords="5819,183,6328,303"/><area shape="rect" id="node41" href="a00003.html" title="Base class of all bidirectional iterators." alt="" coords="6352,183,6712,303"/><area shape="rect" id="node43" href="a00139.html" title="Base class of all forward iterators." alt="" coords="6736,191,7069,294"/><area shape="rect" id="node45" href="a00365.html" title="Base class of all random access iterators." alt="" coords="7093,139,7475,346"/><area shape="rect" id="node47" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, const_iterator, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="7499,139,8083,346"/><area shape="rect" id="node49" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, const_iterator, value_type, difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="8107,139,8787,346"/><area shape="rect" id="node51" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, const_iterator1, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="8811,139,9400,346"/><area shape="rect" id="node53" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, const_iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="9424,139,10013,346"/><area shape="rect" id="node55" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, iterator, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="10037,139,10581,346"/><area shape="rect" id="node57" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, iterator, value_type, difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="10605,139,11248,346"/><area shape="rect" id="node59" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, iterator1, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="11272,139,11824,346"/><area shape="rect" id="node61" href="a00365.html" title="{random_access_iterator_base\< dense_random_access_iterator_tag, iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="11848,139,12400,346"/><area shape="rect" id="node63" href="a00365.html" title="{random_access_iterator_base\< IC, indexed_const_iterator1\< C, IC \>, C::value_type, C::difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="12424,139,13064,346"/><area shape="rect" id="node65" href="a00365.html" title="{random_access_iterator_base\< IC, indexed_const_iterator2\< C, IC \>, C::value_type, C::difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="13088,139,13728,346"/><area shape="rect" id="node67" href="a00365.html" title="{random_access_iterator_base\< IC, indexed_const_iterator\< C, IC \>, C::value_type, C::difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="13752,139,14384,346"/><area shape="rect" id="node69" href="a00365.html" title="{random_access_iterator_base\< IC, indexed_iterator1\< C, IC \>, C::value_type, C::difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="14408,139,15008,346"/><area shape="rect" id="node71" href="a00365.html" title="{random_access_iterator_base\< IC, indexed_iterator2\< C, IC \>, C::value_type, C::difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="15032,139,15632,346"/><area shape="rect" id="node73" href="a00365.html" title="{random_access_iterator_base\< IC, indexed_iterator\< C, IC \>, C::value_type, C::difference_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="15656,139,16251,346"/><area shape="rect" id="node75" href="a00365.html" title="{random_access_iterator_base\< iterator_restrict_traits\< const_subiterator1_type::iterator_category, dense_random_access_iterator_tag \>::iterator_category, const_iterator1, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="16275,139,17368,346"/><area shape="rect" id="node77" href="a00365.html" title="{random_access_iterator_base\< iterator_restrict_traits\< const_subiterator1_type::iterator_category, packed_random_access_iterator_tag \>::iterator_category, const_iterator1, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="17392,139,18493,346"/><area shape="rect" id="node79" href="a00365.html" title="{random_access_iterator_base\< iterator_restrict_traits\< const_subiterator1_type::iterator_category, packed_random_access_iterator_tag \>::iterator_category, const_iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="18517,139,19619,346"/><area shape="rect" id="node81" href="a00365.html" title="{random_access_iterator_base\< iterator_restrict_traits\< const_subiterator2_type::iterator_category, dense_random_access_iterator_tag \>::iterator_category, const_iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="19643,139,20736,346"/><area shape="rect" id="node83" href="a00365.html" title="{random_access_iterator_base\< iterator_restrict_traits\< subiterator1_type::iterator_category, packed_random_access_iterator_tag \>::iterator_category, iterator1, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="20760,139,21784,346"/><area shape="rect" id="node85" href="a00365.html" title="{random_access_iterator_base\< iterator_restrict_traits\< subiterator1_type::iterator_category, packed_random_access_iterator_tag \>::iterator_category, iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="21808,139,22832,346"/><area shape="rect" id="node87" href="a00365.html" title="{random_access_iterator_base\< iterator_restrict_traits\< subiterator2_type::iterator_category, packed_random_access_iterator_tag \>::iterator_category, iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="22856,139,23880,346"/><area shape="rect" id="node89" href="a00365.html" title="{random_access_iterator_base\< packed_random_access_iterator_tag, const_iterator1, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="23904,139,24501,346"/><area shape="rect" id="node91" href="a00365.html" title="{random_access_iterator_base\< packed_random_access_iterator_tag, const_iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="24525,139,25123,346"/><area shape="rect" id="node93" href="a00365.html" title="{random_access_iterator_base\< packed_random_access_iterator_tag, iterator1, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="25147,139,25704,346"/><area shape="rect" id="node95" href="a00365.html" title="{random_access_iterator_base\< packed_random_access_iterator_tag, iterator2, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="25728,139,26285,346"/><area shape="rect" id="node97" href="a00365.html" title="{random_access_iterator_base\< std::random_access_iterator_tag, const_iterator, value_type \>\n||+ operator!=()\l+ operator+()\l+ operator++()\l+ operator-()\l+ operator--()\l+ operator\<=()\l+ operator\>()\l+ operator\>=()\l}" alt="" coords="26309,139,26877,346"/><area shape="rect" id="node5" 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,473,459,697"/><area shape="rect" id="node7" 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,473,925,697"/><area shape="rect" id="node9" 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,473,1328,697"/><area shape="rect" id="node11" 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,482,1741,689"/><area shape="rect" id="node13" 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,482,2157,689"/><area shape="rect" id="node17" 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="2181,395,2659,775"/><area shape="rect" id="node19" 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="2683,395,3149,775"/><area shape="rect" id="node21" 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="3173,395,3656,775"/><area shape="rect" id="node23" 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="3680,439,4096,732"/><area shape="rect" id="node25" 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="4120,404,4523,767"/><area shape="rect" id="node27" 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="4547,395,5061,775"/><area shape="rect" id="node29" 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="5085,439,5485,732"/><area shape="rect" id="node33" 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="5509,395,5987,775"/></map>
|
|
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
|
|
<table class="memberdecls">
|
|
</table>
|
|
<hr/>The documentation for this class 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="a00593.html">iterator</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>
|