Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-19 09:47:53

0001 /*=============================================================================
0002     Copyright (c) 2001-2011 Hartmut Kaiser
0003 
0004     Distributed under the Boost Software License, Version 1.0. (See accompanying
0005     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 =============================================================================*/
0007 #if !defined(BOOST_SPIRIT_OUTPUT_UTREE_TRAITS_FWD_FEB_14_2011_0632AM)
0008 #define BOOST_SPIRIT_OUTPUT_UTREE_TRAITS_FWD_FEB_14_2011_0632AM
0009 
0010 ///////////////////////////////////////////////////////////////////////////////
0011 // forward declarations only
0012 ///////////////////////////////////////////////////////////////////////////////
0013 namespace boost { namespace spirit 
0014 { 
0015     class utree;
0016 }}
0017 
0018 namespace boost
0019 {
0020     template <typename T>
0021     inline T get(boost::spirit::utree const& x);
0022 }
0023 
0024 #endif