2013-08-30 02:14:14 +00:00
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">
2013-08-30 02:14:14 +00:00
2013-08-15 09:29:43 +00:00
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2013-09-04 07:06:44 +00:00
< script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-43764535-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
< / script >
2013-08-30 05:02:02 +00:00
< title > Sprout C++ Libraries — Sprout 1.0 documentation< / title >
2013-08-30 02:14:14 +00:00
2013-08-25 15:09:33 +00:00
< link rel = "stylesheet" href = "_static/sphinxdoc.css" type = "text/css" / >
2013-08-15 09:29:43 +00:00
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
2013-08-30 02:14:14 +00:00
2013-08-15 09:29:43 +00:00
< script type = "text/javascript" >
var DOCUMENTATION_OPTIONS = {
2013-08-30 02:14:14 +00:00
URL_ROOT: '',
2013-08-15 09:29:43 +00:00
VERSION: '1.0',
2013-08-30 02:14:14 +00:00
COLLAPSE_INDEX: false,
2013-08-15 09:29:43 +00:00
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
< / script >
< script type = "text/javascript" src = "_static/jquery.js" > < / script >
2013-08-30 02:14:14 +00:00
< script type = "text/javascript" src = "_static/underscore.js" > < / script >
2013-08-15 09:29:43 +00:00
< script type = "text/javascript" src = "_static/doctools.js" > < / script >
2013-08-30 02:14:14 +00:00
< link rel = "top" title = "Sprout 1.0 documentation" href = "#" / >
2013-08-30 05:02:02 +00:00
< link rel = "next" title = "Libraries" href = "libs/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-30 05:02:02 +00:00
< a href = "libs/index.html" title = "Libraries"
2013-08-15 09:29:43 +00:00
accesskey="N">next< / a > |< / li >
2013-08-30 02:14:14 +00:00
< li > < a href = "#" > Sprout 1.0 documentation< / a > » < / li >
2013-08-15 09:29:43 +00:00
< / ul >
2013-08-25 15:09:33 +00:00
< / div >
< div class = "sphinxsidebar" >
< div class = "sphinxsidebarwrapper" >
2013-08-30 02:14:14 +00:00
< h3 > < a href = "#" > Table Of Contents< / a > < / h3 >
< ul >
2013-08-30 05:02:02 +00:00
< li > < a class = "reference internal" href = "#" > Sprout C++ Libraries< / a > < ul >
< li > < a class = "reference internal" href = "#welcome-to-the-sprout-c-libraries" > Welcome to the Sprout C++ Libraries< / a > < / li >
< li > < a class = "reference internal" href = "#library-documentation" > Library Documentation< / a > < / li >
< li > < a class = "reference internal" href = "#project-page" > Project page< / a > < / li >
< li > < a class = "reference internal" href = "#install" > Install< / a > < / li >
< li > < a class = "reference internal" href = "#supported-compilers" > Supported Compilers< / a > < / li >
< li > < a class = "reference internal" href = "#author" > Author< / a > < / li >
< li > < a class = "reference internal" href = "#copyrights" > Copyrights< / a > < / li >
2013-08-25 15:09:33 +00:00
< / ul >
< / li >
< / ul >
2013-08-30 02:14:14 +00:00
< h4 > Next topic< / h4 >
< p class = "topless" > < a href = "libs/index.html"
2013-08-30 05:02:02 +00:00
title="next chapter">Libraries< / a > < / p >
2013-08-30 02:14:14 +00:00
< h3 > This Page< / h3 >
< ul class = "this-page-menu" >
< li > < a href = "_sources/index.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" / >
< 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 >
2013-08-25 15:09:33 +00:00
< / div >
< / div >
2013-08-15 09:29:43 +00:00
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" >
2013-08-30 05:02:02 +00:00
< div class = "section" id = "sprout-c-libraries" >
< h1 > Sprout C++ Libraries< a class = "headerlink" href = "#sprout-c-libraries" title = "Permalink to this headline" > ¶< / a > < / h1 >
2013-08-31 10:32:55 +00:00
< p > Contents:< / p >
2013-08-30 02:14:14 +00:00
< div class = "toctree-wrapper compound" >
2013-08-15 09:29:43 +00:00
< ul >
2013-08-30 05:02:02 +00:00
< li class = "toctree-l1" > < a class = "reference internal" href = "libs/index.html" > Libraries< / a > < / li >
2013-08-15 09:29:43 +00:00
< / ul >
2013-08-30 05:02:02 +00:00
< / div >
< div class = "section" id = "welcome-to-the-sprout-c-libraries" >
< h2 > Welcome to the Sprout C++ Libraries< a class = "headerlink" href = "#welcome-to-the-sprout-c-libraries" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "line-block" >
< div class = "line" > C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.< / div >
< / div >
< / div >
< div class = "section" id = "library-documentation" >
< h2 > Library Documentation< a class = "headerlink" href = "#library-documentation" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "line-block" >
< div class = "line" > The starting point for the documentation of individual libraries is the < a class = "reference internal" href = "libs/index.html" > < em > Libraries page< / em > < / a > , which gives a brief description of each library and links to its documentation.< / div >
< / div >
< / div >
< div class = "section" id = "project-page" >
< h2 > Project page< a class = "headerlink" href = "#project-page" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
< li > < a class = "reference external" href = "http://bolero-murakami.github.io/Sprout/" > Project page< / a > < / li >
< li > < a class = "reference external" href = "https://github.com/bolero-MURAKAMI/Sprout/" > Repository (Github)< / a > < / li >
< li > < a class = "reference external" href = "http://www.boleros.x0.com/doc/sproutwiki/" > Wiki (japanese)< / a > < / li >
2013-08-15 09:29:43 +00:00
< / ul >
< / div >
2013-08-30 05:02:02 +00:00
< div class = "section" id = "install" >
< h2 > Install< a class = "headerlink" href = "#install" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "line-block" >
< div class = "line" > Through the path to the directory. < tt class = "docutils literal" > < span class = "pre" > /path/to/sprout< / span > < / tt > < / div >
< div class = "line" > This library can be used in the header only.< / div >
2013-08-30 02:14:14 +00:00
< / div >
2013-08-30 05:02:02 +00:00
< / div >
< div class = "section" id = "supported-compilers" >
< h2 > Supported Compilers< a class = "headerlink" href = "#supported-compilers" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > Linux:< / p >
2013-08-15 09:29:43 +00:00
< ul class = "simple" >
2013-11-04 05:31:03 +00:00
< li > GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2< / li >
2014-04-28 02:06:06 +00:00
< li > Clang, C++11 mode: 3.2, 3.3, 3.4< / li >
2013-08-15 09:29:43 +00:00
< / ul >
2013-08-30 05:02:02 +00:00
< / div >
< div class = "section" id = "author" >
< h2 > Author< a class = "headerlink" href = "#author" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "line-block" >
< div class = "line" > Bolero MURAKAMI < a class = "reference external" href = "mailto:contact-lib%40boleros.x0.com" > (Mail)< / a > < / div >
2013-08-31 10:32:55 +00:00
< div class = "line" > < a class = "reference external" href = "http://bolero-murakami.github.io/" > Website< / a > | < a class = "reference external" href = "https://twitter.com/bolero_murakami" > Twitter< / a > | < a class = "reference external" href = "http://www.facebook.com/genya.murakami" > Facebook< / a > | < a class = "reference external" href = "http://d.hatena.ne.jp/boleros/" > Blog< / a > | < a class = "reference external" href = "https://github.com/bolero-MURAKAMI" > Github< / a > | < a class = "reference external" href = "http://www.slideshare.net/GenyaMurakami" > SlideShare< / a > < / div >
2013-08-30 05:02:02 +00:00
< / div >
< / div >
< div class = "section" id = "copyrights" >
< h2 > Copyrights< a class = "headerlink" href = "#copyrights" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "line-block" >
2014-04-28 02:06:06 +00:00
< div class = "line" > Copyright (C) 2011-2014 Bolero MURAKAMI.< / div >
2013-08-30 05:02:02 +00:00
< div class = "line" > Distributed under the Boost Software License, Version 1.0.< / div >
< div class = "line" > (See accompanying file LICENSE_1_0.txt or copy at < a class = "reference external" href = "http://www.boost.org/LICENSE_1_0.txt" > http://www.boost.org/LICENSE_1_0.txt< / a > )< / div >
< / div >
< / div >
2013-08-15 09:29:43 +00:00
< / div >
< / div >
< / 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-30 05:02:02 +00:00
< a href = "libs/index.html" title = "Libraries"
2013-08-15 09:29:43 +00:00
>next< / a > |< / li >
2013-08-30 02:14:14 +00:00
< li > < a href = "#" > Sprout 1.0 documentation< / a > » < / li >
2013-08-15 09:29:43 +00:00
< / ul >
< / div >
< div class = "footer" >
2014-04-28 02:06:06 +00:00
© Copyright 2013-2014, Bolero MURAKAMI.
2013-08-30 02:14:14 +00:00
Created using < a href = "http://sphinx.pocoo.org/" > Sphinx< / a > 1.1.3.
2013-08-15 09:29:43 +00:00
< / div >
< / body >
< / html >