sl@0
|
1 |
/*=============================================================================
|
sl@0
|
2 |
Copyright (c) 2002-2003 Joel de Guzman
|
sl@0
|
3 |
Copyright (c) 2002 Juan Carlos Arevalo-Baeza
|
sl@0
|
4 |
Copyright (c) 2002-2003 Martin Wille
|
sl@0
|
5 |
http://spirit.sourceforge.net/
|
sl@0
|
6 |
|
sl@0
|
7 |
Use, modification and distribution is subject to the Boost Software
|
sl@0
|
8 |
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
9 |
http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
10 |
=============================================================================*/
|
sl@0
|
11 |
#ifndef BOOST_SPIRIT_DYNAMIC_HPP
|
sl@0
|
12 |
#define BOOST_SPIRIT_DYNAMIC_HPP
|
sl@0
|
13 |
|
sl@0
|
14 |
#include <boost/spirit/version.hpp>
|
sl@0
|
15 |
|
sl@0
|
16 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
17 |
//
|
sl@0
|
18 |
// Master header for Spirit.Dynamic
|
sl@0
|
19 |
//
|
sl@0
|
20 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
21 |
#include <boost/spirit/dynamic/if.hpp>
|
sl@0
|
22 |
#include <boost/spirit/dynamic/for.hpp>
|
sl@0
|
23 |
#include <boost/spirit/dynamic/while.hpp>
|
sl@0
|
24 |
#include <boost/spirit/dynamic/lazy.hpp>
|
sl@0
|
25 |
#include <boost/spirit/dynamic/stored_rule.hpp>
|
sl@0
|
26 |
#include <boost/spirit/dynamic/rule_alias.hpp>
|
sl@0
|
27 |
|
sl@0
|
28 |
////////////////////////////////////////////////////////////////////////////////
|
sl@0
|
29 |
#endif // BOOST_SPIRIT_DYNAMIC_HPP
|