#include <RunningConstant.hpp>
Definition at line 24 of file RunningConstant.hpp.
◆ RunningConstant() [1/2]
| LHPC::RunningConstant::RunningConstant |
( |
| ) |
|
◆ RunningConstant() [2/2]
| LHPC::RunningConstant::RunningConstant |
( |
RunningConstant const & |
copySource | ) |
|
◆ ~RunningConstant()
| LHPC::RunningConstant::~RunningConstant |
( |
| ) |
|
◆ getAsString()
| std::string LHPC::RunningConstant::getAsString |
( |
| ) |
const |
|
inline |
Definition at line 104 of file RunningConstant.hpp.
105 {
107 9,
108 3 ) );
109 returnString.append( " " );
111 2,
112 "",
113 "-",
114 ' ' ) );
115 returnString.append( " " );
117 9,
118 3 ) );
119 return returnString;
120 }
static std::string intToString(int inputInt, int const minimumNumberOfDigits, std::string const prefixForPositiveNumbers="+", std::string const prefixForNegativeNumbers="-", char const paddingChar='0')
static std::string doubleToString(double inputDouble, int const numberOfMantissaDigits, int const numberOfExponentDigits, std::string const prefixForPositiveNumbers="+", std::string const prefixForNegativeNumbers="-", std::string const positiveExponentPrefix="+", std::string const negativeExponentPrefix="-", std::string const exponentCharacter="E")
◆ getScale()
| double LHPC::RunningConstant::getScale |
( |
| ) |
const |
|
inline |
◆ getScheme()
| int LHPC::RunningConstant::getScheme |
( |
| ) |
const |
|
inline |
◆ getValue()
| double LHPC::RunningConstant::getValue |
( |
| ) |
const |
|
inline |
◆ setFromString()
| void LHPC::RunningConstant::setFromString |
( |
std::string const & |
valuesString | ) |
|
|
inline |
Definition at line 86 of file RunningConstant.hpp.
87 {
88 std::string firstRemainder;
89 std::string secondRemainder;
92 valuesString,
93 &firstRemainder,
97 firstRemainder,
98 &secondRemainder,
101 }
static std::string firstWordOf(std::string const &stringToParse, std::string *const remainderString=NULL, std::string const &separatorChars=whitespaceChars)
static std::string const whitespaceAndNewlineChars
static double stringToDouble(std::string const &stringToInterpret)
static int stringToInt(std::string const &stringToInterpret)
◆ setValues()
| void LHPC::RunningConstant::setValues |
( |
double const |
valueDouble, |
|
|
int const |
schemeType, |
|
|
double const |
evaluationScale |
|
) |
| |
|
inline |
◆ evaluationScale
| double LHPC::RunningConstant::evaluationScale |
|
protected |
◆ schemeType
| int LHPC::RunningConstant::schemeType |
|
protected |
◆ valueDouble
| double LHPC::RunningConstant::valueDouble |
|
protected |
The documentation for this class was generated from the following files: