tti.hpp 631 B

1234567891011121314151617181920
  1. // (C) Copyright Edward Diener 2011,2012
  2. // Use, modification and distribution are subject to the Boost Software License,
  3. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt).
  5. #if !defined(BOOST_TTI_INTROSPECTION_HPP)
  6. #define BOOST_TTI_INTROSPECTION_HPP
  7. #include "has_data.hpp"
  8. #include "has_function.hpp"
  9. #include "has_member_data.hpp"
  10. #include "has_member_function.hpp"
  11. #include "has_static_member_data.hpp"
  12. #include "has_static_member_function.hpp"
  13. #include "has_template.hpp"
  14. #include "has_type.hpp"
  15. #include "member_type.hpp"
  16. #endif // BOOST_TTI_INTROSPECTION_HPP