#include <glist.h>
Inheritance diagram for gList:
Public Member Functions | |
gList () | |
virtual | ~gList () |
virtual int | GetInt (unsigned idx) |
virtual unsigned | GetUInt (unsigned idx) |
virtual unsigned | Match (char *s) |
virtual unsigned | FindFirst (char *s, unsigned strPos, eFindCriteria findCriteria) |
virtual unsigned | Find (char *s, unsigned strPos, eFindCriteria findCriteria) |
virtual unsigned | FindAny (char *s, unsigned strPos, eFindCriteria findCriteria, gList &posL) |
unsigned | Add (int v) |
unsigned | Add (unsigned v) |
unsigned | Add (gString ©) |
unsigned | Add (t_uchar *s) |
unsigned | Add (char *s) |
virtual gList & | CopyList (gList &aL) |
virtual unsigned | DeleteString (gString &s) |
virtual unsigned | DeleteStrings (gString &s) |
virtual t_uchar * | ToString (t_uchar *uBuf) |
virtual bool | SaveGuts (FILE *f) |
virtual bool | RestoreGuts (FILE *f) |
virtual void | Show (bool doShowAll=true) |
Protected Member Functions | |
unsigned | thisFind (char *s, unsigned strPos, eFindCriteria findCriteria, bool doStopOnFirst, gList &posL) |
|
|
|
|
|
Reimplemented in gdSnarfCont, gHtmlCouple, gHtmlContent, and gParamElem. |
|
|
|
Reimplemented in gHtmlCouple, and gParamElem. |
|
|
|
|
Definition at line 457 of file glist.cpp. Referenced by sAttrsTagNorm::CopyDefaultAttrNorms(), gHOutOpt::CopyHOutOpt(), gHtmlOpt::CopyOptions(), gHttpRequestList::CopyRequest(), and gArg::FlushParams(). |
|
|
|
|
|
Definition at line 407 of file glist.cpp. Referenced by gArg::thisFillParamFromChr(), and gArg::thisFillParamFromStr(). |
|
|
|
Definition at line 395 of file glist.cpp. Referenced by gHttpRequestList::FindHeadFirst(), and gHttpRequestList::FindHeadFullFirst(). |
|
Definition at line 368 of file glist.cpp. Referenced by gListInt::FindInt(), gListInt::operator[](), gHtmlParser::SetOptions(), gHOutOpt::thisConfig(), and gConfig::thisProcess(). |
|
Definition at line 375 of file glist.cpp. Referenced by gArg::thisFindParamFromStr(), gArg::thisFlushAll(), and gArg::thisProcessParamElem(). |
|
|
Reimplemented from gListGeneric. Reimplemented in gArg, and gDirGeneric. |
|
Reimplemented from gListGeneric. Reimplemented in gArg, and gDirGeneric. |
|
Reimplemented from gStorage. Reimplemented in gdHCouple, gdTxtCouple, gHAttrs, gHtmlContent, gHTree, and gArg. Definition at line 520 of file glist.cpp. Referenced by gArg::FlushParams(), sFileKind::Show(), gHOutOpt::Show(), gdTxtCouple::Show(), gdHCouple::Show(), and gArg::Show(). |
|
Definition at line 540 of file glist.cpp. Referenced by Find(), FindAny(), and FindFirst(). |
|
Reimplemented from gListGeneric. Reimplemented in gArg, and gDirGeneric. Definition at line 505 of file glist.cpp. Referenced by gArg::ToString(). |