vg
tools for working with variation graphs
vg::BitStringTree< Item > Member List

This is the complete list of members for vg::BitStringTree< Item >, including all inherited members.

insert(const BitString &key, const Item &value)vg::BitStringTree< Item >
rootvg::BitStringTree< Item >protected
traverse_in_order(const BitString &low, const BitString &high, const function< bool(const Item &)> &iteratee) constvg::BitStringTree< Item >
traverse_up(const BitString &key, const function< bool(const Item &)> &iteratee) constvg::BitStringTree< Item >