#include <DDValuePair.h>
Definition at line 8 of file DDValuePair.h.
DDValuePair::DDValuePair |
( |
| ) |
|
|
inline |
DDValuePair::DDValuePair |
( |
const std::string & |
s, |
|
|
double |
d |
|
) |
| |
|
inline |
Definition at line 11 of file DDValuePair.h.
11 : std::pair<std::string,double>(
s,d) { }
DDValuePair::DDValuePair |
( |
const std::string & |
s | ) |
|
|
inline |
Definition at line 12 of file DDValuePair.h.
12 : std::pair<std::string,double>(
s,0) { }
DDValuePair::DDValuePair |
( |
double |
d | ) |
|
|
inline |
Definition at line 13 of file DDValuePair.h.
13 : std::pair<std::string,double>(
"",d) { }
DDValuePair::operator const double & |
( |
| ) |
const |
|
inline |
DDValuePair::operator const std::string & |
( |
| ) |
const |
|
inline |
DDValuePair::operator double & |
( |
| ) |
|
|
inline |
DDValuePair::operator std::string & |
( |
| ) |
|
|
inline |