DK11 for Delphi | GisClasses.TGIS_StackInteger | Classes | Constructors | Methods
Stack of integers.
// Delphi type TGIS_StackInteger = class( TGIS_Stack ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_StackInteger : public TGIS_Stack { };
→ TObject → TGIS_List → TGIS_Stack
Name | Visibility | Description | |
---|---|---|---|
Destroy | public | Destroy an instance and free all items. (Inherited from TGIS_Stack) |
|
Name | Visibility | Description | |
---|---|---|---|
Assign | public | Assign contents of existing stack to the current one. (Inherited from TGIS_Stack) |
|
IsEmpty | public | Is stack empty (Inherited from TGIS_Stack) |
|
Pop | public | Pop an item from the stack. | |
Push | public | ||
Top | public | Return the top item object on the stack. | |