7 namespace gp = Gaudi::Parsers;
9 bool gp::Units::Add(
const std::string& name,
double value) {
13 bool gp::Units::Add(
const std::string& name,
double value,
15 std::pair<Container::iterator,bool> result =
22 bool gp::Units::Find(
const std::string& name,
double& result)
const {
32 bool gp::Units::Find(
const std::string& name,
34 Container::const_iterator it = units_.find(name);
35 if (it != units_.end()) {