parsers.qbk 659 B

123456789101112131415161718192021222324
  1. [/
  2. / Copyright (c) 2008 Marcin Kalicinski (kalita <at> poczta dot onet dot pl)
  3. / Copyright (c) 2009 Sebastian Redl (sebastian dot redl <at> getdesigned dot at)
  4. /
  5. / Distributed under the Boost Software License, Version 1.0. (See accompanying
  6. / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. /]
  8. [section:parsers How to Populate a Property Tree]
  9. [include xml_parser.qbk]
  10. [include json_parser.qbk]
  11. [include ini_parser.qbk]
  12. [include info_parser.qbk]
  13. [/ These parsers will be dropped for now.]
  14. [/ include cmd_line_parser.qbk]
  15. [/ include windows_registry_parser.qbk]
  16. [/ include system_environment_parser.qbk]
  17. [endsect] [/parsers]