ProteoWizard
Classes | Namespaces | Typedefs | Functions | Variables
MSDataAnalyzer.hpp File Reference
#include "pwiz/utility/misc/Export.hpp"
#include "pwiz/data/msdata/MSData.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <iosfwd>

Go to the source code of this file.

Classes

class  pwiz::analysis::MSDataAnalyzer
 Interface for MSData analyzers. More...
 
struct  pwiz::analysis::MSDataAnalyzer::DataInfo
 information about the data to be analyzed More...
 
struct  pwiz::analysis::analyzer_strings< analyzer_type >
 This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by user-supplied strings (via command line, config file, etc.). More...
 
class  pwiz::analysis::MSDataAnalyzerContainer
 container of MSDataAnalyzer (composite pattern) More...
 
class  pwiz::analysis::MSDataAnalyzerDriver
 event generator for MSDataAnalyzer More...
 
class  pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback
 progress callback interface More...
 

Namespaces

 pwiz
 
 pwiz::analysis
 

Typedefs

typedef boost::shared_ptr< MSDataAnalyzer > pwiz::analysis::MSDataAnalyzerPtr
 

Functions

template<typename value_type >
bool pwiz::analysis::parseRange (const std::string &desiredArg, const std::string &text, std::pair< value_type, value_type > &result, const std::string &callerName)
 
template<typename value_type >
bool pwiz::analysis::parseValue (const std::string &desiredArg, const std::string &text, value_type &result, const std::string &callerName)
 

Variables

 UpdateRequest_None
 
 UpdateRequest_Ok
 
 UpdateRequest_NoBinary
 
 Status_Ok
 

Variable Documentation

§ UpdateRequest_None

UpdateRequest_None

§ UpdateRequest_Ok

UpdateRequest_Ok

Definition at line 77 of file MSDataAnalyzer.hpp.

Referenced by pwiz::analysis::MSDataCache::updateRequested().

§ UpdateRequest_NoBinary

UpdateRequest_NoBinary

§ Status_Ok

Status_Ok