/Src/Dependencies/Boost/boost/multi_index/key_extractors.hpp

http://hadesmem.googlecode.com/ · C++ Header · 22 lines · 11 code · 4 blank · 7 comment · 0 complexity · 9981f5045b860843f2620b0cce07c6c5 MD5 · raw file

  1. /* Copyright 2003-2008 Joaquin M Lopez Munoz.
  2. * Distributed under the Boost Software License, Version 1.0.
  3. * (See accompanying file LICENSE_1_0.txt or copy at
  4. * http://www.boost.org/LICENSE_1_0.txt)
  5. *
  6. * See http://www.boost.org/libs/multi_index for library home page.
  7. */
  8. #ifndef BOOST_MULTI_INDEX_KEY_EXTRACTORS_HPP
  9. #define BOOST_MULTI_INDEX_KEY_EXTRACTORS_HPP
  10. #if defined(_MSC_VER)&&(_MSC_VER>=1200)
  11. #pragma once
  12. #endif
  13. #include <boost/multi_index/composite_key.hpp>
  14. #include <boost/multi_index/identity.hpp>
  15. #include <boost/multi_index/global_fun.hpp>
  16. #include <boost/multi_index/member.hpp>
  17. #include <boost/multi_index/mem_fun.hpp>
  18. #endif