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

#include <raptor/search/sync_out.hpp>

Public Member Functions

 sync_out ()=default
 
 sync_out (sync_out const &)=default
 
sync_outoperator= (sync_out const &)=default
 
 sync_out (sync_out &&)=default
 
sync_outoperator= (sync_out &&)=default
 
 ~sync_out ()=default
 
 sync_out (std::filesystem::path const &path)
 
template<typename t >
void write (t &&data)
 
template<typename t >
void operator<< (t &&data)
 

Constructor & Destructor Documentation

◆ sync_out() [1/4]

raptor::sync_out::sync_out ( )
default

◆ sync_out() [2/4]

raptor::sync_out::sync_out ( sync_out const &  )
default

◆ sync_out() [3/4]

raptor::sync_out::sync_out ( sync_out &&  )
default

◆ ~sync_out()

raptor::sync_out::~sync_out ( )
default

◆ sync_out() [4/4]

raptor::sync_out::sync_out ( std::filesystem::path const &  path)
inline

Member Function Documentation

◆ operator<<()

template<typename t >
void raptor::sync_out::operator<< ( t &&  data)
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ write()

template<typename t >
void raptor::sync_out::write ( t &&  data)
inline

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