Project
Loading...
Searching...
No Matches
o2::framework::ParamRetriever Class Referenceabstract

#include <ParamRetriever.h>

Inherited by o2::framework::BoostOptionsRetriever, o2::framework::ConfigurationOptionsRetriever, o2::framework::FairOptionsRetriever, and o2::framework::SimpleOptionsRetriever.

Public Member Functions

virtual void update (std::vector< ConfigParamSpec > const &specs, boost::property_tree::ptree &store, boost::property_tree::ptree &provenance)=0
 
virtual ~ParamRetriever ()=default
 

Detailed Description

Base class for extracting Configuration options from a given backend (e.g. command line options).

Definition at line 24 of file ParamRetriever.h.

Constructor & Destructor Documentation

◆ ~ParamRetriever()

virtual o2::framework::ParamRetriever::~ParamRetriever ( )
virtualdefault

Member Function Documentation

◆ update()

virtual void o2::framework::ParamRetriever::update ( std::vector< ConfigParamSpec > const &  specs,
boost::property_tree::ptree &  store,
boost::property_tree::ptree &  provenance 
)
pure virtual

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