Gamgee
You miserable little maggot. I'll stove your head in!
|
#include "htslib/vcf.h"
#include "variant.h"
#include "variant_iterator.h"
#include <memory>
#include <queue>
Go to the source code of this file.
Classes | |
class | gamgee::MultipleVariantIterator |
Utility class to enable for-each style iteration in the MultipleVariantReader class. More... | |
Namespaces | |
gamgee | |
Typedefs | |
using | gamgee::VariantIteratorIndexPair = std::pair< std::shared_ptr< VariantIterator >, uint32_t > |
using | gamgee::VariantIndexPair = std::pair< Variant, uint32_t > |