Function
write
Saves records to a file.
Writes the basic information about the ArgParseOption to the provided stream.
Include Headers
seqan/arg_parse.h, seqan/file.h, seqan/graph_types.h, seqan/store.h
Parameters
The graph to write out. Types: Graph | |
A mapping from vertex descriptor to vertex label. | |
A mapping from edge descriptor to edge label. | |
A tag to select the output format. | |
A fragment store. Types: FragmentStore | |
A File object. Types: File | |
A pointer to the first source record in memory. | |
The amount of records to be written. | |
The target stream. | |
The ArgParseOption object. Types: ArgParseOption |
Remarks
The records are written at the position pointed by the current file pointer (see seek).
Return Values
A bool which is true on success.
Member of
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de