Chapter 1. Boost Libraries Documentation

Boost Community

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Table of Contents

Preface
Libraries
Tools
[Note] Note

This page is not an official Boost Page, it is just a proof of concept. The logos in this page are not the official logos of each library.

See Compiler Status page to find out what library works with which compiler.

See Getting Started page to find out how to download, build, and install the libraries.

Documentation for some Boost libraries is available in other forms, including DocBook, XSL Formatting Objects, and Unix man pages. This documentation is [http://www.boost.org available on Sourceforge].

Name

any

Boost.Any

Safe, generic container for single values of different value types.

Kevlin Henney

array

Boost.Array

STL compliant container wrapper for arrays of constant size.

Nicolai Josuttis

bimap

Boost.Bimap

Bidirectional maps.

Matias Capeletto

config

Boost.Config

Helps boost library developers adapt to compiler idiosyncrasies; not intended for library users.

Various authors

mpl

Boost.MPL

Template metaprogramming framework of compile-time algorithms, sequences and metafunction classes.

Aleksey Gurtovoy

multi_index

Boost.MultiIndex

Containers with multiple STL-compatible access interfaces.

Joaquín López Muñoz

numeric_conversion

Boost.NumericConversion

Optimized Policy-based Numeric Conversions.

Fernando Cacciola

optional

Boost.Optional

Discriminated-union wrapper for optional values.

Fernando Cacciola

python

Boost.Python

Reflects C++ classes and functions into Python.

Dave Abrahams

test

Boost.Test

Support for simple program testing, full unit testing, and for program execution monitoring.

Gennadiy Rozental

wave

Boost.Wave

Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface.

Hartmut Kaiser

Name

quickbook

Boost.Quickbook

QuickBook is a WikiWiki style documentation tool geared towards C++ documentation using simple rules and markup for simple formatting tasks.

Joel de Guzman, Eric Niebler

build

Boost.Build

Boost.Build is a system for large project software construction, which is simple to use and powerfull.

David Abrahams, Vladimir Prus

Last revised: June 08, 2007 at 04:21:06 GMT