ProteoWizard
Public Member Functions | Public Attributes
pwiz::peptideid::PeptideID::Location Struct Reference

#include <PeptideID.hpp>

List of all members.

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

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

Definition at line 52 of file PeptideID.hpp.

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

Definition at line 53 of file PeptideID.hpp.


Member Data Documentation

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

Definition at line 48 of file PeptideID.hpp.

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

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

Definition at line 49 of file PeptideID.hpp.

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

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: