2022-11-10 03:34:52 +08:00
|
|
|
\hypertarget{struct__l_stack}{}\doxysection{\+\_\+l\+Stack结构体 参考}
|
|
|
|
|
\label{struct__l_stack}\index{\_lStack@{\_lStack}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
链表方式栈的节点
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{\ttfamily \#include $<$STL\+\_\+\+Stack.\+h$>$}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-11-10 03:44:49 +08:00
|
|
|
\+\_\+l\+Stack 的协作图\+:\nopagebreak
|
2022-11-10 03:34:52 +08:00
|
|
|
\begin{figure}[H]
|
|
|
|
|
\begin{center}
|
|
|
|
|
\leavevmode
|
|
|
|
|
\includegraphics[width=170pt]{struct__l_stack__coll__graph}
|
|
|
|
|
\end{center}
|
|
|
|
|
\end{figure}
|
|
|
|
|
\doxysubsection*{Public 属性}
|
|
|
|
|
\begin{DoxyCompactItemize}
|
|
|
|
|
\item
|
|
|
|
|
struct \mbox{\hyperlink{struct__l_stack}{\+\_\+l\+Stack}} $\ast$ \mbox{\hyperlink{struct__l_stack_affc30df8369219ce967936b083106ee4}{front}}
|
|
|
|
|
\begin{DoxyCompactList}\small\item\em 前一个节点的指针 \end{DoxyCompactList}\item
|
|
|
|
|
void $\ast$ \mbox{\hyperlink{struct__l_stack_a560ebf00b475d44dc7a96c9c15d91bc8}{dat}}
|
|
|
|
|
\begin{DoxyCompactList}\small\item\em 数据的指针 \end{DoxyCompactList}\item
|
|
|
|
|
\mbox{\hyperlink{varint_8h_afaa62991928fb9fb18ff0db62a040aba}{u32}} \mbox{\hyperlink{struct__l_stack_a6bdae5ac1294a8f08f4b5b8a809e4f32}{size}}
|
|
|
|
|
\begin{DoxyCompactList}\small\item\em 该数据的大小 \end{DoxyCompactList}\end{DoxyCompactItemize}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\doxysubsection{详细描述}
|
|
|
|
|
链表方式栈的节点
|
|
|
|
|
|
|
|
|
|
在文件 \mbox{\hyperlink{_s_t_l___stack_8h_source}{STL\+\_\+\+Stack.\+h}} 第 \mbox{\hyperlink{_s_t_l___stack_8h_source_l00088}{88}} 行定义.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\doxysubsection{类成员变量说明}
|
|
|
|
|
\mbox{\Hypertarget{struct__l_stack_a560ebf00b475d44dc7a96c9c15d91bc8}\label{struct__l_stack_a560ebf00b475d44dc7a96c9c15d91bc8}}
|
|
|
|
|
\index{\_lStack@{\_lStack}!dat@{dat}}
|
|
|
|
|
\index{dat@{dat}!\_lStack@{\_lStack}}
|
|
|
|
|
\doxysubsubsection{\texorpdfstring{dat}{dat}}
|
|
|
|
|
{\footnotesize\ttfamily void$\ast$ \+\_\+l\+Stack\+::dat}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
数据的指针
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
在文件 \mbox{\hyperlink{_s_t_l___stack_8h_source}{STL\+\_\+\+Stack.\+h}} 第 \mbox{\hyperlink{_s_t_l___stack_8h_source_l00090}{90}} 行定义.
|
|
|
|
|
|
|
|
|
|
\mbox{\Hypertarget{struct__l_stack_affc30df8369219ce967936b083106ee4}\label{struct__l_stack_affc30df8369219ce967936b083106ee4}}
|
|
|
|
|
\index{\_lStack@{\_lStack}!front@{front}}
|
|
|
|
|
\index{front@{front}!\_lStack@{\_lStack}}
|
|
|
|
|
\doxysubsubsection{\texorpdfstring{front}{front}}
|
|
|
|
|
{\footnotesize\ttfamily struct \mbox{\hyperlink{struct__l_stack}{\+\_\+l\+Stack}}$\ast$ \+\_\+l\+Stack\+::front}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
前一个节点的指针
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
在文件 \mbox{\hyperlink{_s_t_l___stack_8h_source}{STL\+\_\+\+Stack.\+h}} 第 \mbox{\hyperlink{_s_t_l___stack_8h_source_l00089}{89}} 行定义.
|
|
|
|
|
|
|
|
|
|
\mbox{\Hypertarget{struct__l_stack_a6bdae5ac1294a8f08f4b5b8a809e4f32}\label{struct__l_stack_a6bdae5ac1294a8f08f4b5b8a809e4f32}}
|
|
|
|
|
\index{\_lStack@{\_lStack}!size@{size}}
|
|
|
|
|
\index{size@{size}!\_lStack@{\_lStack}}
|
|
|
|
|
\doxysubsubsection{\texorpdfstring{size}{size}}
|
|
|
|
|
{\footnotesize\ttfamily \mbox{\hyperlink{varint_8h_afaa62991928fb9fb18ff0db62a040aba}{u32}} \+\_\+l\+Stack\+::size}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
该数据的大小
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
在文件 \mbox{\hyperlink{_s_t_l___stack_8h_source}{STL\+\_\+\+Stack.\+h}} 第 \mbox{\hyperlink{_s_t_l___stack_8h_source_l00091}{91}} 行定义.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
该结构体的文档由以下文件生成\+:\begin{DoxyCompactItemize}
|
|
|
|
|
\item
|
|
|
|
|
D\+:/gitt/\+Microchip\+For32/\+STL\+\_\+\+Device/\mbox{\hyperlink{_s_t_l___stack_8h}{STL\+\_\+\+Stack.\+h}}\end{DoxyCompactItemize}
|