$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dale Peakall (dale.peakall_at_[hidden])
Date: 2002-08-12 08:13:52
On Monday 12 August 2002 1:46 pm, you wrote:
> I just cannot find the reference documentation for the tokenizer
> member functions. I'm looking at the tokenizer class documentation
> in the CVS and it only tells me the names of the member functions
> but not what they are supposed to do.
Tokenizer is a container-like object. The member functions do exactly the
same jobs as the same named member functions on a standard container with the
exception that some of them also take a TokenizerFunc as an argument - the
use of a TokenizerFunc is explained in tokenizerfunction.htm in the docs
section.
- Dale.