Function
parseString
Parses a string one character at a time and moves accordingly in the automaton.
parseString(g, v, beginIt, endIt)
parseString(g, v, str)
Parameters
g
An automaton or a word graph.
v
A vertex descriptor.
beginIt
An iterator to the beginning of the string.
Types: Iterator
endIt
An iterator to the end of the string.
Types: Iterator
str
A string.
Types: String
Return Values
A vertex descriptor.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de