Unit 'agg_array' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_aggpas]

pod_array_adaptor

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

Declaration

Source position: agg_array.pas line 48

type pod_array_adaptor = object(array_base)

  m_array: pointer;

  

  m_size: unsigned;

  

  m_entry: unsigned;

  

  constructor Construct();

  

  function size; virtual;

  

  function entry; virtual;

  

  function array_operator(); virtual;

  

  function at(); virtual;

  

end;

Inheritance

pod_array_adaptor

  

|

array_base

  

|

TObject



CT Web help

CodeTyphon Studio