OpenMS  2.7.0
Classes | Namespaces | Typedefs
ParentMolecule.h File Reference
#include <OpenMS/METADATA/ID/ScoredProcessingResult.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/member.hpp>
Include dependency graph for ParentMolecule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ParentMolecule
 Representation of a parent molecule that is identified only indirectly (e.g. a protein). More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 
 OpenMS::IdentificationDataInternal
 

Typedefs

typedef boost::multi_index_container< ParentMolecule, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< ParentMolecule, String, &ParentMolecule::accession > > > > ParentMolecules
 
typedef IteratorWrapper< ParentMolecules::iterator > ParentMoleculeRef