85 lines
3.6 KiB
XML
85 lines
3.6 KiB
XML
|
|
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_struct__l_queue" xml:lang="zh">
|
||
|
|
<title>_lQueue结构体 参考</title>
|
||
|
|
<indexterm><primary>_lQueue</primary></indexterm>
|
||
|
|
<para>
|
||
|
|
|
||
|
|
<para>链表方式队列的节点 </para>
|
||
|
|
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
<computeroutput>#include <STL_Queue.h></computeroutput>
|
||
|
|
</para>
|
||
|
|
_lQueue 的协作图:<para>
|
||
|
|
<informalfigure>
|
||
|
|
<mediaobject>
|
||
|
|
<imageobject>
|
||
|
|
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="struct__l_queue__coll__graph.png"></imagedata>
|
||
|
|
</imageobject>
|
||
|
|
</mediaobject>
|
||
|
|
</informalfigure>
|
||
|
|
</para>
|
||
|
|
<simplesect>
|
||
|
|
<title>Public 属性 </title>
|
||
|
|
<itemizedlist>
|
||
|
|
<listitem><para>struct <link linkend="_struct__l_queue">_lQueue</link> * <link linkend="_struct__l_queue_1a3be42777ab564c447ca2b0978e04ef68">back</link></para>
|
||
|
|
|
||
|
|
<para>后一个节点的指针 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>void * <link linkend="_struct__l_queue_1acc0ce814c36fdba1027d1639236c14cb">dat</link></para>
|
||
|
|
|
||
|
|
<para>数据的指针 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para><link linkend="_varint_8h_1afaa62991928fb9fb18ff0db62a040aba">u32</link> <link linkend="_struct__l_queue_1a87b92ef47f15b682394c69d2f687550a">size</link></para>
|
||
|
|
|
||
|
|
<para>该数据的大小 </para>
|
||
|
|
</listitem>
|
||
|
|
</itemizedlist>
|
||
|
|
</simplesect>
|
||
|
|
<section>
|
||
|
|
<title>详细描述</title>
|
||
|
|
|
||
|
|
<para>链表方式队列的节点 </para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="__s_t_l___queue_8h_source">STL_Queue.h</link> 第 <link linkend="__s_t_l___queue_8h_source_1l00087">87</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<title>类成员变量说明</title>
|
||
|
|
<anchor xml:id="_struct__l_queue_1a3be42777ab564c447ca2b0978e04ef68"/><section>
|
||
|
|
<title>back</title>
|
||
|
|
<indexterm><primary>back</primary><secondary>_lQueue</secondary></indexterm>
|
||
|
|
<indexterm><primary>_lQueue</primary><secondary>back</secondary></indexterm>
|
||
|
|
<para><computeroutput>struct <link linkend="_struct__l_queue">_lQueue</link>* _lQueue::back</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>后一个节点的指针 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="__s_t_l___queue_8h_source">STL_Queue.h</link> 第 <link linkend="__s_t_l___queue_8h_source_1l00088">88</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_struct__l_queue_1acc0ce814c36fdba1027d1639236c14cb"/><section>
|
||
|
|
<title>dat</title>
|
||
|
|
<indexterm><primary>dat</primary><secondary>_lQueue</secondary></indexterm>
|
||
|
|
<indexterm><primary>_lQueue</primary><secondary>dat</secondary></indexterm>
|
||
|
|
<para><computeroutput>void* _lQueue::dat</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>数据的指针 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="__s_t_l___queue_8h_source">STL_Queue.h</link> 第 <link linkend="__s_t_l___queue_8h_source_1l00089">89</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_struct__l_queue_1a87b92ef47f15b682394c69d2f687550a"/><section>
|
||
|
|
<title>size</title>
|
||
|
|
<indexterm><primary>size</primary><secondary>_lQueue</secondary></indexterm>
|
||
|
|
<indexterm><primary>_lQueue</primary><secondary>size</secondary></indexterm>
|
||
|
|
<para><computeroutput><link linkend="_varint_8h_1afaa62991928fb9fb18ff0db62a040aba">u32</link> _lQueue::size</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>该数据的大小 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="__s_t_l___queue_8h_source">STL_Queue.h</link> 第 <link linkend="__s_t_l___queue_8h_source_1l00090">90</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<para>
|
||
|
|
该结构体的文档由以下文件生成:</para>
|
||
|
|
D:/gitt/MicrochipFor32/STL_Device/<link linkend="__s_t_l___queue_8h">STL_Queue.h</link></section>
|
||
|
|
</section>
|