sl@0: /*============================================================================= sl@0: Copyright (c) 1998-2003 Joel de Guzman sl@0: Copyright (c) 2001-2003 Daniel Nuffer sl@0: Copyright (c) 2001-2003 Hartmut Kaiser sl@0: Copyright (c) 2002-2003 Martin Wille sl@0: Copyright (c) 2002 Juan Carlos Arevalo-Baeza sl@0: Copyright (c) 2002 Raghavendra Satish sl@0: Copyright (c) 2002 Jeff Westfahl sl@0: Copyright (c) 2001 Bruce Florman sl@0: Copyright (c) 2003 Giovanni Bajo sl@0: Copyright (c) 2003 Vaclav Vesely sl@0: Copyright (c) 2003 Jonathan de Halleux sl@0: http://spirit.sourceforge.net/ sl@0: sl@0: Use, modification and distribution is subject to the Boost Software sl@0: License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at sl@0: http://www.boost.org/LICENSE_1_0.txt) sl@0: =============================================================================*/ sl@0: #if !defined(SPIRIT_HPP) sl@0: #define SPIRIT_HPP sl@0: sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: // sl@0: // If BOOST_SPIRIT_DEBUG is defined, the following header includes the sl@0: // Spirit.Debug layer, otherwise the non-debug Spirit.Core is included. sl@0: // sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: #include sl@0: sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: // sl@0: // Spirit.Meta sl@0: // sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: #include sl@0: sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: // sl@0: // Spirit.ErrorHandling sl@0: // sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: #include sl@0: sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: // sl@0: // Spirit.Iterators sl@0: // sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: #include sl@0: sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: // sl@0: // Spirit.Symbols sl@0: // sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: #include sl@0: sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: // sl@0: // Spirit.Utilities sl@0: // sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: #include sl@0: sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: // sl@0: // Spirit.Attributes sl@0: // sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: #include sl@0: sl@0: #endif // !defined(SPIRIT_HPP)