utree_traits_fwd.hpp 846 B

123456789101112131415161718192021222324
  1. /*=============================================================================
  2. Copyright (c) 2001-2011 Hartmut Kaiser
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. =============================================================================*/
  6. #if !defined(BOOST_SPIRIT_OUTPUT_UTREE_TRAITS_FWD_FEB_14_2011_0632AM)
  7. #define BOOST_SPIRIT_OUTPUT_UTREE_TRAITS_FWD_FEB_14_2011_0632AM
  8. ///////////////////////////////////////////////////////////////////////////////
  9. // forward declarations only
  10. ///////////////////////////////////////////////////////////////////////////////
  11. namespace boost { namespace spirit
  12. {
  13. class utree;
  14. }}
  15. namespace boost
  16. {
  17. template <typename T>
  18. inline T get(boost::spirit::utree const& x);
  19. }
  20. #endif