sash_keys

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

sash_keys, sash_keys_in_pool, sash_values, sash_values_in_pool - return a vector of the keys or values in a sash

SYNOPSIS

#include <hash.h>

vector sash_keys (sash);
vector sash_keys_in_pool (sash, pool);
vector sash_values (sash);
vector sash_values_in_pool (sash, pool);

DESCRIPTION

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

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

c2lib-1.2.13