OpenMS
2.7.0
|
#include <OpenMS/METADATA/ID/MoleculeQueryMatch.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
Go to the source code of this file.
Classes | |
struct | QueryMatchGroup |
: Group of related (co-identified) molecule-query matches More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::IdentificationDataInternal | |
Typedefs | |
typedef boost::multi_index_container< QueryMatchGroup, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< QueryMatchGroup, std::set< QueryMatchRef >, &QueryMatchGroup::query_match_refs > > > > | QueryMatchGroups |
typedef IteratorWrapper< QueryMatchGroups::iterator > | MatchGroupRef |