#include <dbprim.h>
Collaboration diagram for _smat_entry_s:
For internal use only.
This is the implementation of the smat_entry_t type.
Definition at line 2327 of file dbprim.h.
Data Fields | |
unsigned long | se_magic |
smat_table_t * | se_table |
hash_entry_t | se_hash |
link_elem_t | se_link [2] |
void * | se_object [2] |
|
Hash table entry. Definition at line 2330 of file dbprim.h. Referenced by _smat_alloc(), _st_remove(), and st_add(). |
|
Linked list elements. Definition at line 2331 of file dbprim.h. Referenced by _smat_alloc(), _st_remove(), sh_find(), sh_iter(), sh_move(), and st_add(). |
|
Magic number. Definition at line 2328 of file dbprim.h. Referenced by _smat_alloc(), and _smat_free(). |
|
Objects. Definition at line 2332 of file dbprim.h. Referenced by _smat_alloc(), and st_add(). |
|
Sparse matrix table. Definition at line 2329 of file dbprim.h. Referenced by _smat_alloc(), st_add(), and st_remove(). |