Function
getIdByName
Get the id/index of a string in a name store with a cache.
getIdByName(nameStore, name, id[, cache])
Include Headers
seqan/store.h
Parameters
nameStore
A name store, e.g. readNameStore
name
The name to be searched.
Types: CharString
id
The resulting id.
cache
A structure to efficiently retrieve the id for a given name. If ommited a brute force method is used to search.
Default: Tag.Nothing
Return Values
true if the name was found and false if not.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:36