Update of /cvsroot/boost/boost/libs/algorithm/string/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18955
Modified Files:
Tag: RC_1_34_0
Jamfile.v2 quickref.xml
Log Message:
Documentation for iter_find/iter_split added
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/algorithm/string/doc/Jamfile.v2,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- Jamfile.v2 20 Mar 2006 13:08:13 -0000 1.8
+++ Jamfile.v2 1 Jun 2007 13:50:51 -0000 1.8.2.1
@@ -31,6 +31,7 @@
[ glob ../../../../boost/algorithm/string/trim.hpp ]
[ glob ../../../../boost/algorithm/string/predicate.hpp ]
[ glob ../../../../boost/algorithm/string/split.hpp ]
+ [ glob ../../../../boost/algorithm/string/iter_find.hpp ]
[ glob ../../../../boost/algorithm/string/erase.hpp ]
[ glob ../../../../boost/algorithm/string/join.hpp ]
[ glob ../../../../boost/algorithm/string/replace.hpp ]
Index: quickref.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/algorithm/string/doc/quickref.xml,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- quickref.xml 16 Aug 2006 07:10:48 -0000 1.5.2.1
+++ quickref.xml 1 Jun 2007 13:50:51 -0000 1.5.2.2
@@ -151,7 +151,7 @@
</row>
<row>
<entry><code>lexicographical_compare</code></entry>
- <entry>Check if a string is lexicographicaly less then
another one</entry>
+ <entry>Check if a string is lexicographically less
then another one</entry>
<entry>
<functionname>lexicographical_compare()</functionname>
<sbr/>
@@ -434,7 +434,7 @@
<functionname>find_all_regex()</functionname>
</entry>
</row>
- <row>
+ <row>
<entry>split</entry>
<entry>Split input into parts</entry>
<entry>
@@ -442,7 +442,21 @@
<sbr/>
<functionname>split_regex()</functionname>
</entry>
- </row>
+ </row>
+ <row>
+ <entry>iter_find</entry>
+ <entry>Iteratively apply the
finder to the input to find all matching substrings</entry>
+ <entry>
+
<functionname>iter_find()</functionname>
+ </entry>
+ </row>
+ <row>
+ <entry>iter_split</entry>
+ <entry>Use the finder to find
matching substrings in the input and use them as separators to split the input
into parts</entry>
+ <entry>
+
<functionname>iter_split()</functionname>
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs