1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/docs/libs/libraries.html
2013-08-16 11:43:55 +09:00

189 lines
No EOL
8.7 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/html; charset=utf-8" />
<title>Libraries &mdash; Sprout v1.0 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '1.0',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<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="prev" title="Sprout C++ Libraries" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="Sprout C++ Libraries"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">Sprout v1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">Sprout C++ Libraries</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<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-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>
</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>
</ul>
</div>
<div class="section" id="id2">
<h3>Algorithms<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="container-supports">
<h3>Container supports<a class="headerlink" href="#container-supports" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="function-objects">
<h3>Function Objects<a class="headerlink" href="#function-objects" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="iterators">
<h3>Iterators<a class="headerlink" href="#iterators" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="mathematics">
<h3>Mathematics<a class="headerlink" href="#mathematics" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="template-metaprogramming">
<h3>Template Metaprogramming<a class="headerlink" href="#template-metaprogramming" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="preprocessor-metaprogramming">
<h3>Preprocessor Metaprogramming<a class="headerlink" href="#preprocessor-metaprogramming" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="domain-specific">
<h3>Domain specific<a class="headerlink" href="#domain-specific" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="id4">
<h3>Domain specific<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="parsing">
<h3>Parsing<a class="headerlink" href="#parsing" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="ray-tracing">
<h3>Ray tracing<a class="headerlink" href="#ray-tracing" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="synthesizer">
<h3>Synthesizer<a class="headerlink" href="#synthesizer" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="miscellaneous">
<h3>Miscellaneous<a class="headerlink" href="#miscellaneous" title="Permalink to this headline"></a></h3>
</div>
<div class="section" id="c-compatible">
<h3>C-compatible<a class="headerlink" href="#c-compatible" title="Permalink to this headline"></a></h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<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-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>
<li><a class="reference external" href="#id2">Algorithms</a></li>
<li><a class="reference external" href="#container-supports">Container supports</a></li>
<li><a class="reference external" href="#function-objects">Function Objects</a></li>
<li><a class="reference external" href="#iterators">Iterators</a></li>
<li><a class="reference external" href="#mathematics">Mathematics</a></li>
<li><a class="reference external" href="#template-metaprogramming">Template Metaprogramming</a></li>
<li><a class="reference external" href="#preprocessor-metaprogramming">Preprocessor Metaprogramming</a></li>
<li><a class="reference external" href="#domain-specific">Domain specific</a></li>
<li><a class="reference external" href="#id4">Domain specific</a></li>
<li><a class="reference external" href="#parsing">Parsing</a></li>
<li><a class="reference external" href="#ray-tracing">Ray tracing</a></li>
<li><a class="reference external" href="#synthesizer">Synthesizer</a></li>
<li><a class="reference external" href="#miscellaneous">Miscellaneous</a></li>
<li><a class="reference external" href="#c-compatible">C-compatible</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<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>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/libs/libraries.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="Sprout C++ Libraries"
>previous</a> |</li>
<li><a href="../index.html">Sprout v1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >Sprout C++ Libraries</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2013, Bolero MURAKAMI.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4.
</div>
</body>
</html>