ProteoWizard
Static Public Member Functions | List of all members
pwiz::analysis::analyzer_strings< SpectrumTable > Struct Reference

#include <SpectrumTable.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 65 of file SpectrumTable.hpp.

Member Function Documentation

◆ id()

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

Definition at line 67 of file SpectrumTable.hpp.

67{return "spectrum_table";}

◆ description()

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

Definition at line 68 of file SpectrumTable.hpp.

68{return "write spectrum metadata as read from scan headers, in a table format";}

◆ argsFormat()

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

Definition at line 69 of file SpectrumTable.hpp.

#define TABULARCONFIG_DELIMITER_OPTIONS_STR

References TABULARCONFIG_DELIMITER_OPTIONS_STR.

◆ argsUsage()

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

Definition at line 70 of file SpectrumTable.hpp.

71 {
72 return std::vector<std::string>(1, TABULARCONFIG_DELIMITER_USAGE_STR);
73 }
#define TABULARCONFIG_DELIMITER_USAGE_STR

References TABULARCONFIG_DELIMITER_USAGE_STR.


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