Raptor
A fast and space-efficient pre-filter
All Classes Namespaces Files Functions Variables Macros Pages Concepts
index.hpp File Reference

Provides raptor::raptor_index. More...

#include <cereal/types/string.hpp>
#include <cereal/types/vector.hpp>
#include <sharg/exceptions.hpp>
#include <hibf/hierarchical_interleaved_bloom_filter.hpp>
#include <raptor/argument_parsing/build_arguments.hpp>
#include <raptor/strong_types.hpp>
+ Include dependency graph for index.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  raptor::raptor_index< data_t >
 

Concepts

concept  raptor::index_structure::is_ibf
 
concept  raptor::index_structure::is_hibf
 
concept  raptor::index_structure::is_valid
 

Typedefs

using raptor::index_structure::hibf = seqan::hibf::hierarchical_interleaved_bloom_filter
 
using raptor::index_structure::ibf = seqan::hibf::interleaved_bloom_filter
 

Detailed Description

Provides raptor::raptor_index.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>
Hide me