HTM SpatialIndex Class Reference

class VarStrToken

Dynamic string tokenizer This class tokenizes the dynamic string VarStr

Public Methods

VarStrToken ( const VarStr & )
Constructor
VarStrToken ( const char * )
Construct from a standard string
~VarStrToken ( void )
Destructor
const VarStr& next ( const char * = NULL )
Get next token

Documentation

Dynamic string tokenizer This class tokenizes the dynamic string VarStr. It returns the tokens one by one on request. It can also tokenize a standard string..
VarStrToken( const VarStr & )
Constructor. Needs to get the VarStr that you want to tokenize

VarStrToken( const char * )
Construct from a standard string

~VarStrToken( void )
Destructor

const VarStr& next( const char * = NULL )
Get next token. You can optionally specify the characters that serve as delimiters. The default is whitespace.


This class has no child classes.

alphabetic index hierarchy of classes


© Copyright 2000 Peter Z. Kunszt, Alex S. Szalay, Aniruddha R. Thakar @ The Johns Hopkins University under the GNU GENERAL PUBLIC LICENSE
Peter Z. Kunszt,

generated by doc++