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