vg
tools for working with variation graphs
|
This is the complete list of members for vg::edit_t, including all inherited members.
_from_length | vg::edit_t | private |
_sequence | vg::edit_t | private |
_to_length | vg::edit_t | private |
edit_t() noexcept | vg::edit_t | inline |
edit_t(const edit_t &other)=default | vg::edit_t | |
edit_t(edit_t &&other)=default | vg::edit_t | |
from_length() const | vg::edit_t | inline |
mutable_sequence() | vg::edit_t | inline |
operator!=(const edit_t &other) const | vg::edit_t | inline |
operator=(const edit_t &other)=default | vg::edit_t | |
operator=(edit_t &&other)=default | vg::edit_t | |
operator==(const edit_t &other) const | vg::edit_t | inline |
sequence() const | vg::edit_t | inline |
set_from_length(int32_t l) | vg::edit_t | inline |
set_sequence(const string &s) | vg::edit_t | inline |
set_to_length(int32_t l) | vg::edit_t | inline |
to_length() const | vg::edit_t | inline |
~edit_t()=default | vg::edit_t |