headers.qbk 673 B

12345678910111213141516171819202122
  1. [/
  2. Copyright 2006-2007 John Maddock.
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt).
  6. ]
  7. [section:headers Headers]
  8. There are two main headers used by this library: `<boost/regex.hpp>`
  9. provides full access to the main template library, while `<boost/cregex.hpp>`
  10. provides access to the (deprecated) high level class RegEx, and the
  11. POSIX API functions.
  12. There is also a header containing only forward declarations
  13. `<boost/regex_fwd.hpp>` for use when an interface is dependent upon
  14. [basic_regex], but otherwise does not need the full definitions.
  15. [endsect]