#include <paramproc.h>
Inheritance diagram for UnsignedParam:
Public Member Functions | |
UnsignedParam (const char *key, int argc, const char *const argv[]) | |
bool | found () const |
operator unsigned () 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 135 of file paramproc.h. References Param::UNSIGNED.
00136 : Param(key,Param::UNSIGNED,argc,argv) {} |
|
Reimplemented from Param. Definition at line 137 of file paramproc.h. References Param::found(), and Param::getUnsigned().
00137 { return Param::found() && getUnsigned()!=unsigned(-1); } |
Here is the call graph for this function:
|
Definition at line 151 of file paramproc.cxx. References abkfatal. Referenced by DoubleParam::found(), and DoubleParam::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 found(), and operator unsigned().
|
Here is the call graph for this function:
|
Definition at line 130 of file paramproc.cxx. References abkfatal.
|
|
Definition at line 138 of file paramproc.h. References Param::getUnsigned().
00138 { return getUnsigned(); } |
Here is the call graph for this function: