lexer_class.qbk 737 B

12345678910111213141516171819
  1. [/==============================================================================
  2. Copyright (C) 2001-2011 Joel de Guzman
  3. Copyright (C) 2001-2011 Hartmut Kaiser
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. ===============================================================================/]
  7. [section:lexer Lexer Class]
  8. [heading The lexertl::lexer Class Implementing the Dynamic Model]
  9. [heading The lexertl::actor_lexer Class Implementing the Dynamic Model]
  10. [heading The lexertl::static_lexer Class Implementing the Static Model]
  11. [heading The lexertl::static_actor_lexer Class Implementing the Static Model]
  12. [endsect]