7 #ifndef VDJ_PIPE_DETAIL_QUEABLE_OFSTREAM_TYPES_HPP_ 8 #define VDJ_PIPE_DETAIL_QUEABLE_OFSTREAM_TYPES_HPP_ 11 #include "boost/ref.hpp" 14 namespace vdj_pipe{
namespace detail{
22 typedef std::vector<boost::reference_wrapper<value_type const> >
std::vector< std::string > path_template
Definition: queable_ofstream_types.hpp:25
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
std::vector< value_type > val_vector
Definition: queable_ofstream_types.hpp:20
Definition: queable_ofstream_types.hpp:18
value_variant value_type
Definition: queable_ofstream_types.hpp:19
boost::variant< Blank, bool, long, double, std::string, sequence_interval, Qual_record::quality > value_variant
Definition: value_variant.hpp:50
std::vector< boost::reference_wrapper< value_type const > > val_ref_vector
Definition: queable_ofstream_types.hpp:23