Record vector_float
Unit
Declaration
type vector_float = record
Description
Class: vector_float of ddb
Overview
Fields
o: Pduckdb_vector_float; |
Methods
constructor FromNativePointer(ptr : Pduckdb_vector_float); |
|
class operator Explicit(const r: vector_float): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(); overload; |
|
procedure Init(arg1: NativeUInt); overload; |
|
function size(): NativeUInt; overload; |
|
function capacity(): NativeUInt; overload; |
|
procedure reserve(arg2: NativeUInt); overload; |
|
function empty(): Boolean; overload; |
|
procedure clear(); overload; |
|
procedure push_back(arg2: PSingle); overload; |
|
function at(arg2: NativeUInt): PSingle; overload; |
|
function begin(): PSingle; overload; |
|
function end(): PSingle; overload; |
|
procedure push_back(arg2: Single); overload; |
Description
Fields
o: Pduckdb_vector_float; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_vector_float); |
|
This item has no description. |
class operator Explicit(const r: vector_float): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |
procedure Init(arg1: NativeUInt); overload; |
|
This item has no description. |
function size(): NativeUInt; overload; |
|
This item has no description. |
function capacity(): NativeUInt; overload; |
|
This item has no description. |
procedure reserve(arg2: NativeUInt); overload; |
|
This item has no description. |
function empty(): Boolean; overload; |
|
This item has no description. |
procedure clear(); overload; |
|
This item has no description. |
procedure push_back(arg2: PSingle); overload; |
|
This item has no description. |
function at(arg2: NativeUInt): PSingle; overload; |
|
This item has no description. |
function begin(): PSingle; overload; |
|
This item has no description. |
function end(): PSingle; overload; |
|
This item has no description. |
procedure push_back(arg2: Single); overload; |
|
This item has no description. |