Class TPasCioHelperStack

Unit

Declaration

type TPasCioHelperStack = class(TObjectStack)

Description

A stack of TPasCioHelper objects currently used to parse nested classes and records

Hierarchy

Overview

Methods

Public procedure Clear;
Public function Push(AHelper: TPasCioHelper): TPasCioHelper; inline;
Public function Pop: TPasCioHelper; inline;
Public function Peek: TPasCioHelper; inline;

Description

Methods

Public procedure Clear;

Frees all items including their CIOs and clears the stack

Public function Push(AHelper: TPasCioHelper): TPasCioHelper; inline;
 
Public function Pop: TPasCioHelper; inline;
 
Public function Peek: TPasCioHelper; inline;
 

Generated by PasDoc 0.16.0.