Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members  

synsoft::win32::token Namespace Reference


Functions

char[][] tokenise (char[] source, char delimiter, bit bElideBlanks, bit bZeroTerminate)
 Tokenises a string with a character, optionally eliding blanks and/or zero terminating the tokens.

char[][] tokenize (char[] source, char delimiter, bit bElideBlanks, bit bZeroTerminate)
 Tokenizes a string with a character, optionally eliding blanks and/or zero terminating the tokens.

char[][] tokenise (char[] source, char[] delimiter, bit bElideBlanks, bit bZeroTerminate)
 Tokenises a string with a string, optionally eliding blanks and/or zero terminating the tokens.

char[][] tokenize (char[] source, char[] delimiter, bit bElideBlanks, bit bZeroTerminate)
 Tokenizes a string with a string, optionally eliding blanks and/or zero terminating the tokens.


Function Documentation

char [][] tokenise char    source[],
char    delimiter[],
bit    bElideBlanks,
bit    bZeroTerminate
 

Tokenises a string with a string, optionally eliding blanks and/or zero terminating the tokens.

Tokenises a string with a character, optionally eliding blanks and/or zero terminating the tokens

Parameters:
source  The string to tokenise
delimiter  The string delimiter with which source is tokenised
bElideBlanks  If true any blank tokens are elided from the results; if false they are preserved
bZeroTerminate  If true the token slices are zero terminated for compatibility with C zero-terminated string functions

char [][] tokenise char    source[],
char    delimiter,
bit    bElideBlanks,
bit    bZeroTerminate
 

Tokenises a string with a character, optionally eliding blanks and/or zero terminating the tokens.

Tokenises a string with a character, optionally eliding blanks and/or zero terminating the tokens

Parameters:
source  The string to tokenise
delimiter  The character delimiter with which source is tokenised
bElideBlanks  If true any blank tokens are elided from the results; if false they are preserved
bZeroTerminate  If true the token slices are zero terminated for compatibility with C zero-terminated string functions

char [][] tokenize char    source[],
char    delimiter[],
bit    bElideBlanks,
bit    bZeroTerminate
 

Tokenizes a string with a string, optionally eliding blanks and/or zero terminating the tokens.

Tokenizes a string with a character, optionally eliding blanks and/or zero terminating the tokens

Parameters:
source  The string to tokenize
delimiter  The string delimiter with which source is tokenized
bElideBlanks  If true any blank tokens are elided from the results; if false they are preserved
bZeroTerminate  If true the token slices are zero terminated for compatibility with C zero-terminated string functions

char [][] tokenize char    source[],
char    delimiter,
bit    bElideBlanks,
bit    bZeroTerminate
 

Tokenizes a string with a character, optionally eliding blanks and/or zero terminating the tokens.

Tokenizes a string with a character, optionally eliding blanks and/or zero terminating the tokens

Parameters:
source  The string to tokenize
delimiter  The character delimiter with which source is tokenized
bElideBlanks  If true any blank tokens are elided from the results; if false they are preserved
bZeroTerminate  If true the token slices are zero terminated for compatibility with C zero-terminated string functions


Generated on Thu Apr 3 15:41:14 2003 for SynSoft D Libraries by doxygen1.2.18