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{
19 typedef value_variant value_type;
20 typedef std::vector<value_type> val_vector;
22 typedef std::vector<boost::reference_wrapper<value_type const> >
25 typedef std::vector<std::string> path_template;
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14
Definition: queable_ofstream_types.hpp:18