Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

_smat_table_s Struct Reference
[Sparse matrices]

#include <dbprim.h>

Collaboration diagram for _smat_table_s:

Collaboration graph
[legend]

Detailed Description

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


Field Documentation

void* _smat_table_s::st_extra
 

Extra data pointer.

Definition at line 1667 of file dbprim.h.

Referenced by st_init().

unsigned long _smat_table_s::st_magic
 

Magic number.

Definition at line 1665 of file dbprim.h.

Referenced by st_init().

smat_resize_t _smat_table_s::st_resize
 

Function pointer for resize callback.

Definition at line 1666 of file dbprim.h.

Referenced by _smat_resize(), and st_init().

hash_table_t _smat_table_s::st_table
 

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().


Generated on Sat Jul 15 14:10:55 2006 for DatabasePrimitivesLibrary by  doxygen 1.4.4