| 1 |
michael |
3253 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 |
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
| 3 |
|
|
<title>DatabasePrimitivesLibrary: _smat_table_s Struct Reference</title> |
| 4 |
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css"> |
| 5 |
|
|
</head><body> |
| 6 |
|
|
<!-- Generated by Doxygen 1.4.4 --> |
| 7 |
|
|
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> |
| 8 |
|
|
<h1>_smat_table_s Struct Reference<br> |
| 9 |
|
|
<small> |
| 10 |
|
|
[<a class="el" href="group__dbprim__smat.html">Sparse matrices</a>]</small> |
| 11 |
|
|
</h1><!-- doxytag: class="_smat_table_s" --><code>#include <<a class="el" href="dbprim_8h-source.html">dbprim.h</a>></code> |
| 12 |
|
|
<p> |
| 13 |
|
|
Collaboration diagram for _smat_table_s:<p><center><img src="struct__smat__table__s__coll__graph.png" border="0" usemap="#__smat__table__s__coll__map" alt="Collaboration graph"></center> |
| 14 |
|
|
<map name="__smat__table__s__coll__map"> |
| 15 |
|
|
<area href="struct__hash__table__s.html" shape="rect" coords="6,112,115,136" alt=""> |
| 16 |
|
|
<area href="struct__link__head__s.html" shape="rect" coords="88,7,190,31" alt=""> |
| 17 |
|
|
<area href="struct__link__elem__s.html" shape="rect" coords="152,112,254,136" alt=""> |
| 18 |
|
|
</map> |
| 19 |
|
|
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><hr><a name="_details"></a><h2>Detailed Description</h2> |
| 20 |
|
|
<p><b>For internal use only.</b></p> |
| 21 |
|
|
<p> |
| 22 |
|
|
This is the implementation of the <a class="el" href="group__dbprim__smat.html#ga0">smat_table_t</a> type.</p> |
| 23 |
|
|
|
| 24 |
|
|
<p> |
| 25 |
|
|
|
| 26 |
|
|
<p> |
| 27 |
|
|
Definition at line <a class="el" href="dbprim_8h-source.html#l01664">1664</a> of file <a class="el" href="dbprim_8h-source.html">dbprim.h</a>.<table border="0" cellpadding="0" cellspacing="0"> |
| 28 |
|
|
<tr><td></td></tr> |
| 29 |
|
|
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr> |
| 30 |
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned long </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__smat__table__s.html#o0">st_magic</a></td></tr> |
| 31 |
|
|
|
| 32 |
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__dbprim__smat.html#ga3">smat_resize_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__smat__table__s.html#o1">st_resize</a></td></tr> |
| 33 |
|
|
|
| 34 |
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__smat__table__s.html#o2">st_extra</a></td></tr> |
| 35 |
|
|
|
| 36 |
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct__hash__table__s.html">hash_table_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__smat__table__s.html#o3">st_table</a></td></tr> |
| 37 |
|
|
|
| 38 |
|
|
</table> |
| 39 |
|
|
<hr><h2>Field Documentation</h2> |
| 40 |
|
|
<a class="anchor" name="o2"></a><!-- doxytag: member="_smat_table_s::st_extra" ref="o2" args="" --><p> |
| 41 |
|
|
<table class="mdTable" cellpadding="2" cellspacing="0"> |
| 42 |
|
|
<tr> |
| 43 |
|
|
<td class="mdRow"> |
| 44 |
|
|
<table cellpadding="0" cellspacing="0" border="0"> |
| 45 |
|
|
<tr> |
| 46 |
|
|
<td class="md" nowrap valign="top">void* <a class="el" href="struct__smat__table__s.html#o2">_smat_table_s::st_extra</a> </td> |
| 47 |
|
|
</tr> |
| 48 |
|
|
</table> |
| 49 |
|
|
</td> |
| 50 |
|
|
</tr> |
| 51 |
|
|
</table> |
| 52 |
|
|
<table cellspacing="5" cellpadding="0" border="0"> |
| 53 |
|
|
<tr> |
| 54 |
|
|
<td> |
| 55 |
|
|
|
| 56 |
|
|
</td> |
| 57 |
|
|
<td> |
| 58 |
|
|
|
| 59 |
|
|
<p> |
| 60 |
|
|
Extra data pointer. |
| 61 |
|
|
<p> |
| 62 |
|
|
Definition at line <a class="el" href="dbprim_8h-source.html#l01667">1667</a> of file <a class="el" href="dbprim_8h-source.html">dbprim.h</a>. |
| 63 |
|
|
<p> |
| 64 |
|
|
Referenced by <a class="el" href="st__init_8c-source.html#l00034">st_init()</a>. </td> |
| 65 |
|
|
</tr> |
| 66 |
|
|
</table> |
| 67 |
|
|
<a class="anchor" name="o0"></a><!-- doxytag: member="_smat_table_s::st_magic" ref="o0" args="" --><p> |
| 68 |
|
|
<table class="mdTable" cellpadding="2" cellspacing="0"> |
| 69 |
|
|
<tr> |
| 70 |
|
|
<td class="mdRow"> |
| 71 |
|
|
<table cellpadding="0" cellspacing="0" border="0"> |
| 72 |
|
|
<tr> |
| 73 |
|
|
<td class="md" nowrap valign="top">unsigned long <a class="el" href="struct__smat__table__s.html#o0">_smat_table_s::st_magic</a> </td> |
| 74 |
|
|
</tr> |
| 75 |
|
|
</table> |
| 76 |
|
|
</td> |
| 77 |
|
|
</tr> |
| 78 |
|
|
</table> |
| 79 |
|
|
<table cellspacing="5" cellpadding="0" border="0"> |
| 80 |
|
|
<tr> |
| 81 |
|
|
<td> |
| 82 |
|
|
|
| 83 |
|
|
</td> |
| 84 |
|
|
<td> |
| 85 |
|
|
|
| 86 |
|
|
<p> |
| 87 |
|
|
Magic number. |
| 88 |
|
|
<p> |
| 89 |
|
|
Definition at line <a class="el" href="dbprim_8h-source.html#l01665">1665</a> of file <a class="el" href="dbprim_8h-source.html">dbprim.h</a>. |
| 90 |
|
|
<p> |
| 91 |
|
|
Referenced by <a class="el" href="st__init_8c-source.html#l00034">st_init()</a>. </td> |
| 92 |
|
|
</tr> |
| 93 |
|
|
</table> |
| 94 |
|
|
<a class="anchor" name="o1"></a><!-- doxytag: member="_smat_table_s::st_resize" ref="o1" args="" --><p> |
| 95 |
|
|
<table class="mdTable" cellpadding="2" cellspacing="0"> |
| 96 |
|
|
<tr> |
| 97 |
|
|
<td class="mdRow"> |
| 98 |
|
|
<table cellpadding="0" cellspacing="0" border="0"> |
| 99 |
|
|
<tr> |
| 100 |
|
|
<td class="md" nowrap valign="top"><a class="el" href="group__dbprim__smat.html#ga3">smat_resize_t</a> <a class="el" href="struct__smat__table__s.html#o1">_smat_table_s::st_resize</a> </td> |
| 101 |
|
|
</tr> |
| 102 |
|
|
</table> |
| 103 |
|
|
</td> |
| 104 |
|
|
</tr> |
| 105 |
|
|
</table> |
| 106 |
|
|
<table cellspacing="5" cellpadding="0" border="0"> |
| 107 |
|
|
<tr> |
| 108 |
|
|
<td> |
| 109 |
|
|
|
| 110 |
|
|
</td> |
| 111 |
|
|
<td> |
| 112 |
|
|
|
| 113 |
|
|
<p> |
| 114 |
|
|
Function pointer for resize callback. |
| 115 |
|
|
<p> |
| 116 |
|
|
Definition at line <a class="el" href="dbprim_8h-source.html#l01666">1666</a> of file <a class="el" href="dbprim_8h-source.html">dbprim.h</a>. |
| 117 |
|
|
<p> |
| 118 |
|
|
Referenced by <a class="el" href="__smat__resize_8c-source.html#l00034">_smat_resize()</a>, and <a class="el" href="st__init_8c-source.html#l00034">st_init()</a>. </td> |
| 119 |
|
|
</tr> |
| 120 |
|
|
</table> |
| 121 |
|
|
<a class="anchor" name="o3"></a><!-- doxytag: member="_smat_table_s::st_table" ref="o3" args="" --><p> |
| 122 |
|
|
<table class="mdTable" cellpadding="2" cellspacing="0"> |
| 123 |
|
|
<tr> |
| 124 |
|
|
<td class="mdRow"> |
| 125 |
|
|
<table cellpadding="0" cellspacing="0" border="0"> |
| 126 |
|
|
<tr> |
| 127 |
|
|
<td class="md" nowrap valign="top"><a class="el" href="struct__hash__table__s.html">hash_table_t</a> <a class="el" href="struct__smat__table__s.html#o3">_smat_table_s::st_table</a> </td> |
| 128 |
|
|
</tr> |
| 129 |
|
|
</table> |
| 130 |
|
|
</td> |
| 131 |
|
|
</tr> |
| 132 |
|
|
</table> |
| 133 |
|
|
<table cellspacing="5" cellpadding="0" border="0"> |
| 134 |
|
|
<tr> |
| 135 |
|
|
<td> |
| 136 |
|
|
|
| 137 |
|
|
</td> |
| 138 |
|
|
<td> |
| 139 |
|
|
|
| 140 |
|
|
<p> |
| 141 |
|
|
Hash table. |
| 142 |
|
|
<p> |
| 143 |
|
|
Definition at line <a class="el" href="dbprim_8h-source.html#l01668">1668</a> of file <a class="el" href="dbprim_8h-source.html">dbprim.h</a>. |
| 144 |
|
|
<p> |
| 145 |
|
|
Referenced by <a class="el" href="st__remove_8c-source.html#l00035">_st_remove()</a>, <a class="el" href="st__add_8c-source.html#l00036">st_add()</a>, <a class="el" href="st__find_8c-source.html#l00036">st_find()</a>, <a class="el" href="st__flush_8c-source.html#l00086">st_flush()</a>, <a class="el" href="st__free_8c-source.html#l00034">st_free()</a>, <a class="el" href="st__init_8c-source.html#l00034">st_init()</a>, <a class="el" href="st__iter_8c-source.html#l00077">st_iter()</a>, and <a class="el" href="st__resize_8c-source.html#l00034">st_resize()</a>. </td> |
| 146 |
|
|
</tr> |
| 147 |
|
|
</table> |
| 148 |
|
|
<hr size="1"><address style="align: right;"><small>Generated on Sat Jul 15 14:10:55 2006 for DatabasePrimitivesLibrary by |
| 149 |
|
|
<a href="http://www.doxygen.org/index.html"> |
| 150 |
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address> |
| 151 |
|
|
</body> |
| 152 |
|
|
</html> |