hash_keys

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

hash_keys, hash_keys_in_pool, hash_values, hash_values_in_pool - return a vector of the keys or values in a hash

SYNOPSIS

#include <hash.h>

vector hash_keys (hash);
vector hash_keys_in_pool (hash, pool);
vector hash_values (hash);
vector hash_values_in_pool (hash, pool);

DESCRIPTION

Return a vector containing all the keys or values of hash. The *_in_pool variants allow you to allocate the vector in another pool (the default is to allocate the vector in the same pool as the hash).

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13