#include <paramproc.h>
Inheritance diagram for StringParam:
Public Member Functions | |
StringParam (const char *key, int argc, const char *const argv[]) | |
bool | found () const |
operator const char * () 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 168 of file paramproc.h. References Param::STRING.
00169 : Param(key,Param::STRING,argc,argv) {} |
|
Reimplemented from Param. Definition at line 170 of file paramproc.h. References Param::found(), and Param::getString(). Referenced by parquetfp::Command_Line::Command_Line().
00171 { return Param::found() && strcmp(getString(),"Uninitialized"); } |
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 found(), and 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 172 of file paramproc.h. References Param::getString().
00172 { return getString(); } |
Here is the call graph for this function: