OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libstdc++-v3/] [docs/] [html/] [ext/] [pb_assoc/] [tree_assoc_cntnr_node_iterator.html] - Rev 20

Compare with Previous | Blame | View Log

 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
 
<html>
<head>
<title>tree_assoc_cntnr::node_iterator Interface
</title>
 
</head>
 
<body>
<h1>
<tt><font color = "olive">tree_assoc_cntnr</font>::node_iterator
</tt>
 
 Interface
 
 
</h1>
 
<p>Node iterator.
</p>
 
<p>This is an
</p>
 
<ol>
<li>
<a href = "#link1">Base classes.
</a>
 
</li>
 
<li>
Public Methods:
 
 
<ol>
<li>
<a href = "#link2">Constructors, destructor, and related.
</a>
 
</li>
 
<li>
<a href = "#link3">Access methods.
</a>
 
</li>
 
<li>
<a href = "#link4">Movement methods.
</a>
 
</li>
 
</ol>
 
</li>
 
</ol>
 
 
<h2>
<a name = "link1">Base classes.
</a>
 
</h2>
 
<table WIDTH = "100%" BORDER = "1">
<TR><TD Width = "80%" ALIGN = "left"><b>Class</b></TD><TD Width = "20%" ALIGN = "left"><b>Derivation Type</b></TD></TR>
 
 
<tr>
<td>
<pre><a href = "../../pb_assoc/tree_assoc_cntnr.html#const_node_iterator3735929535">const_node_iterator</a></pre>
 
 
</td>
 
<td>
<p>public</p>
 
 
</td>
 
</tr>
 
</table>
 
<h2>
<a name = "link2">Constructors, destructor, and related.
</a>
 
</h2>
 
<table WIDTH = "100%" BORDER = "1">
<TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "40%" ALIGN = "left"><b>Description</b></TD><TD Width = "10%" ALIGN = "left"><b>Complexity Guarantee</b></TD><TD Width = "5%" ALIGN = "left"><b>Exception Guarantee</b></TD></TR>
 
 
<tr>
<td>
<pre><b>inline</b>
  node_iterator
  (<b>const</b> node_pointer p_nd = NULL)</pre>
 
 
</td>
 
<td>
<p>Default constructor.</p>
 
 
</td>
 
<td>
<p> <i>O(1)</i> worst.</p>
 
 
</td>
 
<td>
<a href = "exception_guarantees_specifics.html#cannot_throw_guarantee">3</a>
 
 
</td>
 
</tr>
 
</table>
 
<h2>
<a name = "link3">Access methods.
</a>
 
</h2>
 
<table WIDTH = "100%" BORDER = "1">
<TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "40%" ALIGN = "left"><b>Description</b></TD><TD Width = "10%" ALIGN = "left"><b>Complexity Guarantee</b></TD><TD Width = "5%" ALIGN = "left"><b>Exception Guarantee</b></TD></TR>
 
 
<tr>
<td>
<pre><b>inline</b> <a href = "../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433">iterator</a>
  <b>operator</b>*
  () <b>const</b></pre>
 
 
</td>
 
<td>
<p>Access.</p>
 
 
</td>
 
<td>
<p> <i>O(1)</i> worst.</p>
 
 
</td>
 
<td>
<a href = "exception_guarantees_specifics.html#cannot_throw_guarantee">3</a>
 
 
</td>
 
</tr>
 
</table>
 
<h2>
<a name = "link4">Movement methods.
</a>
 
</h2>
 
<table WIDTH = "100%" BORDER = "1">
<TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "40%" ALIGN = "left"><b>Description</b></TD><TD Width = "10%" ALIGN = "left"><b>Complexity Guarantee</b></TD><TD Width = "5%" ALIGN = "left"><b>Exception Guarantee</b></TD></TR>
 
 
<tr>
<td>
<pre><b>inline</b> node_iterator
  l_child
  ()</pre>
 
 
</td>
 
<td>
<p>Returns the node <a href = "../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433">iterator</a> associated with the left node.</p>
 
 
</td>
 
<td>
<p> <i>O(1)</i> worst.</p>
 
 
</td>
 
<td>
<a href = "exception_guarantees_specifics.html#cannot_throw_guarantee">3</a>
 
 
</td>
 
</tr>
 
<tr>
<td>
<pre><b>inline</b> node_iterator
  r_child
  ()</pre>
 
 
</td>
 
<td>
<p>Returns the node <a href = "../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433">iterator</a> associated with the right node.</p>
 
 
</td>
 
<td>
<p> <i>O(1)</i> worst.</p>
 
 
</td>
 
<td>
<a href = "exception_guarantees_specifics.html#cannot_throw_guarantee">3</a>
 
 
</td>
 
</tr>
 
</table>
 
 
 
</body>
 
</html>
 
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.