|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2008-02-16 21:01:32
Author: bemandawes
Date: 2008-02-16 21:01:32 EST (Sat, 16 Feb 2008)
New Revision: 43283
URL: http://svn.boost.org/trac/boost/changeset/43283
Log:
Show output of example program
Text files modified:
trunk/libs/tokenizer/tokenizer.htm | 26 ++++++++++++++++----------
1 files changed, 16 insertions(+), 10 deletions(-)
Modified: trunk/libs/tokenizer/tokenizer.htm
==============================================================================
--- trunk/libs/tokenizer/tokenizer.htm (original)
+++ trunk/libs/tokenizer/tokenizer.htm 2008-02-16 21:01:32 EST (Sat, 16 Feb 2008)
@@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
- <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
+ <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Boost Tokenizer Class</title>
@@ -16,8 +16,7 @@
"86"><br></p>
<h1 align="center">Tokenizer Class</h1>
- <pre>
- template <
+ <pre> template <
class TokenizerFunc = char_delimiters_separator<char>,
class Iterator = std::string::const_iterator,
class Type = std::string
@@ -33,8 +32,7 @@
iterator provided by begin.</p>
<h2>Example</h2>
- <pre>
-// simple_example_1.cpp
+ <pre>// simple_example_1.cpp
#include<iostream>
#include<boost/tokenizer.hpp>
#include<string>
@@ -50,7 +48,16 @@
}
</pre>
- <p> </p>
+ <p>The output from simple_example_1 is:</p>
+
+ <blockquote>
+
+ <p><code>This<br>
+ is<br>
+ a<br>
+ test</code></p>
+
+ </blockquote>
<h3>Template Parameters</h3>
@@ -156,8 +163,7 @@
<p> </p>
<h2>Construction and Member Functions</h2>
- <pre>
-tokenizer(Iterator first, Iterator last,const TokenizerFunc& f = TokenizerFunc())
+ <pre>tokenizer(Iterator first, Iterator last,const TokenizerFunc& f = TokenizerFunc())
template<class Container>
tokenizer(const Container& c,const TokenizerFunc& f = TokenizerFunc())
@@ -226,7 +232,7 @@
height="31" width="88"></a></p>
<p>Revised
- <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->25 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38518" --></p>
+ <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->16 February, 2008<!--webbot bot="Timestamp" endspan i-checksum="40414" --></p>
<p><i>Copyright © 2001 John R. Bandela</i></p>
@@ -235,4 +241,4 @@
copy at <a href=
"http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)</i></p>
</body>
-</html>
+</html>
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk