Basic line-based parser; use to derive other parsers.
More...
#include <parser_line.hpp>
|
int | line_num () const |
|
bool | has_next () const |
|
|
| Parser_line (File_input const &fi) |
|
| Parser_line (std::istream &is, const compression::Compression compr) |
|
void | skip_line () |
|
void | seek_line (const char tag) |
|
const boost::string_ref | get_id (const char tag) |
|
void | set_meta (Seq_meta &sm, const char tag) |
|
const boost::string_ref | get_defstr (const char tag) |
|
std::string | get_sequence (const char tag) |
|
void | check () const |
|
Basic line-based parser; use to derive other parsers.
void vdj_pipe::detail::Parser_line::seek_line |
( |
const char |
tag | ) |
|
|
inlineprotected |
seek line starting from tag
The documentation for this class was generated from the following file: