ProteoWizard
Public Member Functions | Private Attributes
pwiz::eharmony::Matcher Class Reference

#include <Matcher.hpp>

List of all members.

Public Member Functions

 Matcher ()
 Matcher (Config &config)
void checkSourceFiles ()
void readSourceFiles ()
void processFiles ()

Private Attributes

Config _config
std::map< std::string,
PeptideID_dataFetcher
_peptideData
std::map< std::string,
Feature_dataFetcher
_featureData

Detailed Description

Definition at line 43 of file Matcher.hpp.


Constructor & Destructor Documentation

pwiz::eharmony::Matcher::Matcher ( )
inline

Definition at line 47 of file Matcher.hpp.

{}
pwiz::eharmony::Matcher::Matcher ( Config &  config)

Member Function Documentation

void pwiz::eharmony::Matcher::checkSourceFiles ( )
void pwiz::eharmony::Matcher::readSourceFiles ( )
void pwiz::eharmony::Matcher::processFiles ( )

Member Data Documentation

Config pwiz::eharmony::Matcher::_config
private

Definition at line 58 of file Matcher.hpp.

std::map<std::string, PeptideID_dataFetcher> pwiz::eharmony::Matcher::_peptideData
private

Definition at line 60 of file Matcher.hpp.

std::map<std::string, Feature_dataFetcher> pwiz::eharmony::Matcher::_featureData
private

Definition at line 61 of file Matcher.hpp.


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