blob: 7cb3b49de0c9bac1350a9505829adbaef63bb0c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
hypertarget{structStack}{
\section{Stack Struct Reference}
\label{structStack}\index{Stack@{Stack}}
}
This is a structure that holds the information for a stack.
{\tt \#include $<$votParseP.h$>$}
\subsection*{Data Fields}
\begin{CompactItemize}
\item
\hypertarget{structStack_50bfdf880cfde1bf714a7ca9eb1eeae3}{
\hyperlink{structNode}{Node} $\ast$ \textbf{head}}
\label{structStack_50bfdf880cfde1bf714a7ca9eb1eeae3}
\item
\hypertarget{structStack_980bcca9b29a635b3e70bfdcbb6f1a34}{
int \textbf{level}}
\label{structStack_980bcca9b29a635b3e70bfdcbb6f1a34}
\end{CompactItemize}
\subsection{Detailed Description}
This is a structure that holds the information for a stack.
The documentation for this struct was generated from the following file:\begin{CompactItemize}
\item
\hyperlink{votParseP_8h}{votParseP.h}\end{CompactItemize}
|