#include <RealPar.h>
Public Member Functions | |
RealPar (const RealPar &par) | |
The copy constructor. | |
RealPar (ParTxt &par) throw ( ParFileException, Exception ) | |
constructor. | |
double | pgetd (void) const throw ( ParFileException ) |
only defined in BoolPar | |
void | set_val (const string &str) throw ( ParFileException, Exception ) |
Definition at line 35 of file RealPar.h.
RealPar::RealPar | ( | const RealPar & | par | ) | [inline] |
RealPar::RealPar | ( | ParTxt & | par | ) | throw ( ParFileException, Exception ) |
double RealPar::pgetd | ( | void | ) | const throw ( ParFileException ) [inline, virtual] |
only defined in BoolPar
The user is trying to get the double value of a parameter which is anything but a double.
Reimplemented from Par.
Definition at line 49 of file RealPar.h.
References Par::PARVALUE.