|
Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
994 bytes
|
| Line | |
|---|
| 1 | /*============================================================================= |
|---|
| 2 | Copyright (c) 2006 Tobias Schwinger |
|---|
| 3 | http://spirit.sourceforge.net/ |
|---|
| 4 | |
|---|
| 5 | Use, modification and distribution is subject to the Boost Software |
|---|
| 6 | License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
|---|
| 7 | http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 8 | =============================================================================*/ |
|---|
| 9 | #if !defined(BOOST_SPIRIT_DISTINCT_FWD_HPP) |
|---|
| 10 | #define BOOST_SPIRIT_DISTINCT_FWD_HPP |
|---|
| 11 | |
|---|
| 12 | namespace boost { namespace spirit { |
|---|
| 13 | |
|---|
| 14 | template<typename CharT> class chset; |
|---|
| 15 | |
|---|
| 16 | template <typename CharT = char, typename TailT = chset<CharT> > |
|---|
| 17 | class distinct_parser; |
|---|
| 18 | |
|---|
| 19 | template <typename CharT = char, typename TailT = chset<CharT> > |
|---|
| 20 | class distinct_directive; |
|---|
| 21 | |
|---|
| 22 | template <typename ScannerT = scanner<> > |
|---|
| 23 | class dynamic_distinct_parser; |
|---|
| 24 | |
|---|
| 25 | template <typename ScannerT = scanner<> > |
|---|
| 26 | class dynamic_distinct_directive; |
|---|
| 27 | |
|---|
| 28 | }} // namespace boost::spirit |
|---|
| 29 | |
|---|
| 30 | #endif |
|---|
| 31 | |
|---|
| 32 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.