| 103 | } |
| 104 | |
| 105 | void MRMFeature::addPrecursorFeature(const Feature & feature, const String& key) |
| 106 | { |
| 107 | precursor_features_.push_back(feature); |
| 108 | precursor_feature_map_[key] = Int(precursor_features_.size()) - 1; |
| 109 | } |
| 110 | |
| 111 | void MRMFeature::addPrecursorFeature(Feature && feature, const String& key) |
| 112 | { |