![]() |
OpenMS
|
#include <OpenMS/METADATA/ID/ObservationMatch.h>#include <boost/multi_index_container.hpp>#include <boost/multi_index/ordered_index.hpp>Go to the source code of this file.
Classes | |
| struct | ObservationMatchGroup |
| : Group of related (co-identified) input matches More... | |
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
| namespace | OpenMS::IdentificationDataInternal |
Typedefs | |
| typedef boost::multi_index_container< ObservationMatchGroup, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< ObservationMatchGroup, std::set< ObservationMatchRef >, &ObservationMatchGroup::observation_match_refs > > > > | ObservationMatchGroups |
| typedef IteratorWrapper< ObservationMatchGroups::iterator > | MatchGroupRef |