Project
Loading...
Searching...
No Matches
ConfigurableParamHelper.h File Reference
#include "CommonUtils/ConfigurableParam.h"
#include <algorithm>
#include <memory>
#include <numeric>
#include <string_view>
#include <TClass.h>
#include <TFile.h>
#include <TDataMember.h>
#include <type_traits>
#include <typeinfo>
#include <utility>

Go to the source code of this file.

Classes

struct  o2::conf::ParamDataMember
 
class  o2::conf::_ParamHelper
 
class  o2::conf::ConfigurableParamHelper< P >
 
class  o2::conf::ConfigurableParamPromoter< P, Base >
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::conf
 

Functions

std::size_t o2::conf::damerauLevenshteinDistance (std::string_view a, std::string_view b)
 
bool o2::conf::isContainer (const std::string &typeName)
 
bool o2::conf::isContainer (TDataMember const &dm)