1 |
michael |
3253 |
\hypertarget{st__iter_8c}{ |
2 |
|
|
\section{st\_\-iter.c File Reference} |
3 |
|
|
\label{st__iter_8c}\index{st_iter.c@{st\_\-iter.c}} |
4 |
|
|
} |
5 |
|
|
|
6 |
|
|
|
7 |
|
|
\subsection{Detailed Description} |
8 |
|
|
\begin{Desc} |
9 |
|
|
\item[For internal use only.] |
10 |
|
|
This file contains the implementation of the \hyperlink{group__dbprim__smat_ga14}{st\_\-iter()} function, used to iterate over all entries in a sparse matrix table.\end{Desc} |
11 |
|
|
|
12 |
|
|
|
13 |
|
|
Definition in file \hyperlink{st__iter_8c-source}{st\_\-iter.c}. |
14 |
|
|
|
15 |
|
|
{\tt \#include \char`\"{}dbprim.h\char`\"{}}\par |
16 |
|
|
{\tt \#include \char`\"{}dbprim\_\-int.h\char`\"{}}\par |
17 |
|
|
|
18 |
|
|
|
19 |
|
|
Include dependency graph for st\_\-iter.c:\begin{figure}[H] |
20 |
|
|
\begin{center} |
21 |
|
|
\leavevmode |
22 |
|
|
\includegraphics[width=183pt]{st__iter_8c__incl} |
23 |
|
|
\end{center} |
24 |
|
|
\end{figure} |
25 |
|
|
\subsection*{Data Structures} |
26 |
|
|
\begin{CompactItemize} |
27 |
|
|
\item |
28 |
|
|
struct \hyperlink{struct__st__iter__s}{\_\-st\_\-iter\_\-s} |
29 |
|
|
\begin{CompactList}\small\item\em Sparse matrix iteration function shim structure. \item\end{CompactList}\end{CompactItemize} |
30 |
|
|
\subsection*{Functions} |
31 |
|
|
\begin{CompactItemize} |
32 |
|
|
\item |
33 |
|
|
static unsigned long \hyperlink{group__dbprim__smat_ga31}{\_\-st\_\-iter\_\-iter} (\hyperlink{struct__hash__table__s}{hash\_\-table\_\-t} $\ast$table, \hyperlink{struct__hash__entry__s}{hash\_\-entry\_\-t} $\ast$ent, void $\ast$extra) |
34 |
|
|
\begin{CompactList}\small\item\em Sparse matrix hash iteration callback. \item\end{CompactList}\item |
35 |
|
|
unsigned long \hyperlink{group__dbprim__smat_ga14}{st\_\-iter} (\hyperlink{struct__smat__table__s}{smat\_\-table\_\-t} $\ast$table, \hyperlink{group__dbprim__smat_ga4}{smat\_\-iter\_\-t} iter\_\-func, void $\ast$extra) |
36 |
|
|
\begin{CompactList}\small\item\em Iterate over each entry in a sparse matrix. \item\end{CompactList}\end{CompactItemize} |