Xml.HashTable – libxml-2.0 Reference Manual
HashTable
Object Hierarchy:
Xml.HashTable
Xml.HashTable
Xml.HashTable
Description:
[
Compact
]
[
CCode
( cname =
"xmlHashTable"
) ]
public
class
HashTable
Namespace:
Xml
Package:
libxml-2.0
Content:
Creation methods:
public
HashTable
(
int
size)
Methods:
public
int
add_entry
(
string
name,
void
* user_data)
public
void
free
(
HashDeallocator
? f)
public
void
*
lookup
(
string
name)
public
int
remove_entry
(
string
name,
HashDeallocator
? f)
public
void
scan_full
(
HashScannerFull
f,
void
* user_data)
public
int
size
()
2022 vala-language.org