vdj_pipe
pipeline for processing DNA sequence data
Classes | Public Member Functions | Private Types | Private Attributes | List of all members
vdj_pipe::Apply_many Class Reference

Apply enclosed processing step multiple times to sequence reads of specified kind: forward, reverse, or merged. More...

#include <apply_to_adaptor.hpp>

Collaboration diagram for vdj_pipe::Apply_many:
Collaboration graph
[legend]

Classes

class  Visitor
 

Public Member Functions

void run ()
 
void finish ()
 
void summary (std::ostream &os) const
 

Private Types

typedef std::vector< Value_ids_singlevid_vector
 

Private Attributes

Visitor av_
 
step_variant_single step_
 

Detailed Description

Apply enclosed processing step multiple times to sequence reads of specified kind: forward, reverse, or merged.

Member Typedef Documentation

typedef std::vector<Value_ids_single> vdj_pipe::Apply_many::vid_vector
private

Member Function Documentation

void vdj_pipe::Apply_many::finish ( )
inline
void vdj_pipe::Apply_many::run ( )
inline
void vdj_pipe::Apply_many::summary ( std::ostream &  os) const
inline

Member Data Documentation

Visitor vdj_pipe::Apply_many::av_
private
step_variant_single vdj_pipe::Apply_many::step_
private

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