ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::peptideid::PeptideID::Location Struct Reference

#include <PeptideID.hpp>

Public Member Functions

 Location ()
 
 Location (std::string nativeID, double retentionTimeSec, double mz)
 

Public Attributes

std::string nativeID
 
double mz
 
double retentionTimeSec
 

Detailed Description

Definition at line 46 of file PeptideID.hpp.

Constructor & Destructor Documentation

§ Location() [1/2]

pwiz::peptideid::PeptideID::Location::Location ( )
inline

Definition at line 52 of file PeptideID.hpp.

52 {}

§ Location() [2/2]

pwiz::peptideid::PeptideID::Location::Location ( std::string  nativeID,
double  retentionTimeSec,
double  mz 
)
inline

Member Data Documentation

§ nativeID

std::string pwiz::peptideid::PeptideID::Location::nativeID

Definition at line 48 of file PeptideID.hpp.

Referenced by pwiz::peptideid::location_less::operator()().

§ mz

double pwiz::peptideid::PeptideID::Location::mz

Definition at line 49 of file PeptideID.hpp.

Referenced by pwiz::peptideid::location_less::operator()().

§ retentionTimeSec

double pwiz::peptideid::PeptideID::Location::retentionTimeSec

Definition at line 50 of file PeptideID.hpp.

Referenced by pwiz::peptideid::location_less::operator()().


The documentation for this struct was generated from the following file: