FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fmutl classes

function untokenized_find

^ 
Find untokenized character.

Searching fo given character, not embraced in brackets.

Source:
../fmutl/helpers.h:180
Author:
unascribed
Version:
unknown
Params:
beg string to be searched for character.
ch character to search for.
len length of the string. If length is -1 then all the string is searched until the terminating character occurs. This parameter is -1 by default.
Returns:
first position in the string where the character not embraced in brackets was found or -1.
Code:
public extern "C" FMUTL_API unsigned untokenized_find ( const char * beg ,
char ch ,
unsigned len = - 1 )

(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net