1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/source/libs/index.rst

133 lines
3.9 KiB
ReStructuredText
Raw Normal View History

2013-08-30 05:02:02 +00:00
.. _sprout-libraries:
2013-08-15 09:37:20 +00:00
###############################################################################
2013-08-30 05:02:02 +00:00
Libraries
2013-08-15 09:37:20 +00:00
###############################################################################
.. toctree::
2013-08-30 05:02:02 +00:00
:hidden:
2013-08-15 09:37:20 +00:00
2013-08-30 05:02:02 +00:00
array/index
algorithm/index
2013-09-02 11:43:20 +00:00
string/index
2013-08-15 09:37:20 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_alphabetically:
2013-08-15 14:41:50 +00:00
*******************************************************************************
2013-08-30 05:02:02 +00:00
Libraries Listed Alphabetically
2013-08-15 14:41:50 +00:00
*******************************************************************************
2013-08-30 05:02:02 +00:00
* :doc:`algorithm <./algorithm/index>` - Standard library like generic algorithms.
* :doc:`array <./array/index>` - Standard library compliant class template for storing fixed-size sequences of objects.
2013-09-02 11:43:20 +00:00
* :doc:`string <./string/index>` - Compile-time string of fixed-length buffer.
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category:
2013-08-20 04:07:21 +00:00
*******************************************************************************
2013-08-30 05:02:02 +00:00
Libraries Listed by Category
2013-08-20 04:07:21 +00:00
*******************************************************************************
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category-containers:
Containers and Data structures
=======================================
2013-08-20 04:07:21 +00:00
2013-08-30 05:02:02 +00:00
* :doc:`array <./array/index>` - Standard library compliant class template for storing fixed-size sequences of objects.
* :doc:`string <./string/index>` - Compile-time string of fixed-length buffer.
* :doc:`tuple <./tuple/index>`
* :doc:`optional <./optional/index>`
* :doc:`variant <./variant/index>`
* :doc:`bitset <./bitset/index>`
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category-algorithms:
Algorithms
=======================================
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
* :doc:`algorithm <./algorithm/index>` - Standard library like generic algorithms.
* :doc:`numeric <./numeric/index>`
* :doc:`range_algorithm <./range/algorithm/index>`
* :doc:`range_numeric <./range/numeric/index>`
* :doc:`range_adaptor <./range/adaptor/index>`
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category-container_supports:
Container supports
=======================================
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
* :doc:`sub_array <./sub_array/index>`
* :doc:`pit <./pit/index>`
* :doc:`operation <./operation/index>`
* :doc:`container <./container/index>`
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category-function_objects:
Function Objects
=======================================
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
* :doc:`functional <./functional/index>`
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category-iterators:
Iterators
=======================================
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
* :doc:`iterator <./iterator/index>`
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category-mathematics:
Mathematics
=======================================
* :doc:`math_functions <./math_functions/index>`
* :doc:`random <./random/index>`
* :doc:`complex <./complex/index>`
* :doc:`rational <./rational/index>`
.. _sprout-listed_by_category-template_metaprogramming:
Template Metaprogramming
=======================================
* :doc:`index_tuple <./index_tuple/index>`
* :doc:`type_traits <./type_traits/index>`
* :doc:`type <./type/index>`
.. _sprout-listed_by_category-preprocessor_metaprogramming:
Preprocessor Metaprogramming
=======================================
* :doc:`preprocessor <./preprocessor/index>`
.. _sprout-listed_by_category-domain_specific:
Domain specific
=======================================
* :doc:`uuid <./uuid/index>`
* :doc:`checksum <./checksum/index>`
.. _sprout-listed_by_category-parsing:
Parsing
=======================================
* :doc:`weed <./weed/index>`
.. _sprout-listed_by_category-ray_tracing:
Ray tracing
=======================================
* :doc:`darkroom <./darkroom/index>`
.. _sprout-listed_by_category-synthesizer:
Synthesizer
=======================================
* :doc:`compost <./compost/index>`
.. _sprout-listed_by_category-miscellaneous:
Miscellaneous
=======================================
* :doc:`utility <./utility/index>`
* :doc:`bit_operation <./bit_operation/index>`
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
.. _sprout-listed_by_category-c-compatible:
C-compatible
=======================================
2013-08-15 14:41:50 +00:00
2013-08-30 05:02:02 +00:00
* :doc:`cstdlib <./cstdlib/index>`
* :doc:`cstring <./cstring/index>`
* :doc:`cwchar <./cwchar/index>`
* :doc:`cctype <./cctype/index>`
* :doc:`cinttypes <./cinttypes/index>`