vdj_pipe
pipeline for processing DNA sequence data
|
#include <step_variant_store.hpp>
Public Member Functions | |
void | push_back (step_variant_all const &sva) |
template<class Visitor > | |
void | visit (Visitor const &visitor) |
template<class Visitor > | |
void | visit (Visitor &visitor) |
step_variant_all const & | step (const std::size_t n) const |
step_variant_all & | step (const std::size_t n) |
Private Attributes | |
std::vector< step_variant_all > | svv_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |