#include <BoolPar.h>
Public Member Functions | |
BoolPar () | |
BoolPar (const BoolPar &par) | |
BoolPar (ParTxt &par) throw ( ParFileException ) | |
bool | pgetb (void) const throw ( ParFileException ) |
void | set_val (const string &str) throw ( ParFileException, Exception ) |
Definition at line 36 of file BoolPar.h.
BoolPar::BoolPar | ( | const BoolPar & | par | ) | [inline] |
bool BoolPar::pgetb | ( | void | ) | const throw ( ParFileException ) [virtual] |
The user is trying to get the boolean value of a parameter which is anything but a boolean.
Reimplemented from Par.
Definition at line 59 of file BoolPar.cc.
References Par::PARNAME, and Par::PARVALUE.