Class TPasCioHelperStack
Unit
Declaration
type TPasCioHelperStack = class(TObjectStack)
Description
A stack of TPasCioHelper objects currently used to parse nested classes and records
Source: source/component/PasDoc_Parser.pas (line 73).
Hierarchy
- TObject
- TOrderedList
- TStack
- TObjectStack
- TPasCioHelperStack
Overview
Methods
| Public | procedure Clear; |
| Public | function Push(AHelper: TPasCioHelper): TPasCioHelper; |
| Public | function Pop: TPasCioHelper; |
| Public | function Peek: TPasCioHelper; |
Description
Methods
| Public | procedure Clear; |
|
Frees all items including their CIOs and clears the stack | |
| Public | function Push(AHelper: TPasCioHelper): TPasCioHelper; |
|
This item has no description. | |
| Public | function Pop: TPasCioHelper; |
|
This item has no description. | |
| Public | function Peek: TPasCioHelper; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.