7 #ifndef SEQUENCE_MAP_TYPES_HPP_ 8 #define SEQUENCE_MAP_TYPES_HPP_ 10 namespace vdj_pipe{
namespace detail{
14 typedef std::pair<std::string,std::string>
match_seq;
std::vector< std::string > string_vector
Definition: sequence_map_types.hpp:16
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
std::vector< string_vector > string_table
Definition: sequence_map_types.hpp:17
std::pair< std::string, std::string > match_seq
Definition: sequence_map_types.hpp:14
std::vector< match_seq > name_seq_vector
Definition: sequence_map_types.hpp:15