#include <DDValuePair.h>
Definition at line 8 of file DDValuePair.h.
◆ DDValuePair() [1/4]
DDValuePair::DDValuePair |
( |
| ) |
|
|
inline |
◆ DDValuePair() [2/4]
DDValuePair::DDValuePair |
( |
const std::string & |
s, |
|
|
double |
d |
|
) |
| |
|
inline |
Definition at line 10 of file DDValuePair.h.
10 : std::pair<std::string, double>(
s,
d) {}
◆ DDValuePair() [3/4]
DDValuePair::DDValuePair |
( |
const std::string & |
s | ) |
|
|
inline |
Definition at line 11 of file DDValuePair.h.
11 : std::pair<std::string, double>(
s, 0) {}
◆ DDValuePair() [4/4]
DDValuePair::DDValuePair |
( |
double |
d | ) |
|
|
inline |
Definition at line 12 of file DDValuePair.h.
12 : std::pair<std::string, double>(
"",
d) {}
◆ operator const double &()
DDValuePair::operator const double & |
( |
| ) |
const |
|
inline |
◆ operator const std::string &()
DDValuePair::operator const std::string & |
( |
| ) |
const |
|
inline |
◆ operator double &()
DDValuePair::operator double & |
( |
| ) |
|
|
inline |
◆ operator std::string &()
DDValuePair::operator std::string & |
( |
| ) |
|
|
inline |