vector0.hpp 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. #ifndef BOOST_MPL_VECTOR_VECTOR0_HPP_INCLUDED
  2. #define BOOST_MPL_VECTOR_VECTOR0_HPP_INCLUDED
  3. // Copyright Aleksey Gurtovoy 2000-2004
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // (See accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // See http://www.boost.org/libs/mpl for documentation.
  10. // $Id$
  11. // $Date$
  12. // $Revision$
  13. #include <boost/mpl/vector/aux_/at.hpp>
  14. #include <boost/mpl/vector/aux_/front.hpp>
  15. #include <boost/mpl/vector/aux_/push_front.hpp>
  16. #include <boost/mpl/vector/aux_/pop_front.hpp>
  17. #include <boost/mpl/vector/aux_/push_back.hpp>
  18. #include <boost/mpl/vector/aux_/pop_back.hpp>
  19. #include <boost/mpl/vector/aux_/back.hpp>
  20. #include <boost/mpl/vector/aux_/clear.hpp>
  21. #include <boost/mpl/vector/aux_/O1_size.hpp>
  22. #include <boost/mpl/vector/aux_/size.hpp>
  23. #include <boost/mpl/vector/aux_/empty.hpp>
  24. #include <boost/mpl/vector/aux_/item.hpp>
  25. #include <boost/mpl/vector/aux_/iterator.hpp>
  26. #include <boost/mpl/vector/aux_/vector0.hpp>
  27. #include <boost/mpl/vector/aux_/begin_end.hpp>
  28. #include <boost/mpl/vector/aux_/tag.hpp>
  29. #endif // BOOST_MPL_VECTOR_VECTOR0_HPP_INCLUDED