\hypertarget{structXLX__stack}{
\section{XLX\_\-stack Struct Reference}
\label{structXLX__stack}\index{XLX_stack@{XLX\_\-stack}}
}
Typedef for a stack structure.  


{\tt \#include $<$stack.h$>$}

\subsection*{Data Fields}
\begin{CompactItemize}
\item 
unsigned \hyperlink{structXLX__stack_o0}{limit}
\item 
unsigned \hyperlink{structXLX__stack_o1}{used}
\item 
void $\ast$$\ast$ \hyperlink{structXLX__stack_o2}{base}
\end{CompactItemize}


\subsection{Detailed Description}
Typedef for a stack structure. 



\subsection{Field Documentation}
\hypertarget{structXLX__stack_o2}{
\index{XLX_stack@{XLX\_\-stack}!base@{base}}
\index{base@{base}!XLX_stack@{XLX\_\-stack}}
\subsubsection[base]{\setlength{\rightskip}{0pt plus 5cm}void$\ast$$\ast$ \hyperlink{structXLX__stack_o2}{XLX\_\-stack::base}}}
\label{structXLX__stack_o2}


Pointer to the base of the stack (1st item) \hypertarget{structXLX__stack_o0}{
\index{XLX_stack@{XLX\_\-stack}!limit@{limit}}
\index{limit@{limit}!XLX_stack@{XLX\_\-stack}}
\subsubsection[limit]{\setlength{\rightskip}{0pt plus 5cm}unsigned \hyperlink{structXLX__stack_o0}{XLX\_\-stack::limit}}}
\label{structXLX__stack_o0}


Maximum number of objects the stack can hold \hypertarget{structXLX__stack_o1}{
\index{XLX_stack@{XLX\_\-stack}!used@{used}}
\index{used@{used}!XLX_stack@{XLX\_\-stack}}
\subsubsection[used]{\setlength{\rightskip}{0pt plus 5cm}unsigned \hyperlink{structXLX__stack_o1}{XLX\_\-stack::used}}}
\label{structXLX__stack_o1}


Number of objects currently on the stack 

The documentation for this struct was generated from the following file:\begin{CompactItemize}
\item 
\hyperlink{stack_8h}{stack.h}\end{CompactItemize}
