Unit 'gnHASH' Package
[Overview][Types][Classes][Index] [#bs_engines]

TplHashNode

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

Declaration

Source position: gnhash.pas line 49

type TplHashNode = class(TplNode)

protected

  hnNext: TplHashNode;

  

  hnValue: Pointer;

  

  hnValSize: Cardinal;

  

  FLRU: LongInt;

  

  function GetValue;

  

public

  constructor CreateNode(); virtual;

  

  destructor Destroy; override;

  

  property Value: Pointer; [r]

  

  property LRU: LongInt; [rw]

  

end;

Inheritance

TplHashNode

  

|

TplNode

  

|

TObject



CT Web help

CodeTyphon Studio