#include <garg.h>
Inheritance diagram for gParam:
Public Types | |
enum | eParamCriteria { e_Normal, e_StopSplitOnFirst = 1, e_NormalQuoted } |
Public Member Functions | |
gParam () | |
gParam (gString ©, char *sParamSplit=nil, eParamCriteria aParamCriteria=e_Normal) | |
gParam (char *s, char *sParamSplit=nil, eParamCriteria aParamCriteria=e_Normal) | |
virtual | ~gParam () |
gStorage * | GetNewObjectFromFormat (char *s) |
virtual unsigned | Find (gString &s, gString &sSubStr, int iCriteria) |
Public Attributes | |
gString | strParamSplit |
Static Public Attributes | |
static bool | doAutoTrim = true |
Protected Member Functions | |
int | thisSplit (char *s, gString &strSplit, gList &resL) |
Protected Attributes | |
eParamCriteria | paramCriteria |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 110 of file garg.cpp. Referenced by thisSplit(). |
|
Definition at line 50 of file garg.cpp. Referenced by sParamRaw::BuildParamVal(). |
|
Definition at line 135 of file garg.cpp. Referenced by GetNewObjectFromFormat(), and gParam(). |
|
Definition at line 10 of file garg.cpp. Referenced by thisSplit(). |
|
Definition at line 46 of file garg.h. Referenced by thisSplit(). |
|
Definition at line 38 of file garg.h. Referenced by GetNewObjectFromFormat(), and gParam(). |