1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/spirit.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,72 @@
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 + Copyright (c) 2001 Bruce Florman
1.13 + Copyright (c) 2003 Giovanni Bajo
1.14 + Copyright (c) 2003 Vaclav Vesely
1.15 + Copyright (c) 2003 Jonathan de Halleux
1.16 + http://spirit.sourceforge.net/
1.17 +
1.18 + Use, modification and distribution is subject to the Boost Software
1.19 + License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.20 + http://www.boost.org/LICENSE_1_0.txt)
1.21 +=============================================================================*/
1.22 +#if !defined(SPIRIT_HPP)
1.23 +#define SPIRIT_HPP
1.24 +
1.25 +///////////////////////////////////////////////////////////////////////////////
1.26 +//
1.27 +// If BOOST_SPIRIT_DEBUG is defined, the following header includes the
1.28 +// Spirit.Debug layer, otherwise the non-debug Spirit.Core is included.
1.29 +//
1.30 +///////////////////////////////////////////////////////////////////////////////
1.31 +#include <boost/spirit/core.hpp>
1.32 +
1.33 +///////////////////////////////////////////////////////////////////////////////
1.34 +//
1.35 +// Spirit.Meta
1.36 +//
1.37 +///////////////////////////////////////////////////////////////////////////////
1.38 +#include <boost/spirit/meta.hpp>
1.39 +
1.40 +///////////////////////////////////////////////////////////////////////////////
1.41 +//
1.42 +// Spirit.ErrorHandling
1.43 +//
1.44 +///////////////////////////////////////////////////////////////////////////////
1.45 +#include <boost/spirit/error_handling.hpp>
1.46 +
1.47 +///////////////////////////////////////////////////////////////////////////////
1.48 +//
1.49 +// Spirit.Iterators
1.50 +//
1.51 +///////////////////////////////////////////////////////////////////////////////
1.52 +#include <boost/spirit/iterator.hpp>
1.53 +
1.54 +///////////////////////////////////////////////////////////////////////////////
1.55 +//
1.56 +// Spirit.Symbols
1.57 +//
1.58 +///////////////////////////////////////////////////////////////////////////////
1.59 +#include <boost/spirit/symbols.hpp>
1.60 +
1.61 +///////////////////////////////////////////////////////////////////////////////
1.62 +//
1.63 +// Spirit.Utilities
1.64 +//
1.65 +///////////////////////////////////////////////////////////////////////////////
1.66 +#include <boost/spirit/utility.hpp>
1.67 +
1.68 +///////////////////////////////////////////////////////////////////////////////
1.69 +//
1.70 +// Spirit.Attributes
1.71 +//
1.72 +///////////////////////////////////////////////////////////////////////////////
1.73 +#include <boost/spirit/attribute.hpp>
1.74 +
1.75 +#endif // !defined(SPIRIT_HPP)