accession_ | ProteinHit | protected |
addMetaValues(const MetaInfoInterface &from) | MetaInfoInterface | |
clearMetaInfo() | MetaInfoInterface | |
coverage_ | ProteinHit | protected |
COVERAGE_UNKNOWN | ProteinHit | static |
createIfNotExists_() | MetaInfoInterface | inlineprotected |
getAccession() const | ProteinHit | |
getCoverage() const | ProteinHit | |
getDescription() const | ProteinHit | |
getKeys(std::vector< String > &keys) const | MetaInfoInterface | |
getKeys(std::vector< UInt > &keys) const | MetaInfoInterface | |
getMetaValue(const String &name) const | MetaInfoInterface | |
getMetaValue(const String &name, const DataValue &default_value) const | MetaInfoInterface | |
getMetaValue(UInt index) const | MetaInfoInterface | |
getMetaValue(UInt index, const DataValue &default_value) const | MetaInfoInterface | |
getModifications() const | ProteinHit | |
getRank() const | ProteinHit | |
getScore() const | ProteinHit | |
getSequence() const | ProteinHit | |
isMetaEmpty() const | MetaInfoInterface | |
meta_ | MetaInfoInterface | protected |
MetaInfoInterface() | MetaInfoInterface | |
MetaInfoInterface(const MetaInfoInterface &rhs) | MetaInfoInterface | |
MetaInfoInterface(MetaInfoInterface &&) noexcept | MetaInfoInterface | |
metaRegistry() | MetaInfoInterface | static |
metaValueExists(const String &name) const | MetaInfoInterface | |
metaValueExists(UInt index) const | MetaInfoInterface | |
modifications_ | ProteinHit | protected |
operator!=(const ProteinHit &rhs) const | ProteinHit | |
OpenMS::MetaInfoInterface::operator!=(const MetaInfoInterface &rhs) const | MetaInfoInterface | |
operator=(const ProteinHit &)=default | ProteinHit | |
operator=(ProteinHit &&)=default | ProteinHit | |
operator=(const MetaInfoInterface &source) | ProteinHit | |
OpenMS::MetaInfoInterface::operator=(MetaInfoInterface &&) noexcept | MetaInfoInterface | |
operator==(const ProteinHit &rhs) const | ProteinHit | |
OpenMS::MetaInfoInterface::operator==(const MetaInfoInterface &rhs) const | MetaInfoInterface | |
ProteinHit() | ProteinHit | |
ProteinHit(double score, UInt rank, String accession, String sequence) | ProteinHit | |
ProteinHit(const ProteinHit &)=default | ProteinHit | |
ProteinHit(ProteinHit &&)=default | ProteinHit | |
rank_ | ProteinHit | protected |
removeMetaValue(const String &name) | MetaInfoInterface | |
removeMetaValue(UInt index) | MetaInfoInterface | |
score_ | ProteinHit | protected |
sequence_ | ProteinHit | protected |
setAccession(const String &accession) | ProteinHit | |
setCoverage(const double coverage) | ProteinHit | |
setDescription(const String &description) | ProteinHit | |
setMetaValue(const String &name, const DataValue &value) | MetaInfoInterface | |
setMetaValue(UInt index, const DataValue &value) | MetaInfoInterface | |
setModifications(std::set< std::pair< Size, ResidueModification > > &mods) | ProteinHit | |
setRank(UInt newrank) | ProteinHit | |
setScore(const double score) | ProteinHit | |
setSequence(const String &sequence) | ProteinHit | |
setSequence(String &&sequence) | ProteinHit | |
swap(MetaInfoInterface &rhs) | MetaInfoInterface | |
~MetaInfoInterface() | MetaInfoInterface | |