an iterator for traversing the buckets More...
#include <hashtab.h>
Data Fields | |
struct ast_hashtab_bucket * | next |
struct ast_hashtab * | tab |
an iterator for traversing the buckets
Definition at line 105 of file hashtab.h.
struct ast_hashtab_bucket* next [read] |
Definition at line 108 of file hashtab.h.
Referenced by ast_hashtab_next(), ast_hashtab_start_traversal(), and ast_hashtab_start_write_traversal().
struct ast_hashtab* tab [read] |
Definition at line 107 of file hashtab.h.
Referenced by ast_hashtab_end_traversal(), ast_hashtab_start_traversal(), and ast_hashtab_start_write_traversal().