24#ifndef _METADATAREPORTER_HPP_
25#define _METADATAREPORTER_HPP_
51 static const char*
id() {
return "metadata";}
52 static const char*
description() {
return "write file-level metadata";}
54 static std::vector<std::string>
argsUsage() {
return std::vector<std::string>();}
Interface for MSData analyzers.
information about the data to be analyzed
This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by ...