index.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  6. <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
  7. <meta name="ProgId" content="FrontPage.Editor.Document">
  8. <title>Boost Tokenizer Overview</title>
  9. </head>
  10. <body bgcolor="#FFFFFF" text="#000000" link="#0000EE" vlink="#551A8B" alink=
  11. "#FF0000">
  12. <p><img src="../../../boost.png" alt="C++ Boost" width="277" height=
  13. "86"><br></p>
  14. <h1 align="center">Table Of Contents</h1>
  15. <p align="left">&nbsp;</p>
  16. <h2 align="left"><a href="introduc.htm">Introduction</a></h2>
  17. <h2 align="left">Containers and Iterators</h2>
  18. <ul>
  19. <li>
  20. <h3 align="left"><a href="tokenizer.htm">tokenizer</a></h3>
  21. </li>
  22. <li>
  23. <h3 align="left"><a href="token_iterator.htm">token iterator</a></h3>
  24. </li>
  25. </ul>
  26. <h2><a href="tokenizerfunction.htm">TokenizerFunction Concept</a></h2>
  27. <h2>TokenizerFunction Models</h2>
  28. <ul>
  29. <li>
  30. <h3><a href="char_separator.htm">char_separator</a></h3>
  31. </li>
  32. <li>
  33. <h3><a href=
  34. "escaped_list_separator.htm">escaped_list_separator</a></h3>
  35. </li>
  36. <li>
  37. <h3><a href="offset_separator.htm">offset_separator</a></h3>
  38. </li>
  39. <li><font color="red">Deprecated:</font> <a href=
  40. "char_delimiters_separator.htm">char_delimiters_separator</a></li>
  41. </ul>
  42. <h2>&nbsp;</h2>
  43. <h2>Acknowledgements</h2>
  44. <p>I wish to thank the members of the boost mailing list, whose comments,
  45. compliments, and criticisms during both the development and formal review
  46. helped make the Tokenizer library what it is. I especially wish to thank
  47. Aleksey Gurtovoy for the idea of using a pair of iterators to specify the
  48. input, instead of a string. I also wish to thank Jeremy Siek for his idea
  49. of providing a container interface for the token iterators and for
  50. simplifying the template parameters for the TokenizerFunctions. He and
  51. Daryle Walker also emphasized the need to separate interface and
  52. implementation. Gary Powell sparked the idea of using the isspace and
  53. ispunct as the defaults for char_delimiters_separator. Jeff Garland
  54. provided ideas on how to change to order of the template parameters in
  55. order to make tokenizer easier to declare. Thanks to Douglas Gregor who
  56. served as review manager and provided many insights both on the boost list
  57. and in e-mail on how to polish up the implementation and presentation of
  58. Tokenizer. Finally, thanks to Beman Dawes who integrated the final version
  59. into the boost distribution.</p>
  60. <hr>
  61. <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
  62. "../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
  63. height="31" width="88"></a></p>
  64. <p>Revised
  65. <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->25
  66. December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38518" --></p>
  67. <p><i>Copyright &copy; 2000 Jeremy Siek<br>
  68. Copyright &copy; 2001 John R. Bandela</i></p>
  69. <p><i>Distributed under the Boost Software License, Version 1.0. (See
  70. accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  71. copy at <a href=
  72. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
  73. </body>
  74. </html>