#include <garg.h>
Inheritance diagram for gParamVal:
Public Member Functions | |
gParamVal () | |
virtual | ~gParamVal () |
bool | GetChar (t_uchar &chr) |
long | GetLongValue () |
bool | GetLong (long &val) |
bool | GetFloat (float &val) |
bool | SetLong (long val) |
bool | SetString (char *s) |
void | CopyParam (gParamVal ©) |
virtual bool | AddToList (gList &resL) |
virtual bool | FillParam (gString &newSVal, gStorage *aObj) |
gParamVal * | FindObj (gList ©L, t_uchar chr, unsigned &idx) |
unsigned | FindMainChar (gList ©L, t_uchar chr) |
virtual gStorage * | NewObject () |
virtual t_uchar * | ToString (t_uchar *uBuf) |
virtual void | Show (bool doShowAll=true) |
Public Attributes | |
t_uchar | cVal |
gString | allStr |
gString | sufStr |
gString | sVal |
long long | lVal |
float | realVal |
short | repeats |
int | errorCode |
|
|
|
|
|
Definition at line 288 of file garg.cpp. Referenced by gArg::thisFlushAll(). |
|
Definition at line 230 of file garg.cpp. Referenced by AddToList(), and NewObject(). |
|
Definition at line 242 of file garg.cpp. Referenced by gArg::thisFlushAll(). |
|
|
|
Definition at line 297 of file garg.cpp. Referenced by FindMainChar(), and gArg::thisFlushAll(). |
|
|
|
|
|
Definition at line 115 of file garg.h. Referenced by GetLongValue(). |
|
Definition at line 110 of file garg.h. Referenced by Show(). |
|
Reimplemented from gControl. |
|
Definition at line 127 of file garg.h. Referenced by FillParam(). |
|
|
|
Reimplemented from gStorage. |
|
Reimplemented from gControl. |
|
Definition at line 96 of file garg.h. Referenced by CopyParam(), Show(), gArg::thisFillParamFromChr(), and gArg::thisFillParamFromStr(). |
|
Definition at line 95 of file garg.h. Referenced by CopyParam(), FindObj(), gArg::FindOption(), GetChar(), Show(), gArg::thisFillParamFromChr(), and gArg::thisFillParamFromStr(). |
|
Definition at line 102 of file garg.h. Referenced by CopyParam(), FillParam(), Show(), and gArg::thisFlushAll(). |
|
Definition at line 99 of file garg.h. Referenced by CopyParam(), FillParam(), gArg::FindOption(), GetLong(), SetLong(), and SetString(). |
|
Definition at line 100 of file garg.h. Referenced by CopyParam(), FillParam(), GetFloat(), SetLong(), SetString(), and Show(). |
|
Definition at line 101 of file garg.h. Referenced by CopyParam(), gArg::FindOptionOccurr(), Show(), gArg::thisFillParamFromChr(), gArg::thisFillParamFromStr(), and gArg::thisFlushAll(). |
|
Definition at line 97 of file garg.h. Referenced by CopyParam(), Show(), gArg::thisFillParamFromChr(), gArg::thisFillParamFromStr(), and ToString(). |
|
Definition at line 98 of file garg.h. Referenced by CopyParam(), FillParam(), gArg::FindOption(), SetString(), and Show(). |