#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.
|
struct | ParentSequence |
| Representation of a parent sequence that is identified only indirectly (e.g. a protein). More...
|
|
|
typedef boost::multi_index_container< ParentSequence, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< ParentSequence, String, &ParentSequence::accession > > > > | ParentSequences |
|
typedef IteratorWrapper< ParentSequences::iterator > | ParentSequenceRef |
|