2013-08-15 09:29:43 +00:00
< !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 — 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" / >
2013-08-15 14:41:50 +00:00
< link rel = "up" title = "Sprout C++ Libraries" href = "index.html" / >
2013-08-16 09:15:52 +00:00
< link rel = "next" title = "Sprout.Array" href = "sprout/array/index.html" / >
2013-08-15 14:41:50 +00:00
< link rel = "prev" title = "Sprout C++ Libraries" href = "index.html" / >
2013-08-15 09:29:43 +00:00
< / 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" >
2013-08-16 09:15:52 +00:00
< a href = "sprout/array/index.html" title = "Sprout.Array"
2013-08-15 09:29:43 +00:00
accesskey="N">next< / a > |< / li >
< li class = "right" >
2013-08-15 14:41:50 +00:00
< a href = "index.html" title = "Sprout C++ Libraries"
2013-08-15 09:29:43 +00:00
accesskey="P">previous< / a > |< / li >
< li > < a href = "../index.html" > Sprout v1.0 documentation< / a > » < / li >
2013-08-15 14:41:50 +00:00
< li > < a href = "index.html" accesskey = "U" > Sprout C++ Libraries< / a > » < / li >
2013-08-15 09:29:43 +00:00
< / 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 >
2013-08-16 09:15:52 +00:00
< 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 >
2013-08-15 09:29:43 +00:00
< 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 >
2013-08-15 14:41:50 +00:00
< 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 >
2013-08-16 09:15:52 +00:00
< 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 >
2013-08-15 14:41:50 +00:00
< / div >
2013-08-15 09:29:43 +00:00
< div class = "section" id = "algorithms" >
< h3 > Algorithms< a class = "headerlink" href = "#algorithms" title = "Permalink to this headline" > ¶< / a > < / h3 >
< ul class = "simple" >
2013-08-16 09:15:52 +00:00
< li > < a class = "reference external" href = "sprout/algorithm/index.html" > < em > algorithm< / em > < / a > - STL like generic algorithms.< / li >
2013-08-15 09:29:43 +00:00
< / ul >
< / div >
2013-08-15 14:41:50 +00:00
< 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 >
2013-08-15 09:29:43 +00:00
< / 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 >
2013-08-16 09:15:52 +00:00
< li > < a class = "reference external" href = "#libraries-listed-alphabetically" > Libraries Listed Alphabetically< / a > < / li >
2013-08-15 09:29:43 +00:00
< li > < a class = "reference external" href = "#libraries-listed-by-category" > Libraries Listed by Category< / a > < ul >
2013-08-15 14:41:50 +00:00
< li > < a class = "reference external" href = "#containers-and-data-structures" > Containers and Data structures< / a > < / li >
2013-08-15 09:29:43 +00:00
< li > < a class = "reference external" href = "#algorithms" > Algorithms< / a > < / li >
2013-08-15 14:41:50 +00:00
< 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 >
2013-08-15 09:29:43 +00:00
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< h4 > Previous topic< / h4 >
< p class = "topless" > < a href = "index.html"
2013-08-15 14:41:50 +00:00
title="previous chapter">Sprout C++ Libraries< / a > < / p >
2013-08-15 09:29:43 +00:00
< h4 > Next topic< / h4 >
2013-08-16 09:15:52 +00:00
< p class = "topless" > < a href = "sprout/array/index.html"
title="next chapter">Sprout.Array< / a > < / p >
2013-08-15 09:29:43 +00:00
< 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" >
2013-08-16 09:15:52 +00:00
< a href = "sprout/array/index.html" title = "Sprout.Array"
2013-08-15 09:29:43 +00:00
>next< / a > |< / li >
< li class = "right" >
2013-08-15 14:41:50 +00:00
< a href = "index.html" title = "Sprout C++ Libraries"
2013-08-15 09:29:43 +00:00
>previous< / a > |< / li >
< li > < a href = "../index.html" > Sprout v1.0 documentation< / a > » < / li >
2013-08-15 14:41:50 +00:00
< li > < a href = "index.html" > Sprout C++ Libraries< / a > » < / li >
2013-08-15 09:29:43 +00:00
< / ul >
< / div >
< div class = "footer" >
© Copyright 2013, Bolero MURAKAMI.
Created using < a href = "http://sphinx.pocoo.org/" > Sphinx< / a > 0.6.4.
< / div >
< / body >
< / html >