Unit 'BASE_Engine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_titanscript]

TTitanFastStack

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: base_engine.pas line 366

type TTitanFastStack = class

public

  Card: Integer;

  

  fItems: array [0..1024] of Integer;

  

  constructor Create;

  

  function Push();

  

  procedure Clear;

  

  function Pop;

  

  function PopPointer;

  

  function Top;

  

  function IndexOf();

  

  function PushUnique();

  

  procedure Delete();

  

  property Items []: Integer; default; [r]

  

end;

Inheritance

TTitanFastStack

  

|

TObject



CT Web help

CodeTyphon Studio