LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::detail::MetadataCollector Class Referenceabstract

#include "MetadataCollector.h"

Public Member Functions

PluginMetadata collect (LibraryInfo const &li, std::string const &prefix, std::string const &header_label, std::string const &param_to_replace) const
 
virtual ~MetadataCollector ()=default
 

Private Member Functions

virtual PluginMetadata doCollect (LibraryInfo const &li, std::string const &prefix, std::string const &header_label, std::string const &param_to_replace) const =0
 

Detailed Description

Definition at line 15 of file MetadataCollector.h.

Constructor & Destructor Documentation

virtual art::detail::MetadataCollector::~MetadataCollector ( )
virtualdefault

Referenced by collect().

Member Function Documentation

PluginMetadata art::detail::MetadataCollector::collect ( LibraryInfo const &  li,
std::string const &  prefix,
std::string const &  header_label,
std::string const &  param_to_replace 
) const
inline

Definition at line 18 of file MetadataCollector.h.

References doCollect(), and ~MetadataCollector().

22  {
23  return doCollect(li, prefix, header_label, param_to_replace);
24  }
virtual PluginMetadata doCollect(LibraryInfo const &li, std::string const &prefix, std::string const &header_label, std::string const &param_to_replace) const =0
virtual PluginMetadata art::detail::MetadataCollector::doCollect ( LibraryInfo const &  li,
std::string const &  prefix,
std::string const &  header_label,
std::string const &  param_to_replace 
) const
privatepure virtual

Referenced by collect().


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