shash_keys

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

shash_keys, shash_keys_in_pool, shash_values, shash_values_in_pool - return a vector of the keys or values in a shash

SYNOPSIS

#include <hash.h>

vector shash_keys (shash);
vector shash_keys_in_pool (shash, pool);
vector shash_values (shash);
vector shash_values_in_pool (shash, pool);

DESCRIPTION

Return a vector containing all the keys or values of shash. 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 shash).

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

c2lib-1.2.13