FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fmutl :: key_list classes

struct string_find

? ^ 
    extends std::unary_function<std::pair<std::string,T>,bool> as public

Used to perform search procedures in key_list .
Source:
../fmutl/keylist.h:23
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~string_finddestructor publicautomatically generated
string_findconstructor public Standart constructor.
string_findconstructor publicautomatically generated
keyattribute publicCompare string.
operator ()operator public Comparison operator as required by std::find_if function.
operator =operator publicautomatically generated

destructor ~string_find

? ^  > 
automatically generated
Source:
../fmutl/keylist.h
Code:
public ~ string_find ( )

constructor string_find

? ^  < > 
Standart constructor.
Source:
../fmutl/keylist.h:31
Param:
s initializer for key .
Code:
public string_find ( const std::string & s ) : key ( s )

constructor string_find

? ^  < > 
automatically generated
Source:
../fmutl/keylist.h
Code:
public string_find ( const string_find & )

attribute key

? ^  < > 
Compare string.
Source:
../fmutl/keylist.h:24
Code:
public std::string key

operator ()

? ^  < > 
Comparison operator as required by std::find_if function.
Source:
../fmutl/keylist.h:37
Code:
public bool operator () ( const std::pair < std::string ,
T > & _X ) const

operator =

? ^  < > 
automatically generated
Source:
../fmutl/keylist.h
Code:
public string_find & operator = ( const string_find & )

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