8 std::map<std::string, WeightCalcCreator*>::iterator i;
12 return i->second->Create();
21 const std::string& wghcalcname,
28 static std::map<std::string, WeightCalcCreator*> table;
static void Register(const std::string &wghcalcname, WeightCalcCreator *creator)
auto end(FixedBins< T, C > const &) noexcept
static std::map< std::string, WeightCalcCreator * > & GetTable()
static WeightCalc * Create(const std::string &classname)