$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-08-12 09:16:30
Dale Peakall wrote:
>
> 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.
Ah yes, I missed the sentence about tokenizer being container like.
Thanks alot!
Markus