建構子
GandivaUInt64SelectionVectornew
自版本 4.0.0 起
宣告 [src]
GGandivaUInt64SelectionVector*
ggandiva_uint64_selection_vector_new (
gint64 max_slots,
GError** error
)
參數
max_slots
-
類型:
gint64
插槽的最大數量。
error
-
類型:
GError **
可恢復錯誤的返回位置。
參數可以為 NULL
。如果返回位置不是 NULL
,則您必須將其初始化為NULL
GError*
。如果沒有錯誤,建構子會將參數保留初始化為 NULL
。如果發生錯誤,參數將被設定為新分配的 GError
;呼叫者將取得資料的所有權,並負責釋放它。
返回值
類型: GGandivaUInt64SelectionVector
新建立的 GGandivaUInt64SelectionVector
。
此函式的呼叫者取得資料的所有權,並負責釋放它。 |