Struct SequenceParser::Row¶
Defined in File SequenceParser.h
Nested Relationships¶
This struct is a nested type of Class SequenceParser.
Struct Documentation¶
-
struct
SmartPeak::SequenceParser::Row Public Functions
-
Row() = default
-
~Row() = default
-
Row(const Row&) = default
-
Row(Row&&) = default
-
inline
Row(const std::string &cgn, const std::string &cn, const std::string &mvn)
Public Members
-
std::string
component_group_name
-
std::string
component_name
-
std::string
meta_value_name
-