VSTa manual pages - HASH_FOREACH (3)
NAME
hash_forech - enumerate each entry in the hash, invoking a function
CONTENTS
Synopsis
Description
See Also
SYNOPSIS
#include <hash.h>
f(long h_key, void *h_data, void *arg);
void hash_foreach(struct hash *h, intfun f, void *arg);
DESCRIPTION
hash_foreach() walks through the hash
h and executes the function
f for each entry. It is executed with the key and h_data pointer of the entry and
arg as arguments.
SEE ALSO
hash_alloc(3),
hash_dealloc(3),
hash_insert(3),
hash_delete(3),
hash_lookup(3),
hash_size(3)
Generated by manServer 1.06 from hash_foreach.3 using man macros.