Class TPasCioHelperStack
Unit
Declaration
type TPasCioHelperStack = class(TObjectStack)
Description
A stack of TPasCioHelper objects currently used to parse nested classes and records
Hierarchy
- TObject
- TOrderedList
- TStack
- TObjectStack
- TPasCioHelperStack
Overview
Methods
procedure Clear; |
|
function Push(AHelper: TPasCioHelper): TPasCioHelper; inline; |
|
function Pop: TPasCioHelper; inline; |
|
function Peek: TPasCioHelper; inline; |
Description
Methods
procedure Clear; |
|
Frees all items including their CIOs and clears the stack |
function Push(AHelper: TPasCioHelper): TPasCioHelper; inline; |
|
function Pop: TPasCioHelper; inline; |
|
function Peek: TPasCioHelper; inline; |
|
Generated by PasDoc 0.16.0.