Function
skipUntilWhitespace
Skip (i.e. read without saving) characters from stream until Whitespace is encountered
skipUntilWhitespace(RecordReader<TStream, TPass> & recordReader)
Include Headers
seqan/stream.h
Parameters
recordReader
The RecordReader to read from.
Remarks
Whitespace is more than '' and '\t', see isspace
This function stops *on* the whitespace character. The whitespace is not skipped.
Return Values
0 if there was no error reading
non-zero value on errors, especially EOF_BEFORE_SUCCESS
Types: int, TokenizeResult
Member of
SeqAn - Sequence Analysis Library - www.seqan.de
 

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