#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/Units.h>
|
bool | Add (std::string name, double value) |
|
bool | Add (std::string name, double value, const Position &pos) |
|
bool | Find (std::string_view name, ValueWithPosition &result) const |
|
bool | Find (std::string_view name, double &result) const |
|
Definition at line 28 of file Units.h.
◆ Container
◆ ValueWithPosition
◆ Add() [1/2]
bool Gaudi::Parsers::Units::Add |
( |
std::string |
name, |
|
|
double |
value |
|
) |
| |
Definition at line 18 of file Units.cpp.
18 {
return Add( std::move(
name ), value, Position() ); }
◆ Add() [2/2]
bool Gaudi::Parsers::Units::Add |
( |
std::string |
name, |
|
|
double |
value, |
|
|
const Position & |
pos |
|
) |
| |
◆ Find() [1/2]
bool Gaudi::Parsers::Units::Find |
( |
std::string_view |
name, |
|
|
double & |
result |
|
) |
| const |
◆ Find() [2/2]
bool Gaudi::Parsers::Units::Find |
( |
std::string_view |
name, |
|
|
ValueWithPosition & |
result |
|
) |
| const |
◆ units_
The documentation for this class was generated from the following files: