Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

look::LookStringTokeniser Class Reference

Tokenises a string. More...

#include <lookstringtokeniser.h>

List of all members.

Static Public Methods

void Tokenise (const LookString &theInString, const LookString &theSeparator, LookStringList &theReturnStrings)
 Tokenise a string. More...


Detailed Description

Tokenises a string.


Member Function Documentation

void look::LookStringTokeniser::Tokenise ( const LookString & theInString,
const LookString & theSeparator,
LookStringList & theReturnStrings ) [static]
 

Tokenise a string.

Eg Tokenise( "fred was here ", " ", aList ) will give you "fred", "was", "", "here", "".

A separator at the end implies an empty token after it.

Parameters:
theInString   String to tokenise
theSeparator   String which separates tokens
theReturnStrings   List to put the tokens in.


The documentation for this class was generated from the following files:
Generated at Thu Jan 17 12:53:09 2002 for liblookdb by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001