containsString Function

public function containsString(self, str)

containsString returns .TRUE. if the set contains the string, .FALSE. otherwise.

Usage:

    if(set % containsString(str))

Type Bound

FTStringSet

Arguments

Type IntentOptional Attributes Name
class(FTStringSet) :: self
character(len=*) :: str

Return Value logical


Calls

proc~~containsstring~~CallsGraph proc~containsstring FTStringSet%containsString proc~containskey FTDictionary%containsKey proc~containsstring->proc~containskey proc~objectforkey FTDictionary%objectForKey proc~containskey->proc~objectforkey proc~b3hs_hash_key_jenkins b3hs_hash_key_jenkins proc~objectforkey->proc~b3hs_hash_key_jenkins

Called by

proc~~containsstring~~CalledByGraph proc~containsstring FTStringSet%containsString proc~intersectionwithset FTStringSet%intersectionWithSet proc~intersectionwithset->proc~containsstring proc~setfromdifference FTStringSet%setFromDifference proc~setfromdifference->proc~containsstring