#include <src/JobOptionsSvc/Units.h>
|
bool | Add (std::string name, double value) |
|
bool | Add (std::string name, double value, const Position &pos) |
|
bool | Find (const std::string &name, ValueWithPosition &result) const |
|
bool | Find (const std::string &name, double &result) const |
|
std::string | ToString () const |
|
Definition at line 17 of file Units.h.
typedef std::map<std::string, std::pair<double, Position> > Gaudi::Parsers::Units::Container |
typedef Container::mapped_type Gaudi::Parsers::Units::ValueWithPosition |
bool Gaudi::Parsers::Units::Add |
( |
std::string |
name, |
|
|
double |
value |
|
) |
| |
Definition at line 8 of file Units.cpp.
bool Add(std::string name, double value)
bool Gaudi::Parsers::Units::Add |
( |
std::string |
name, |
|
|
double |
value, |
|
|
const Position & |
pos |
|
) |
| |
Definition at line 12 of file Units.cpp.
Container::mapped_type ValueWithPosition
bool Gaudi::Parsers::Units::Find |
( |
const std::string & |
name, |
|
|
ValueWithPosition & |
result |
|
) |
| const |
bool Gaudi::Parsers::Units::Find |
( |
const std::string & |
name, |
|
|
double & |
result |
|
) |
| const |
Definition at line 16 of file Units.cpp.
bool Find(const std::string &name, ValueWithPosition &result) const
Container::mapped_type ValueWithPosition
std::string Gaudi::Parsers::Units::ToString |
( |
| ) |
const |
The documentation for this class was generated from the following files: