vg
tools for working with variation graphs
|
#include <zip_code.hpp>
Public Member Functions | |
decoder_t (bool is_chain, size_t offset) | |
bool | operator== (const decoder_t &other) const |
Public Attributes | |
bool | is_chain: 1 |
size_t | offset: 15 |
The decoder as a vector of pair<is_chain, index>, one for each snarl tree node in the zip where is_chain indicates whether it's a chain/node, and index is the index of the node/snarl/chain code in the varint_vector_t
|
inline |
|
inline |
bool vg::ZipCode::decoder_t::is_chain |
size_t vg::ZipCode::decoder_t::offset |