Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:38:21

0001 /*-----------------------------------------------------------------------------+    
0002 Copyright (c) 2010-2010: Joachim Faulhaber
0003 +------------------------------------------------------------------------------+
0004    Distributed under the Boost Software License, Version 1.0.
0005       (See accompanying file LICENCE.txt or copy at
0006            http://www.boost.org/LICENSE_1_0.txt)
0007 +-----------------------------------------------------------------------------*/
0008 #ifndef BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
0009 #define BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
0010 
0011 #include <boost/icl/impl_config.hpp>
0012 #include <boost/icl/concept/comparable.hpp>
0013 #include <boost/icl/concept/joinable.hpp>
0014 #include <boost/icl/concept/container.hpp>
0015 #include <boost/icl/concept/interval_associator_base.hpp>
0016 #include <boost/icl/concept/interval_set.hpp>
0017 #include <boost/icl/concept/interval_map.hpp>
0018 #include <boost/icl/concept/interval_associator.hpp>
0019 #include <boost/icl/iterator.hpp>
0020 
0021 #endif
0022 
0023