OpenMS  2.7.0
Public Member Functions | Public Attributes | List of all members
PeptideIndexing::PeptideProteinMatchInformation Struct Reference

#include <OpenMS/ANALYSIS/ID/PeptideIndexing.h>

Collaboration diagram for PeptideIndexing::PeptideProteinMatchInformation:
[legend]

Public Member Functions

const std::tuple< const Size &, const Int &, const char &, const char & > tie () const
 
bool operator< (const PeptideProteinMatchInformation &other) const
 
bool operator== (const PeptideProteinMatchInformation &other) const
 

Public Attributes

OpenMS::Size protein_index
 
OpenMS::Int position
 
char AABefore
 
char AAAfter
 

Member Function Documentation

◆ operator<()

bool operator< ( const PeptideProteinMatchInformation other) const
inline

◆ operator==()

bool operator== ( const PeptideProteinMatchInformation other) const
inline

◆ tie()

const std::tuple<const Size&, const Int&, const char&, const char&> tie ( ) const
inline

Member Data Documentation

◆ AAAfter

char AAAfter

◆ AABefore

char AABefore

◆ position

OpenMS::Int position

◆ protein_index

OpenMS::Size protein_index