#include <DetectorDescription/Core/interface/DDValuePair.h>
Public Member Functions | |
DDValuePair (double d) | |
DDValuePair (const std::string &s) | |
DDValuePair (const std::string &s, double d) | |
DDValuePair () | |
operator const double & () const | |
operator const std::string & () const | |
operator double & () | |
operator std::string & () |
Definition at line 8 of file DDValuePair.h.
DDValuePair::DDValuePair | ( | ) | [inline] |
DDValuePair::DDValuePair | ( | const std::string & | s, | |
double | d | |||
) | [inline] |
DDValuePair::DDValuePair | ( | const std::string & | s | ) | [inline] |
DDValuePair::DDValuePair | ( | double | d | ) | [inline] |
DDValuePair::operator const double & | ( | ) | const [inline] |
DDValuePair::operator const std::string & | ( | ) | const [inline] |
DDValuePair::operator double & | ( | ) | [inline] |
DDValuePair::operator std::string & | ( | ) | [inline] |