#include <dbprim.h>
Collaboration diagram for _smat_table_s:
For internal use only.
This is the implementation of the smat_table_t type.
Definition at line 1664 of file dbprim.h.
Data Fields | |
unsigned long | st_magic |
smat_resize_t | st_resize |
void * | st_extra |
hash_table_t | st_table |
|
Extra data pointer. Definition at line 1667 of file dbprim.h. Referenced by st_init(). |
|
Magic number. Definition at line 1665 of file dbprim.h. Referenced by st_init(). |
|
Function pointer for resize callback. Definition at line 1666 of file dbprim.h. Referenced by _smat_resize(), and st_init(). |
|
Hash table. Definition at line 1668 of file dbprim.h. Referenced by _st_remove(), st_add(), st_find(), st_flush(), st_free(), st_init(), st_iter(), and st_resize(). |