更新了链表方法的队列
This commit is contained in:
87
bscpp_Doc/latex/struct__l_queue.tex
Normal file
87
bscpp_Doc/latex/struct__l_queue.tex
Normal file
@@ -0,0 +1,87 @@
|
||||
\hypertarget{struct__l_queue}{}\doxysection{\+\_\+l\+Queue结构体 参考}
|
||||
\label{struct__l_queue}\index{\_lQueue@{\_lQueue}}
|
||||
|
||||
|
||||
链表方式队列的节点
|
||||
|
||||
|
||||
|
||||
|
||||
{\ttfamily \#include $<$STL\+\_\+\+Queue.\+h$>$}
|
||||
|
||||
|
||||
|
||||
\+\_\+l\+Queue 的协作图\+:
|
||||
\nopagebreak
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[width=176pt]{struct__l_queue__coll__graph}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\doxysubsection*{Public 属性}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
struct \mbox{\hyperlink{struct__l_queue}{\+\_\+l\+Queue}} $\ast$ \mbox{\hyperlink{struct__l_queue_a3be42777ab564c447ca2b0978e04ef68}{back}}
|
||||
\begin{DoxyCompactList}\small\item\em 后一个节点的指针 \end{DoxyCompactList}\item
|
||||
void $\ast$ \mbox{\hyperlink{struct__l_queue_acc0ce814c36fdba1027d1639236c14cb}{dat}}
|
||||
\begin{DoxyCompactList}\small\item\em 数据的指针 \end{DoxyCompactList}\item
|
||||
\mbox{\hyperlink{varint_8h_afaa62991928fb9fb18ff0db62a040aba}{u32}} \mbox{\hyperlink{struct__l_queue_a87b92ef47f15b682394c69d2f687550a}{size}}
|
||||
\begin{DoxyCompactList}\small\item\em 该数据的大小 \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
|
||||
|
||||
\doxysubsection{详细描述}
|
||||
链表方式队列的节点
|
||||
|
||||
在文件 \mbox{\hyperlink{_s_t_l___queue_8h_source}{STL\+\_\+\+Queue.\+h}} 第 \mbox{\hyperlink{_s_t_l___queue_8h_source_l00087}{87}} 行定义.
|
||||
|
||||
|
||||
|
||||
\doxysubsection{类成员变量说明}
|
||||
\mbox{\Hypertarget{struct__l_queue_a3be42777ab564c447ca2b0978e04ef68}\label{struct__l_queue_a3be42777ab564c447ca2b0978e04ef68}}
|
||||
\index{\_lQueue@{\_lQueue}!back@{back}}
|
||||
\index{back@{back}!\_lQueue@{\_lQueue}}
|
||||
\doxysubsubsection{\texorpdfstring{back}{back}}
|
||||
{\footnotesize\ttfamily struct \mbox{\hyperlink{struct__l_queue}{\+\_\+l\+Queue}}$\ast$ \+\_\+l\+Queue\+::back}
|
||||
|
||||
|
||||
|
||||
后一个节点的指针
|
||||
|
||||
|
||||
|
||||
在文件 \mbox{\hyperlink{_s_t_l___queue_8h_source}{STL\+\_\+\+Queue.\+h}} 第 \mbox{\hyperlink{_s_t_l___queue_8h_source_l00088}{88}} 行定义.
|
||||
|
||||
\mbox{\Hypertarget{struct__l_queue_acc0ce814c36fdba1027d1639236c14cb}\label{struct__l_queue_acc0ce814c36fdba1027d1639236c14cb}}
|
||||
\index{\_lQueue@{\_lQueue}!dat@{dat}}
|
||||
\index{dat@{dat}!\_lQueue@{\_lQueue}}
|
||||
\doxysubsubsection{\texorpdfstring{dat}{dat}}
|
||||
{\footnotesize\ttfamily void$\ast$ \+\_\+l\+Queue\+::dat}
|
||||
|
||||
|
||||
|
||||
数据的指针
|
||||
|
||||
|
||||
|
||||
在文件 \mbox{\hyperlink{_s_t_l___queue_8h_source}{STL\+\_\+\+Queue.\+h}} 第 \mbox{\hyperlink{_s_t_l___queue_8h_source_l00089}{89}} 行定义.
|
||||
|
||||
\mbox{\Hypertarget{struct__l_queue_a87b92ef47f15b682394c69d2f687550a}\label{struct__l_queue_a87b92ef47f15b682394c69d2f687550a}}
|
||||
\index{\_lQueue@{\_lQueue}!size@{size}}
|
||||
\index{size@{size}!\_lQueue@{\_lQueue}}
|
||||
\doxysubsubsection{\texorpdfstring{size}{size}}
|
||||
{\footnotesize\ttfamily \mbox{\hyperlink{varint_8h_afaa62991928fb9fb18ff0db62a040aba}{u32}} \+\_\+l\+Queue\+::size}
|
||||
|
||||
|
||||
|
||||
该数据的大小
|
||||
|
||||
|
||||
|
||||
在文件 \mbox{\hyperlink{_s_t_l___queue_8h_source}{STL\+\_\+\+Queue.\+h}} 第 \mbox{\hyperlink{_s_t_l___queue_8h_source_l00090}{90}} 行定义.
|
||||
|
||||
|
||||
|
||||
该结构体的文档由以下文件生成\+:\begin{DoxyCompactItemize}
|
||||
\item
|
||||
D\+:/gitt/\+Microchip\+For32/\+STL\+\_\+\+Device/\mbox{\hyperlink{_s_t_l___queue_8h}{STL\+\_\+\+Queue.\+h}}\end{DoxyCompactItemize}
|
||||
Reference in New Issue
Block a user