vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::ZipCodeTree::oriented_seed_t Struct Reference

#include <zip_code_tree.hpp>

Inheritance diagram for vg::ZipCodeTree::oriented_seed_t:
vg::ZipCodeTree::seed_result_t

Public Member Functions

bool operator== (const oriented_seed_t &other) const
 Compare to other instances. TODO: Use default when we get C++20. More...
 
bool operator!= (const oriented_seed_t &other) const
 Compare to other instances. TODO: Use default when we get C++20. More...
 

Public Attributes

size_t seed
 
bool is_reverse
 

Detailed Description

Exposed type for a reference to an orientation of a seed.

Member Function Documentation

◆ operator!=()

bool vg::ZipCodeTree::oriented_seed_t::operator!= ( const oriented_seed_t other) const
inline

Compare to other instances. TODO: Use default when we get C++20.

◆ operator==()

bool vg::ZipCodeTree::oriented_seed_t::operator== ( const oriented_seed_t other) const
inline

Compare to other instances. TODO: Use default when we get C++20.

Member Data Documentation

◆ is_reverse

bool vg::ZipCodeTree::oriented_seed_t::is_reverse

◆ seed

size_t vg::ZipCodeTree::oriented_seed_t::seed

The documentation for this struct was generated from the following file: