#include <OpenMS/CHEMISTRY/AASequence.h>
#include <OpenMS/CHEMISTRY/NASequence.h>
#include <OpenMS/METADATA/ID/MoleculeParentMatch.h>
#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>
 
Go to the source code of this file.
 | 
| typedef IdentifiedSequence< AASequence >  | IdentifiedPeptide | 
|   | 
| typedef IdentifiedSequence< NASequence >  | IdentifiedOligo | 
|   | 
| typedef boost::multi_index_container< IdentifiedPeptide, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< IdentifiedPeptide, AASequence, &IdentifiedPeptide::sequence > > > >  | IdentifiedPeptides | 
|   | 
| typedef IteratorWrapper< IdentifiedPeptides::iterator >  | IdentifiedPeptideRef | 
|   | 
| typedef boost::multi_index_container< IdentifiedOligo, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< IdentifiedOligo, NASequence, &IdentifiedOligo::sequence > > > >  | IdentifiedOligos | 
|   | 
| typedef IteratorWrapper< IdentifiedOligos::iterator >  | IdentifiedOligoRef | 
|   |