Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/accumulators/accumulators.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 /////////////////////////////////////////////////////////////////////////////// | |
2 /// \file accumulators.hpp | |
3 /// Includes all of the Accumulators Framework | |
4 // | |
5 // Copyright 2005 Eric Niebler. Distributed under the Boost | |
6 // Software License, Version 1.0. (See accompanying file | |
7 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
8 | |
9 #ifndef BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005 | |
10 #define BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005 | |
11 | |
12 #include <boost/accumulators/framework/accumulator_set.hpp> | |
13 #include <boost/accumulators/framework/accumulator_concept.hpp> | |
14 #include <boost/accumulators/framework/accumulator_base.hpp> | |
15 #include <boost/accumulators/framework/extractor.hpp> | |
16 #include <boost/accumulators/framework/external.hpp> | |
17 #include <boost/accumulators/framework/features.hpp> | |
18 #include <boost/accumulators/framework/parameters/accumulator.hpp> | |
19 #include <boost/accumulators/framework/parameters/sample.hpp> | |
20 #include <boost/accumulators/framework/parameters/weight.hpp> | |
21 #include <boost/accumulators/framework/parameters/weights.hpp> | |
22 #include <boost/accumulators/framework/accumulators/external_accumulator.hpp> | |
23 #include <boost/accumulators/framework/accumulators/droppable_accumulator.hpp> | |
24 #include <boost/accumulators/framework/accumulators/reference_accumulator.hpp> | |
25 #include <boost/accumulators/framework/accumulators/value_accumulator.hpp> | |
26 | |
27 #endif |