gtk-d v3.8.4 (2018-11-21T22:11:03Z)
Home
Dub
Repo
HashTable.this
glib
HashTable
HashTable
Sets our main struct and passes it to the parent class.
this
(GHashTable* gHashTable, bool ownedRef)
class
HashTable
this
(
GHashTable
*
gHashTable
,
bool
ownedRef
= false
)
this
(GHashFunc hashFunc, GEqualFunc keyEqualFunc)
this
(GHashFunc hashFunc, GEqualFunc keyEqualFunc, GDestroyNotify keyDestroyFunc, GDestroyNotify valueDestroyFunc)
Meta
Source
See Implementation
glib
HashTable
HashTable
aliases
doref
foreac
constructors
this
functions
add
contains
destroy
find
foreachRemove
foreachSteal
foreach_
getHashTableStruct
getKeys
getKeysAsArray
getStruct
getValues
insert
lookup
lookupExtended
ref_
remove
removeAll
replace
size
steal
stealAll
unref
static functions
directEqual
directHash
doubleEqual
doubleHash
int64Equal
int64Hash
intEqual
intHash
strEqual
strHash
variables
gHashTable
ownedRef
Sets our main struct and passes it to the parent class.