Record list_entry_t
Unit
Declaration
type list_entry_t = record
Description
Class: list_entry_t of ddb
Overview
Fields
o: Pduckdb_list_entry_t; |
Methods
constructor FromNativePointer(ptr : Pduckdb_list_entry_t); |
|
class operator Explicit(const r: list_entry_t): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: UInt64; arg2: UInt64); overload; |
|
function offset(): UInt64; overload; |
|
function length(): UInt64; overload; |
Description
Fields
o: Pduckdb_list_entry_t; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_list_entry_t); |
|
This item has no description. |
class operator Explicit(const r: list_entry_t): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: UInt64; arg2: UInt64); overload; |
|
This item has no description. |
function offset(): UInt64; overload; |
|
This item has no description. |
function length(): UInt64; overload; |
|
This item has no description. |