Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
PasDoc_Parser
type TPasCioHelperStack = class(TObjectStack)
A stack of TPasCioHelper objects currently used to parse nested classes and records
procedure Clear;
function Push(AHelper: TPasCioHelper): TPasCioHelper; inline;
function Pop: TPasCioHelper; inline;
function Peek: TPasCioHelper; inline;
Frees all items including their CIOs and clears the stack