SHORE API
|
SFF (Standard Flowgram Format) read record. More...
Classes | |
struct | commonhead |
SFF (Standard Flowgram Format) Common Header Section as documented in the GS FLX documentation. More... | |
struct | readdata |
SFF (Standard Flowgram Format) Read Data Section as documented in the GS FLX documentation. More... | |
struct | readhead |
SFF (Standard Flowgram Format) Read Header Section as documented in the GS FLX documentation. More... | |
Public Types | |
typedef bool(* | compare_type )(const sff_read &, const sff_read &) |
Static Public Member Functions | |
static bool | cmp_id (const sff_read &r1, const sff_read &r2) |
ID comparator. | |
static bool | cmp_seq (const sff_read &r1, const sff_read &r2) |
Sequence comparator. | |
Public Attributes | |
commonhead * | chead |
readhead | rhead |
readdata | rdata |
SFF (Standard Flowgram Format) read record.