vdj_pipe
pipeline for processing DNA sequence data
|
#include <parser_line.hpp>
Public Types | |
typedef boost::error_info< struct errinfo_line_n_, int > | line_t |
Public Types inherited from vdj_pipe::base_exception | |
typedef boost::error_info< struct errinfo_message_, std::string > | msg_t |
typedef boost::error_info< struct errinfo_str1_, std::string > | str1_t |
typedef boost::error_info< struct errinfo_str2_, std::string > | str2_t |
typedef boost::error_info< struct errinfo_str3_, std::string > | str3_t |
typedef boost::error_info< struct errinfo_int1_, int > | int1_t |
typedef boost::error_info< struct errinfo_int2_, int > | int2_t |
typedef boost::error_info< struct errinfo_line_, int > | line_t |
typedef boost::error_info< struct errinfo_float1_, double > | float1_t |
typedef boost::errinfo_nested_exception | nested_t |
typedef boost::error_info<struct errinfo_line_n_, int> vdj_pipe::detail::Parser_line::Err::line_t |