![]() |
Project
|
#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 |
![]() | |
virtual | ~ParamRetriever ()=default |
This extracts the specified ConfigParams from (argc, argv) and makes them available to the ConfigParamRegistry.
Definition at line 34 of file BoostOptionsRetriever.h.
o2::framework::BoostOptionsRetriever::BoostOptionsRetriever | ( | bool | ignoreUnknown, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 31 of file BoostOptionsRetriever.cxx.
|
overridevirtual |
Implements o2::framework::ParamRetriever.
Definition at line 40 of file BoostOptionsRetriever.cxx.