mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add array overview
This commit is contained in:
parent
2eded72912
commit
b6835b636f
13 changed files with 842 additions and 25 deletions
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="top" title="Sprout v1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Sprout C++ Libraries" href="index.html" />
|
||||
<link rel="next" title="Sprout.Algorithm" href="sprout/algorithm/index.html" />
|
||||
<link rel="next" title="Sprout.Array" href="sprout/array/index.html" />
|
||||
<link rel="prev" title="Sprout C++ Libraries" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<a href="../genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
|
||||
<a href="sprout/array/index.html" title="Sprout.Array"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="Sprout C++ Libraries"
|
||||
|
@ -49,15 +49,25 @@
|
|||
|
||||
<div class="section" id="libraries">
|
||||
<h1>Libraries<a class="headerlink" href="#libraries" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="libraries-listed-alphabetically">
|
||||
<h2>Libraries Listed Alphabetically<a class="headerlink" href="#libraries-listed-alphabetically" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="sprout/algorithm/index.html"><em>algorithm</em></a> - STL like generic algorithms.</li>
|
||||
<li><a class="reference external" href="sprout/array/index.html"><em>array</em></a> - STL compliant class template for storing fixed-size sequences of objects.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="libraries-listed-by-category">
|
||||
<h2>Libraries Listed by Category<a class="headerlink" href="#libraries-listed-by-category" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="containers-and-data-structures">
|
||||
<h3>Containers and Data structures<a class="headerlink" href="#containers-and-data-structures" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="sprout/array/index.html"><em>array</em></a> - STL compliant class template for storing fixed-size sequences of objects.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="algorithms">
|
||||
<h3>Algorithms<a class="headerlink" href="#algorithms" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="sprout/algorithm/index.html"><em>algorithm</em></a> - STL-like generic algorithms.</li>
|
||||
<li><a class="reference external" href="sprout/algorithm/index.html"><em>algorithm</em></a> - STL like generic algorithms.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id2">
|
||||
|
@ -114,6 +124,7 @@
|
|||
<h3><a href="../index.html">Table Of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference external" href="#">Libraries</a><ul>
|
||||
<li><a class="reference external" href="#libraries-listed-alphabetically">Libraries Listed Alphabetically</a></li>
|
||||
<li><a class="reference external" href="#libraries-listed-by-category">Libraries Listed by Category</a><ul>
|
||||
<li><a class="reference external" href="#containers-and-data-structures">Containers and Data structures</a></li>
|
||||
<li><a class="reference external" href="#algorithms">Algorithms</a></li>
|
||||
|
@ -141,8 +152,8 @@
|
|||
<p class="topless"><a href="index.html"
|
||||
title="previous chapter">Sprout C++ Libraries</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="sprout/algorithm/index.html"
|
||||
title="next chapter">Sprout.Algorithm</a></p>
|
||||
<p class="topless"><a href="sprout/array/index.html"
|
||||
title="next chapter">Sprout.Array</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="../_sources/libs/libraries.txt"
|
||||
|
@ -172,7 +183,7 @@
|
|||
<a href="../genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
|
||||
<a href="sprout/array/index.html" title="Sprout.Array"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="Sprout C++ Libraries"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue