#include <dbprim.h>
Collaboration diagram for _smat_head_s:
For internal use only.
This is the implementation of the smat_head_t type.
Definition at line 2005 of file dbprim.h.
Data Fields | |
unsigned long | sh_magic |
smat_loc_t | sh_elem |
smat_table_t * | sh_table |
link_head_t | sh_head |
|
0 or 1 to indicate first or second. Definition at line 2007 of file dbprim.h. Referenced by sh_find(), sh_flush(), sh_init(), sh_iter(), sh_move(), st_add(), and st_find(). |
|
Linked list head. Definition at line 2009 of file dbprim.h. Referenced by sh_find(), sh_flush(), sh_init(), sh_iter(), sh_move(), st_add(), and st_find(). |
|
Magic number. Definition at line 2006 of file dbprim.h. Referenced by sh_init(). |
|
Table this object's in. Definition at line 2008 of file dbprim.h. Referenced by sh_flush(), sh_init(), sh_iter(), st_add(), and st_find(). |