Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
multiple_variant_iterator.h File Reference
#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 >