File: rbhash_len.pod

package info (click to toggle)
roy 1.0.8-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,316 kB
  • ctags: 1,564
  • sloc: ansic: 14,459; sh: 8,259; makefile: 322
file content (24 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

=head1 NAME

rbhash_len - get the number of elements stored in a RBHash.

=head1 SYNOPSIS

#include <roy.h>

int rbhash_len (RBHash *hash);

=head1 DESCRIPTION

This macro returns the length (number of elements) of the RBHash
specified by the I<hash> argument.

=head1 SEE ALSO

L<rbhash(3)|rbhash(3)>, L<rbhash_entry_getkey(3)|rbhash_entry_getkey(3)>, 
L<rbhash_entry_setkey(3)|rbhash_entry_setkey(3)>, L<rbhash_free(3)|rbhash_free(3)>, 
L<rbhash_insert(3)|rbhash_insert(3)>, L<rbhash_lookup(3)|rbhash_lookup(3)>, 
L<rbhash_lookup_next(3)|rbhash_lookup_next(3)>, L<rbhash_new(3)|rbhash_new(3)>, 
L<rbhash_remove(3)|rbhash_remove(3)>, L<rbhash_remove_entry(3)|rbhash_remove_entry(3)>, 
L<roy(3)|roy(3)>