VgaGames 3 - Hashmap man-pages

[.. upper level ..]

VG3_hash_clone()

[added in version 1.4]

Clone a hashmap, creating a new identical one.
SYNTAX
struct vg3_hash * VG3_hash_clone(struct vg3_hash *hhash)

FUNCTION PARAMETERS
hhash Hashmap

RETURN VALUE
Returns the cloned hashmap.

DESCRIPTION
Clone a hashmap, creating a new identical one.

SEE ALSO
VG3_hash_new() VG3_hash_free() VG3_hash_set() VG3_hash_setint() VG3_hash_clear() VG3_hash_del() VG3_hash_isset() VG3_hash_isnum() VG3_hash_get() VG3_hash_getint() VG3_hash_list()