#include <path.hpp>
◆ edit_t() [1/3]
◆ edit_t() [2/3]
vg::edit_t::edit_t |
( |
const edit_t & |
other | ) |
|
|
default |
◆ edit_t() [3/3]
vg::edit_t::edit_t |
( |
edit_t && |
other | ) |
|
|
default |
◆ ~edit_t()
◆ from_length()
int32_t vg::edit_t::from_length |
( |
| ) |
const |
|
inline |
◆ mutable_sequence()
string * vg::edit_t::mutable_sequence |
( |
| ) |
|
|
inline |
◆ operator!=()
bool vg::edit_t::operator!= |
( |
const edit_t & |
other | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool vg::edit_t::operator== |
( |
const edit_t & |
other | ) |
const |
|
inline |
◆ sequence()
const string & vg::edit_t::sequence |
( |
| ) |
const |
|
inline |
◆ set_from_length()
void vg::edit_t::set_from_length |
( |
int32_t |
l | ) |
|
|
inline |
◆ set_sequence()
void vg::edit_t::set_sequence |
( |
const string & |
s | ) |
|
|
inline |
◆ set_to_length()
void vg::edit_t::set_to_length |
( |
int32_t |
l | ) |
|
|
inline |
◆ to_length()
int32_t vg::edit_t::to_length |
( |
| ) |
const |
|
inline |
◆ _from_length
int32_t vg::edit_t::_from_length |
|
private |
◆ _sequence
string vg::edit_t::_sequence |
|
private |
◆ _to_length
int32_t vg::edit_t::_to_length |
|
private |
The documentation for this class was generated from the following file: