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::threshold::threshold Class Reference

#include <raptor/threshold/threshold.hpp>

Public Member Functions

 threshold ()=default
 
 threshold (threshold const &)=default
 
thresholdoperator= (threshold const &)=default
 
 threshold (threshold &&)=default
 
thresholdoperator= (threshold &&)=default
 
 ~threshold ()=default
 
 threshold (threshold_parameters const &arguments)
 
size_t get (size_t const minimiser_count) const noexcept
 

Constructor & Destructor Documentation

◆ threshold() [1/4]

raptor::threshold::threshold::threshold ( )
default

◆ threshold() [2/4]

raptor::threshold::threshold::threshold ( threshold const &  )
default

◆ threshold() [3/4]

raptor::threshold::threshold::threshold ( threshold &&  )
default

◆ ~threshold()

raptor::threshold::threshold::~threshold ( )
default

◆ threshold() [4/4]

raptor::threshold::threshold::threshold ( threshold_parameters const &  arguments)
inline

Member Function Documentation

◆ get()

size_t raptor::threshold::threshold::get ( size_t const  minimiser_count) const
inlinenoexcept

◆ operator=() [1/2]

threshold& raptor::threshold::threshold::operator= ( threshold &&  )
default

◆ operator=() [2/2]

threshold& raptor::threshold::threshold::operator= ( threshold const &  )
default

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