JCL Help:TJclInt64Stack
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclInt64Stack Class
[+] JclStacks.pas Classes
[+] TJclInt64Stack Methods
Search in JCL Help
Search in all projectsClass Hierarchy
IJclLockable
|
IJclBaseContainer
|
IJclPackable
|
IJclGrowable
|
IJclInt64Stack
|
TJclAbstractLockable
|
IJclCloneable
|
IJclIntfCloneable
|
TJclAbstractContainerBase
|
IJclInt64Comparer
|
IJclInt64EqualityComparer
|
IJclInt64HashConverter
|
IJclInt64Owner
|
TJclInt64AbstractContainer
|
TJclInt64Stack
Summary
This class store objects in a LIFO dynamic array.
Pascal
public TJclInt64Stack = class(TJclInt64AbstractContainer, IJclLockable, IJclIntfCloneable, IJclCloneable, IJclPackable, IJclGrowable, IJclBaseContainer, IJclInt64EqualityComparer, IJclInt64Stack);
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Jean-Philippe Bempel
Notes
The default capacity is 16 elements. When the limit is reached, the capacity grows of 25%. If the compilation symbol THREADSAFE is defined, this container is threadsafe.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page