Project

General

Profile

Statistics
| Revision:

root / trunk / docs / libwireless / structQueue.html @ 242

History | View | Annotate | Download (4.13 KB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3
<title>libwireless: Queue Struct Reference</title>
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
<link href="tabs.css" rel="stylesheet" type="text/css">
6
</head><body>
7
<!-- Generated by Doxygen 1.5.3 -->
8
<div class="tabs">
9
  <ul>
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11
    <li><a href="modules.html"><span>Modules</span></a></li>
12
    <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
13
    <li><a href="files.html"><span>Files</span></a></li>
14
  </ul>
15
</div>
16
<div class="tabs">
17
  <ul>
18
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
19
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
20
  </ul>
21
</div>
22
<h1>Queue Struct Reference<br>
23
<small>
24
[<a class="el" href="group__queue.html">Queue</a>,&nbsp;<a class="el" href="group__queue.html">Queue</a>]</small>
25
</h1><!-- doxytag: class="Queue" --><code>#include &lt;<a class="el" href="queue_8h-source.html">queue.h</a>&gt;</code>
26
<p>
27
<table border="0" cellpadding="0" cellspacing="0">
28
<tr><td></td></tr>
29
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
30
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structnode__def.html">node_def</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structQueue.html#773cee3afdf5fbe12a225c48123b1e39">head</a></td></tr>
31

    
32
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structnode__def.html">node_def</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structQueue.html#85703d406e92d3aa92c3e9dbfd0e3007">tail</a></td></tr>
33

    
34
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structQueue.html#c7d9701d244e3ba255ef8556e0562dc6">size</a></td></tr>
35

    
36
</table>
37
<hr><a name="_details"></a><h2>Detailed Description</h2>
38
Represents a queue, a first in, first out data structure. <hr><h2>Field Documentation</h2>
39
<a class="anchor" name="773cee3afdf5fbe12a225c48123b1e39"></a><!-- doxytag: member="Queue::head" ref="773cee3afdf5fbe12a225c48123b1e39" args="" -->
40
<div class="memitem">
41
<div class="memproto">
42
      <table class="memname">
43
        <tr>
44
          <td class="memname">struct <a class="el" href="structnode__def.html">node_def</a>* <a class="el" href="structQueue.html#773cee3afdf5fbe12a225c48123b1e39">Queue::head</a><code> [read]</code>          </td>
45
        </tr>
46
      </table>
47
</div>
48
<div class="memdoc">
49

    
50
<p>
51
The head of the queue, the next item to be removed. 
52
</div>
53
</div><p>
54
<a class="anchor" name="85703d406e92d3aa92c3e9dbfd0e3007"></a><!-- doxytag: member="Queue::tail" ref="85703d406e92d3aa92c3e9dbfd0e3007" args="" -->
55
<div class="memitem">
56
<div class="memproto">
57
      <table class="memname">
58
        <tr>
59
          <td class="memname">struct <a class="el" href="structnode__def.html">node_def</a>* <a class="el" href="structQueue.html#85703d406e92d3aa92c3e9dbfd0e3007">Queue::tail</a><code> [read]</code>          </td>
60
        </tr>
61
      </table>
62
</div>
63
<div class="memdoc">
64

    
65
<p>
66
The tail of the queue, the last item added. 
67
</div>
68
</div><p>
69
<a class="anchor" name="c7d9701d244e3ba255ef8556e0562dc6"></a><!-- doxytag: member="Queue::size" ref="c7d9701d244e3ba255ef8556e0562dc6" args="" -->
70
<div class="memitem">
71
<div class="memproto">
72
      <table class="memname">
73
        <tr>
74
          <td class="memname">int <a class="el" href="structQueue.html#c7d9701d244e3ba255ef8556e0562dc6">Queue::size</a>          </td>
75
        </tr>
76
      </table>
77
</div>
78
<div class="memdoc">
79

    
80
<p>
81
The number of elements in the queue. 
82
</div>
83
</div><p>
84
<hr>The documentation for this struct was generated from the following file:<ul>
85
<li><a class="el" href="queue_8h-source.html">queue.h</a></ul>
86
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Nov 8 23:27:23 2007 for libwireless by&nbsp;
87
<a href="http://www.doxygen.org/index.html">
88
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
89
</body>
90
</html>