vdj_pipe
pipeline for processing DNA sequence data
Public Member Functions | Private Types | Private Attributes | List of all members
vdj_pipe::test::Step_harness< Step > Class Template Reference

#include <processing_step_utils.hpp>

Collaboration diagram for vdj_pipe::test::Step_harness< Step >:
Collaboration graph
[legend]

Public Member Functions

 Step_harness (std::string const &json)
 
void run (std::string const &seq)
 
Vm_access_single const & vma () const
 

Private Types

typedef boost::shared_ptr< Step > step_ptr
 

Private Attributes

Vm_access_single vma_
 
Step step_
 

Member Typedef Documentation

template<class Step >
typedef boost::shared_ptr<Step> vdj_pipe::test::Step_harness< Step >::step_ptr
private

Constructor & Destructor Documentation

template<class Step >
vdj_pipe::test::Step_harness< Step >::Step_harness ( std::string const &  json)
inlineexplicit

Member Function Documentation

template<class Step >
void vdj_pipe::test::Step_harness< Step >::run ( std::string const &  seq)
inline
template<class Step >
Vm_access_single const& vdj_pipe::test::Step_harness< Step >::vma ( ) const
inline

Member Data Documentation

template<class Step >
Step vdj_pipe::test::Step_harness< Step >::step_
private
template<class Step >
Vm_access_single vdj_pipe::test::Step_harness< Step >::vma_
private

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