fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Public Member Functions | List of all members
raptor::index_factory< compressed > Class Template Reference

#include <raptor/build/index_factory.hpp>

Public Member Functions

 index_factory ()=default
 
 index_factory (index_factory const &)=default
 
 index_factory (index_factory &&)=default
 
index_factoryoperator= (index_factory const &)=default
 
index_factoryoperator= (index_factory &&)=default
 
 ~index_factory ()=default
 
 index_factory (build_arguments const &args)
 
template<typename view_t = int>
auto operator() (view_t &&hash_filter_view=0) const
 

Constructor & Destructor Documentation

◆ index_factory() [1/4]

template<bool compressed>
raptor::index_factory< compressed >::index_factory ( )
default

◆ index_factory() [2/4]

template<bool compressed>
raptor::index_factory< compressed >::index_factory ( index_factory< compressed > const &  )
default

◆ index_factory() [3/4]

template<bool compressed>
raptor::index_factory< compressed >::index_factory ( index_factory< compressed > &&  )
default

◆ ~index_factory()

template<bool compressed>
raptor::index_factory< compressed >::~index_factory ( )
default

◆ index_factory() [4/4]

template<bool compressed>
raptor::index_factory< compressed >::index_factory ( build_arguments const &  args)
inlineexplicit

Member Function Documentation

◆ operator()()

template<bool compressed>
template<typename view_t = int>
auto raptor::index_factory< compressed >::operator() ( view_t &&  hash_filter_view = 0) const
inline

◆ operator=() [1/2]

template<bool compressed>
index_factory & raptor::index_factory< compressed >::operator= ( index_factory< compressed > &&  )
default

◆ operator=() [2/2]

template<bool compressed>
index_factory & raptor::index_factory< compressed >::operator= ( index_factory< compressed > const &  )
default

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