Public Types | |
enum | argtype { UNDEF, STRING_T, IVALUE_T, IVAR_T, ILIST_T } |
Public Member Functions | |
Arg (string s) | |
Arg (IntList v) | |
bool | getInt (int &value) |
bool | getList (IntList &value) |
bool | getVect (vector< int > &value, const int imin=0, const int imax=0) |
bool | getString (string &value) |
bool | scmp (const char *s) |
string | str () |
string | raw () |
Public Attributes | |
argtype | type |
string | svalue |
IntList | lvalue |
int | ivalue |
Static Public Attributes | |
static int | varvalue =0 |
Definition at line 91 of file PixTestCmd.hh.