Unit 'gstack' Package
[Overview][Classes][Index] [#fcl-stl]

TStack

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

Declaration

Source position: gstack.pp line 22

type generic TStack <T>= class

public

  procedure Clear;

  procedure Push();

  procedure Pop;

  function Top;

  function Size;

  function IsEmpty;

  constructor Create;

  destructor Destroy; override;

end;

Inheritance

TStack

|

TObject


Documentation generated on: 2023-03-18