1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/spirit/utility.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,41 @@
1.4 +/*=============================================================================
1.5 + Copyright (c) 1998-2003 Joel de Guzman
1.6 + Copyright (c) 2001-2003 Daniel Nuffer
1.7 + Copyright (c) 2001-2003 Hartmut Kaiser
1.8 + Copyright (c) 2002-2003 Martin Wille
1.9 + Copyright (c) 2002 Juan Carlos Arevalo-Baeza
1.10 + Copyright (c) 2002 Raghavendra Satish
1.11 + Copyright (c) 2002 Jeff Westfahl
1.12 + http://spirit.sourceforge.net/
1.13 +
1.14 + Use, modification and distribution is subject to the Boost Software
1.15 + License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.16 + http://www.boost.org/LICENSE_1_0.txt)
1.17 +=============================================================================*/
1.18 +#if !defined(BOOST_SPIRIT_UTILITY_MAIN_HPP)
1.19 +#define BOOST_SPIRIT_UTILITY_MAIN_HPP
1.20 +
1.21 +#include <boost/spirit/version.hpp>
1.22 +
1.23 +///////////////////////////////////////////////////////////////////////////////
1.24 +//
1.25 +// Master header for Spirit.Utilities
1.26 +//
1.27 +///////////////////////////////////////////////////////////////////////////////
1.28 +
1.29 +// Utility.Parsers
1.30 +#include <boost/spirit/utility/chset.hpp>
1.31 +#include <boost/spirit/utility/chset_operators.hpp>
1.32 +#include <boost/spirit/utility/escape_char.hpp>
1.33 +#include <boost/spirit/utility/functor_parser.hpp>
1.34 +#include <boost/spirit/utility/loops.hpp>
1.35 +#include <boost/spirit/utility/confix.hpp>
1.36 +#include <boost/spirit/utility/lists.hpp>
1.37 +#include <boost/spirit/utility/distinct.hpp>
1.38 +
1.39 +// Utility.Support
1.40 +#include <boost/spirit/utility/flush_multi_pass.hpp>
1.41 +#include <boost/spirit/utility/scoped_lock.hpp>
1.42 +
1.43 +
1.44 +#endif // !defined(BOOST_SPIRIT_UTILITY_MAIN_HPP)