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

#include <MetadataReporter.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

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

Definition at line 49 of file MetadataReporter.hpp.

Member Function Documentation

§ id()

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

Definition at line 51 of file MetadataReporter.hpp.

51 {return "metadata";}

§ description()

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

Definition at line 52 of file MetadataReporter.hpp.

52 {return "write file-level metadata";}

§ argsFormat()

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

Definition at line 53 of file MetadataReporter.hpp.

53 {return "";}

§ argsUsage()

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

Definition at line 54 of file MetadataReporter.hpp.

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

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