Unit 'CodeAtom' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_codetools]

TAtomRing

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

Declaration

Source position: codeatom.pas line 87

type TAtomRing = class

public

  function Empty;

  

  procedure Add();

  

  function GetCurrent();

  

  function IsCurrent();

  

  function SetCurrent();

  

  function HasPrior;

  

  function GoBack();

  

  procedure UndoLastAdd;

  

  procedure AddReverse();

  

  function GetPriorAtom;

  

  function GetAtomAt();

  

  function GetValueAt(); deprecated ;

  

  function IndexOf();

  

  procedure SetIndex();

  

  function Count; deprecated ;

  

  function PriorCount;

  

  function NextCount;

  

  function HasNext;

  

  function MoveToNext();

  

  property Size: Integer; [rw]

  

  procedure Clear;

  

  procedure ClearCurrent;

  

  procedure WriteDebugReport;

  

  procedure ConsistencyCheck;

  

  property SrcLen: Integer; [rw]

  

  constructor Create;

  

  destructor Destroy; override;

  

  function CalcMemSize;

  

end;

Inheritance

TAtomRing

  

|

TObject



CT Web help

CodeTyphon Studio