![]() |
OpenMS
|
#include <OpenMS/METADATA/ID/ScoredProcessingResult.h>#include <OpenMS/CHEMISTRY/EmpiricalFormula.h>#include <boost/multi_index_container.hpp>#include <boost/multi_index/ordered_index.hpp>#include <boost/multi_index/member.hpp>Go to the source code of this file.
Classes | |
| struct | IdentifiedCompound |
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
| namespace | OpenMS::IdentificationDataInternal |
Typedefs | |
| typedef boost::multi_index_container< IdentifiedCompound, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< IdentifiedCompound, String, &IdentifiedCompound::identifier > > > > | IdentifiedCompounds |
| typedef IteratorWrapper< IdentifiedCompounds::iterator > | IdentifiedCompoundRef |