Function
atEnd
Determines whether an iterator is at the end position.
Include Headers
seqan/basic.h, seqan/blast.h, seqan/graph_types.h, seqan/stream.h
Parameters
An iterator. | |
Container of | |
The RecordReader to query the state of. Types: RecordReader | |
A file stream. A file stream. | |
A Blast report. An iterator. |
Return Values
This function returns true if the file is at end or there was an error reading. It returns false if there is more data to read. In parsing functions, you can use resultCode to get the result to return from your parsing function.
Member of
Example Programs
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de