associative_interval_container.hpp 997 B

1234567891011121314151617181920212223
  1. /*-----------------------------------------------------------------------------+
  2. Copyright (c) 2010-2010: Joachim Faulhaber
  3. +------------------------------------------------------------------------------+
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENCE.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. +-----------------------------------------------------------------------------*/
  8. #ifndef BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
  9. #define BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
  10. #include <boost/icl/impl_config.hpp>
  11. #include <boost/icl/concept/comparable.hpp>
  12. #include <boost/icl/concept/joinable.hpp>
  13. #include <boost/icl/concept/container.hpp>
  14. #include <boost/icl/concept/interval_associator_base.hpp>
  15. #include <boost/icl/concept/interval_set.hpp>
  16. #include <boost/icl/concept/interval_map.hpp>
  17. #include <boost/icl/concept/interval_associator.hpp>
  18. #include <boost/icl/iterator.hpp>
  19. #endif