idlebox / 2007 / stx-btree / stx-btree-0.8.3 / doxygen-html / annotated.html.html (Download File)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>STX B+ Tree Template Classes: Class List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li class="current"><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;</a></td><td class="indexvalue">Basic class implementing a base B+ tree data structure in memory </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree_1_1const__iterator.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::const_iterator</a></td><td class="indexvalue">STL-like read-only <a class="el" href="classstx_1_1btree_1_1iterator.html" title="STL-like iterator object for B+ tree items.">iterator</a> object for B+ tree items </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree_1_1const__reverse__iterator.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::const_reverse_iterator</a></td><td class="indexvalue">STL-like read-only reverse <a class="el" href="classstx_1_1btree_1_1iterator.html" title="STL-like iterator object for B+ tree items.">iterator</a> object for B+ tree items </td></tr>
  <tr><td class="indexkey"><a class="el" href="structstx_1_1btree_1_1inner__node.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::inner_node</a></td><td class="indexvalue">Extended structure of a inner <a class="el" href="structstx_1_1btree_1_1node.html" title="The header structure of each node in-memory.">node</a> in-memory </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree_1_1iterator.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::iterator</a></td><td class="indexvalue">STL-like <a class="el" href="classstx_1_1btree_1_1iterator.html" title="STL-like iterator object for B+ tree items.">iterator</a> object for B+ tree items </td></tr>
  <tr><td class="indexkey"><a class="el" href="structstx_1_1btree_1_1leaf__node.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::leaf_node</a></td><td class="indexvalue">Extended structure of a leaf <a class="el" href="structstx_1_1btree_1_1node.html" title="The header structure of each node in-memory.">node</a> in memory </td></tr>
  <tr><td class="indexkey"><a class="el" href="structstx_1_1btree_1_1node.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::node</a></td><td class="indexvalue">The header structure of each <a class="el" href="structstx_1_1btree_1_1node.html" title="The header structure of each node in-memory.">node</a> in-memory </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree_1_1reverse__iterator.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::reverse_iterator</a></td><td class="indexvalue">STL-like mutable reverse <a class="el" href="classstx_1_1btree_1_1iterator.html" title="STL-like iterator object for B+ tree items.">iterator</a> object for B+ tree items </td></tr>
  <tr><td class="indexkey"><a class="el" href="structstx_1_1btree_1_1tree__stats.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::tree_stats</a></td><td class="indexvalue">A small struct containing basic statistics about the B+ tree </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree_1_1value__compare.html">stx::btree&lt; _Key, _Data, _Value, _Compare, _Traits, _Duplicates &gt;::value_compare</a></td><td class="indexvalue">Function class to compare value_type objects. Required by the STL </td></tr>
  <tr><td class="indexkey"><a class="el" href="structstx_1_1btree__default__map__traits.html">stx::btree_default_map_traits&lt; _Key, _Data &gt;</a></td><td class="indexvalue">Generates default traits for a B+ tree used as a map </td></tr>
  <tr><td class="indexkey"><a class="el" href="structstx_1_1btree__default__set__traits.html">stx::btree_default_set_traits&lt; _Key &gt;</a></td><td class="indexvalue">Generates default traits for a B+ tree used as a set </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree__map.html">stx::btree_map&lt; _Key, _Data, _Compare, _Traits &gt;</a></td><td class="indexvalue">Specialized B+ tree template class implementing STL's map container </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree__multimap.html">stx::btree_multimap&lt; _Key, _Data, _Compare, _Traits &gt;</a></td><td class="indexvalue">Specialized B+ tree template class implementing STL's multimap container </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree__multiset.html">stx::btree_multiset&lt; _Key, _Compare, _Traits &gt;</a></td><td class="indexvalue">Specialized B+ tree template class implementing STL's multiset container </td></tr>
  <tr><td class="indexkey"><a class="el" href="classstx_1_1btree__set.html">stx::btree_set&lt; _Key, _Compare, _Traits &gt;</a></td><td class="indexvalue">Specialized B+ tree template class implementing STL's set container </td></tr>
  <tr><td class="indexkey"><a class="el" href="structstx_1_1btree__set_1_1empty__struct.html">stx::btree_set&lt; _Key, _Compare, _Traits &gt;::empty_struct</a></td><td class="indexvalue">The macro BTREE_FRIENDS can be used by outside class to access the B+ tree internals </td></tr>
</table>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Sep 7 17:32:39 2008 for STX B+ Tree Template Classes by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>
RSS 2.0 Weblog Feed Atom 1.0 Weblog Feed Valid XHTML 1.1 Valid CSS (2.1)