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

#include <SpectrumTable.hpp>

List of all members.

Static Public Member Functions

static const char * id ()
static const char * description ()
static const char * argsFormat ()
static std::vector< std::string > argsUsage ()

Detailed Description

template<>
struct pwiz::analysis::analyzer_strings< SpectrumTable >

Definition at line 65 of file SpectrumTable.hpp.


Member Function Documentation

static const char* pwiz::analysis::analyzer_strings< SpectrumTable >::id ( )
inlinestatic

Definition at line 67 of file SpectrumTable.hpp.

{return "spectrum_table";}
static const char* pwiz::analysis::analyzer_strings< SpectrumTable >::description ( )
inlinestatic

Definition at line 68 of file SpectrumTable.hpp.

{return "write spectrum metadata as read from scan headers, in a table format";}
static const char* pwiz::analysis::analyzer_strings< SpectrumTable >::argsFormat ( )
inlinestatic

Definition at line 69 of file SpectrumTable.hpp.

References TABULARCONFIG_DELIMITER_OPTIONS_STR.

static std::vector<std::string> pwiz::analysis::analyzer_strings< SpectrumTable >::argsUsage ( )
inlinestatic

Definition at line 70 of file SpectrumTable.hpp.

References TABULARCONFIG_DELIMITER_USAGE_STR.

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

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