gtk-d v3.7.3 (2017-12-16T16:21:49Z)
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
constructors
this
functions
add
contains
destroy
doref
find
foreac
foreachRemove
foreachSteal
getHashTableStruct
getKeys
getKeysAsArray
getStruct
getValues
insert
lookup
lookupExtended
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.