ProteoWizard
Static Public Member Functions
pwiz::analysis::analyzer_strings< analyzer_type > Struct Template Reference

This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by user-supplied strings (via command line, config file, etc.). More...

#include <MSDataAnalyzer.hpp>

List of all members.

Static Public Member Functions

static const char * id ()
 string identifier for the analyzer
static const char * description ()
 description of the analyzer
static const char * argsFormat ()
 format of args string
static std::vector< std::string > argsUsage ()
 description of args string options

Detailed Description

template<typename analyzer_type>
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.).

Definition at line 114 of file MSDataAnalyzer.hpp.


Member Function Documentation

template<typename analyzer_type >
static const char* pwiz::analysis::analyzer_strings< analyzer_type >::id ( )
inlinestatic

string identifier for the analyzer

Definition at line 117 of file MSDataAnalyzer.hpp.

{return "analyzer_traits not specialized";}
template<typename analyzer_type >
static const char* pwiz::analysis::analyzer_strings< analyzer_type >::description ( )
inlinestatic

description of the analyzer

Definition at line 120 of file MSDataAnalyzer.hpp.

{return typeid(analyzer_type).name();}
template<typename analyzer_type >
static const char* pwiz::analysis::analyzer_strings< analyzer_type >::argsFormat ( )
inlinestatic

format of args string

Definition at line 123 of file MSDataAnalyzer.hpp.

{return "";}
template<typename analyzer_type >
static std::vector<std::string> pwiz::analysis::analyzer_strings< analyzer_type >::argsUsage ( )
inlinestatic

description of args string options

Definition at line 126 of file MSDataAnalyzer.hpp.

{return std::vector<std::string>();}

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