#include <Units.h>
List of all members.
Detailed Description
Definition at line 18 of file Units.h.
Member Typedef Documentation
Member Function Documentation
| bool Gaudi::Parsers::Units::Add |
( |
const std::string & |
name, |
|
|
double |
value |
|
) |
| |
| bool Gaudi::Parsers::Units::Add |
( |
const std::string & |
name, |
|
|
double |
value, |
|
|
const Position & |
pos |
|
) |
| |
| bool Gaudi::Parsers::Units::Find |
( |
const std::string & |
name, |
|
|
double & |
result |
|
) |
| const |
Definition at line 32 of file Units.cpp.
{
Container::const_iterator it = units_.find(name);
if (it != units_.end()) {
result = it->second;
return true;
}
return false;
}
Member Data Documentation
Container Gaudi::Parsers::Units::units_ [private] |
The documentation for this class was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r3/GaudiCoreSvc/src/JobOptionsSvc/Units.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r3/GaudiCoreSvc/src/JobOptionsSvc/Units.cpp