SHORE API
|
454 SFF (Standard Flowgram Format) file reader. More...
Public Types | |
typedef shore::sff_read | current_type |
Public Member Functions | |
basic_sff_reader (const std::string &fn) | |
basic_sff_reader (std::istream *const in) | |
bool | next (sff_read &buf) |
const std::string & | get_name () const |
Static Public Member Functions | |
static void | read_commonhead (std::istream &in, shore::sff_read::commonhead *const ch) |
static void | read_readhead (std::istream &in, shore::sff_read::readhead *const rh) |
static size_t | read_readdata (std::istream &in, const shore::sff_read::commonhead &ch, const shore::sff_read::readhead &rh, shore::sff_read::readdata *const rd) |
static void | print_commonhead (std::ostream &out, const shore::sff_read::commonhead &ch) |
static void | print_readhead (std::ostream &out, const shore::sff_read::readhead &rh) |
static void | print_readdata (std::ostream &out, const shore::sff_read::readdata &rd) |
454 SFF (Standard Flowgram Format) file reader.