1 #ifndef JOBOPTIONSVC_UNITS_H_
2 #define JOBOPTIONSVC_UNITS_H_
15 namespace Gaudi {
namespace Parsers {
19 typedef std::map<std::string, std::pair<double, Position> >
Container;
25 bool Find(
const std::string&
name, ValueWithPosition& result)
const;
26 bool Find(
const std::string&
name,
double& result)
const;
bool Find(const std::string &name, ValueWithPosition &result) const
std::map< std::string, std::pair< double, Position > > Container
Container::mapped_type ValueWithPosition
bool Add(std::string name, double value)
std::string ToString() const
Helper functions to set/get the application return code.