#include <LongPar.h>
Public Member Functions | |
LongPar (const LongPar &par) | |
LongPar (ParTxt &par) throw ( ParFileException, Exception ) | |
int | pgeti () const throw ( ParFileException ) |
only defined in RealPar | |
long | pgetl () const throw ( ParFileException ) |
only defined in LongPar | |
void | set_val (const string &str) throw ( ParFileException, Exception ) |
Definition at line 35 of file LongPar.h.
LongPar::LongPar | ( | const LongPar & | par | ) | [inline] |
int LongPar::pgeti | ( | void | ) | const throw ( ParFileException ) [virtual] |
only defined in RealPar
Reimplemented from Par.
Definition at line 100 of file LongPar.cc.
References Par::PARNAME, and Par::PARVALUE.
long LongPar::pgetl | ( | void | ) | const throw ( ParFileException ) [inline, virtual] |
only defined in LongPar
Reimplemented from Par.
Definition at line 53 of file LongPar.h.
References Par::PARVALUE.