| Line | |
|---|
| 1 | /*============================================================================= |
|---|
| 2 | Boost.Wave: A Standard compliant C++ preprocessor library |
|---|
| 3 | |
|---|
| 4 | Re2C based C++ lexer |
|---|
| 5 | |
|---|
| 6 | http://www.boost.org/ |
|---|
| 7 | |
|---|
| 8 | Copyright (c) 2001-2005 Hartmut Kaiser. Distributed under the Boost |
|---|
| 9 | Software License, Version 1.0. (See accompanying file |
|---|
| 10 | LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 11 | =============================================================================*/ |
|---|
| 12 | |
|---|
| 13 | #if !defined(CPP_RE_HPP_B76C4F5E_63E9_4B8A_9975_EC32FA6BF027_INCLUDED) |
|---|
| 14 | #define CPP_RE_HPP_B76C4F5E_63E9_4B8A_9975_EC32FA6BF027_INCLUDED |
|---|
| 15 | |
|---|
| 16 | #include <boost/wave/token_ids.hpp> |
|---|
| 17 | |
|---|
| 18 | /////////////////////////////////////////////////////////////////////////////// |
|---|
| 19 | namespace boost { |
|---|
| 20 | namespace wave { |
|---|
| 21 | namespace cpplexer { |
|---|
| 22 | namespace re2clex { |
|---|
| 23 | |
|---|
| 24 | /////////////////////////////////////////////////////////////////////////////// |
|---|
| 25 | // The scanner function to call whenever a new token is requested |
|---|
| 26 | boost::wave::token_id scan(Scanner *s); |
|---|
| 27 | |
|---|
| 28 | /////////////////////////////////////////////////////////////////////////////// |
|---|
| 29 | } // namespace re2clex |
|---|
| 30 | } // namespace cpplexer |
|---|
| 31 | } // namespace wave |
|---|
| 32 | } // namespace boost |
|---|
| 33 | |
|---|
| 34 | #endif // !defined(CPP_RE_HPP_B76C4F5E_63E9_4B8A_9975_EC32FA6BF027_INCLUDED) |
|---|
Note: See
TracBrowser
for help on using the repository browser.