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