Class TCioStateStack
Unit
Declaration
type TCioStateStack = class(Contnrs.TObjectStack)
Description
A stack of TCioState objects currently used to parse nested classes and records.
Source: source/component/PasDoc_Parser.pas (line 78).
Hierarchy
- Contnrs.TObjectStack
- TCioStateStack
Show Additional Members:
Overview
Methods
| Public | procedure Clear; |
| Public | function Push(const Item: TCioState): TCioState; |
| Public | function Pop: TCioState; |
| Public | function Peek: TCioState; |
Description
Methods
| Public | procedure Clear; |
|
Frees all items including their CIOs and clears the stack | |
| Public | function Push(const Item: TCioState): TCioState; |
|
This item has no description. | |
| Public | function Pop: TCioState; |
|
This item has no description. | |
| Public | function Peek: TCioState; |
|
This item has no description. | |
Generated by PasDoc 1.0.2.