Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:42:46

0001 ///////////////////////////////////////////////////////////////////////////////
0002 /// \file accumulators.hpp
0003 /// Includes all of the Accumulators Framework
0004 //
0005 //  Copyright 2005 Eric Niebler. Distributed under the Boost
0006 //  Software License, Version 1.0. (See accompanying file
0007 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 
0009 #ifndef BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005
0010 #define BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005
0011 
0012 #include <boost/accumulators/framework/accumulator_set.hpp>
0013 #include <boost/accumulators/framework/accumulator_concept.hpp>
0014 #include <boost/accumulators/framework/accumulator_base.hpp>
0015 #include <boost/accumulators/framework/extractor.hpp>
0016 #include <boost/accumulators/framework/external.hpp>
0017 #include <boost/accumulators/framework/features.hpp>
0018 #include <boost/accumulators/framework/parameters/accumulator.hpp>
0019 #include <boost/accumulators/framework/parameters/sample.hpp>
0020 #include <boost/accumulators/framework/parameters/weight.hpp>
0021 #include <boost/accumulators/framework/parameters/weights.hpp>
0022 #include <boost/accumulators/framework/accumulators/external_accumulator.hpp>
0023 #include <boost/accumulators/framework/accumulators/droppable_accumulator.hpp>
0024 #include <boost/accumulators/framework/accumulators/reference_accumulator.hpp>
0025 #include <boost/accumulators/framework/accumulators/value_accumulator.hpp>
0026 
0027 #endif