#include <gstack.h>
Inheritance diagram for gStack:
Public Member Functions | |
gStack () | |
virtual | ~gStack () |
virtual gStorage * | GetCurrent () |
virtual bool | Push (gStorage *newObj) |
virtual bool | Pop () |
|
|
|
|
|
return GetObjectPtr( n ); Definition at line 10 of file gstack.cpp. Referenced by gHParsed::CurrentCouple(). |
|
Definition at line 27 of file gstack.cpp. Referenced by gHParsed::PopTag(), and gHParsed::TrashLast(). |
|
Definition at line 21 of file gstack.cpp. Referenced by gHParsed::thisPush(). |