![]() |
OpenMS
|
#include <OpenMS/CHEMISTRY/AASequence.h>#include <OpenMS/CHEMISTRY/NASequence.h>#include <OpenMS/METADATA/ID/ParentMatch.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.
Classes | |
| struct | IdentifiedSequence< SeqType > |
| Representation of an identified sequence (peptide or oligonucleotide) More... | |
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
| namespace | OpenMS::IdentificationDataInternal |
Typedefs | |
| 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 |