7 #ifndef STEP_FACTORY_HPP_ 8 #define STEP_FACTORY_HPP_ 9 #include "boost/property_tree/ptree_fwd.hpp" 12 class Pipe_environment;
16 template<
class Config>
typename Config::processing_step
create_step(
17 typename Config::value_map_access
const& vma,
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
Config::processing_step create_step(typename Config::value_map_access const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe)
bpt::ptree ptree
Definition: processing_step_utils.hpp:19