#include <paramproc.h>
Inheritance diagram for DoubleParam:
Public Member Functions | |
DoubleParam (const char *key, int argc, const char *const argv[]) | |
bool | found () const |
operator double () const | |
Private Types | |
enum | Type { NOPARAM, BOOL, INT, UNSIGNED, DOUBLE, STRING } |
Private Member Functions | |
bool | on () const |
int | getInt () const |
unsigned | getUnsigned () const |
double | getDouble () const |
const char * | getString () const |
|
Definition at line 79 of file paramproc.h.
|
|
Definition at line 157 of file paramproc.h. References Param::DOUBLE.
00158 : Param(key,Param::DOUBLE,argc,argv) {} |
|
Reimplemented from Param. Definition at line 159 of file paramproc.h. References Param::found(), and Param::getDouble(). Referenced by parquetfp::Command_Line::Command_Line(), and main().
00159 { return Param::found() && getDouble()!=-1.29384756657; } |
Here is the call graph for this function:
|
Definition at line 151 of file paramproc.cxx. References abkfatal. Referenced by found(), and operator double().
|
|
Definition at line 136 of file paramproc.cxx. References abkfatal. Referenced by IntParam::operator int().
|
|
Definition at line 159 of file paramproc.cxx. References abkfatal. Referenced by StringParam::found(), and StringParam::operator const char *().
|
|
Definition at line 143 of file paramproc.cxx. References Param::_pt, Param::_u, abkfatal, Param::found(), and Param::UNSIGNED. Referenced by UnsignedParam::found(), and UnsignedParam::operator unsigned().
|
Here is the call graph for this function:
|
Definition at line 130 of file paramproc.cxx. References abkfatal.
|
|
Definition at line 160 of file paramproc.h. References Param::getDouble().
00160 { return getDouble(); } |
Here is the call graph for this function: