Project
Loading...
Searching...
No Matches
o2::framework::BoostOptionsRetriever Class Reference

#include <BoostOptionsRetriever.h>

Inherits o2::framework::ParamRetriever.

Public Member Functions

 BoostOptionsRetriever (bool ignoreUnknown, int argc, char **argv)
 
void update (std::vector< ConfigParamSpec > const &specs, boost::property_tree::ptree &store, boost::property_tree::ptree &provenance) override
 
- Public Member Functions inherited from o2::framework::ParamRetriever
virtual ~ParamRetriever ()=default
 

Detailed Description

This extracts the specified ConfigParams from (argc, argv) and makes them available to the ConfigParamRegistry.

Definition at line 34 of file BoostOptionsRetriever.h.

Constructor & Destructor Documentation

◆ BoostOptionsRetriever()

o2::framework::BoostOptionsRetriever::BoostOptionsRetriever ( bool  ignoreUnknown,
int  argc,
char **  argv 
)

Definition at line 31 of file BoostOptionsRetriever.cxx.

Member Function Documentation

◆ update()

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

Implements o2::framework::ParamRetriever.

Definition at line 40 of file BoostOptionsRetriever.cxx.


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