#include <DDValuePair.h>
List of all members.
Detailed Description
Definition at line 8 of file DDValuePair.h.
Constructor & Destructor Documentation
DDValuePair::DDValuePair |
( |
| ) |
[inline] |
DDValuePair::DDValuePair |
( |
const std::string & |
s, |
|
|
double |
d |
|
) |
| [inline] |
Definition at line 11 of file DDValuePair.h.
: std::pair<std::string,double>(s,d) { }
DDValuePair::DDValuePair |
( |
const std::string & |
s | ) |
[inline] |
Definition at line 12 of file DDValuePair.h.
: std::pair<std::string,double>(s,0) { }
DDValuePair::DDValuePair |
( |
double |
d | ) |
[inline] |
Definition at line 13 of file DDValuePair.h.
: std::pair<std::string,double>("",d) { }
Member Function Documentation
DDValuePair::operator const double & |
( |
| ) |
const [inline] |
DDValuePair::operator const std::string & |
( |
| ) |
const [inline] |
DDValuePair::operator double & |
( |
| ) |
[inline] |
DDValuePair::operator std::string & |
( |
| ) |
[inline] |