vdj_pipe
pipeline for processing DNA sequence data
|
#include <step_builder_registry.hpp>
Classes | |
class | Insert |
Static Public Member Functions | |
static Step_builder_registry const & | get () |
static step_variant | make (std::string const &name, vm_access const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe) |
static step_variant | make (vm_access const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe) |
Private Types | |
typedef Config::processing_step | step_variant |
typedef Config::value_map_access | vm_access |
typedef boost::function< step_variant(vm_access const &, boost::property_tree::ptree const &, Pipe_environment &) > | constructor_t |
typedef std::map< std::string, constructor_t > | constructor_map_t |
Private Member Functions | |
Step_builder_registry () | |
step_variant | make_impl (std::string const &name, vm_access const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe) const |
Private Attributes | |
constructor_map_t | constr_map_ |
|
private |
|
private |
|
private |
|
private |
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlineprivate |
|
private |