Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (4.72 KB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
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.4.6 -->
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 id="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></div>
15
<div class="tabs">
16
  <ul>
17
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
18
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
19
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
20
  </ul></div>
21
<h1>Queue Struct Reference<br>
22
<small>
23
[<a class="el" href="group__queue.html">Queue</a>,&nbsp;<a class="el" href="group__queue.html">Queue</a>]</small>
24
</h1><!-- doxytag: class="Queue" --><code>#include &lt;<a class="el" href="queue_8h-source.html">queue.h</a>&gt;</code>
25
<p>
26
<table border="0" cellpadding="0" cellspacing="0">
27
<tr><td></td></tr>
28
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
29
<tr><td class="memItemLeft" nowrap align="right" valign="top"><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>
30

    
31
<tr><td class="memItemLeft" nowrap align="right" valign="top"><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>
32

    
33
<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>
34

    
35
</table>
36
<hr><a name="_details"></a><h2>Detailed Description</h2>
37
Represents a queue, a first in, first out data structure. 
38
<p>
39
<hr><h2>Field Documentation</h2>
40
<a class="anchor" name="773cee3afdf5fbe12a225c48123b1e39"></a><!-- doxytag: member="Queue::head" ref="773cee3afdf5fbe12a225c48123b1e39" args="" --><p>
41
<table class="mdTable" cellpadding="2" cellspacing="0">
42
  <tr>
43
    <td class="mdRow">
44
      <table cellpadding="0" cellspacing="0" border="0">
45
        <tr>
46
          <td class="md" nowrap valign="top">struct <a class="el" href="structnode__def.html">node_def</a>* <a class="el" href="structQueue.html#773cee3afdf5fbe12a225c48123b1e39">Queue::head</a>          </td>
47
        </tr>
48
      </table>
49
    </td>
50
  </tr>
51
</table>
52
<table cellspacing="5" cellpadding="0" border="0">
53
  <tr>
54
    <td>
55
      &nbsp;
56
    </td>
57
    <td>
58

    
59
<p>
60
The head of the queue, the next item to be removed.     </td>
61
  </tr>
62
</table>
63
<a class="anchor" name="c7d9701d244e3ba255ef8556e0562dc6"></a><!-- doxytag: member="Queue::size" ref="c7d9701d244e3ba255ef8556e0562dc6" args="" --><p>
64
<table class="mdTable" cellpadding="2" cellspacing="0">
65
  <tr>
66
    <td class="mdRow">
67
      <table cellpadding="0" cellspacing="0" border="0">
68
        <tr>
69
          <td class="md" nowrap valign="top">int <a class="el" href="structQueue.html#c7d9701d244e3ba255ef8556e0562dc6">Queue::size</a>          </td>
70
        </tr>
71
      </table>
72
    </td>
73
  </tr>
74
</table>
75
<table cellspacing="5" cellpadding="0" border="0">
76
  <tr>
77
    <td>
78
      &nbsp;
79
    </td>
80
    <td>
81

    
82
<p>
83
The number of elements in the queue.     </td>
84
  </tr>
85
</table>
86
<a class="anchor" name="85703d406e92d3aa92c3e9dbfd0e3007"></a><!-- doxytag: member="Queue::tail" ref="85703d406e92d3aa92c3e9dbfd0e3007" args="" --><p>
87
<table class="mdTable" cellpadding="2" cellspacing="0">
88
  <tr>
89
    <td class="mdRow">
90
      <table cellpadding="0" cellspacing="0" border="0">
91
        <tr>
92
          <td class="md" nowrap valign="top">struct <a class="el" href="structnode__def.html">node_def</a>* <a class="el" href="structQueue.html#85703d406e92d3aa92c3e9dbfd0e3007">Queue::tail</a>          </td>
93
        </tr>
94
      </table>
95
    </td>
96
  </tr>
97
</table>
98
<table cellspacing="5" cellpadding="0" border="0">
99
  <tr>
100
    <td>
101
      &nbsp;
102
    </td>
103
    <td>
104

    
105
<p>
106
The tail of the queue, the last item added.     </td>
107
  </tr>
108
</table>
109
<hr>The documentation for this struct was generated from the following file:<ul>
110
<li><a class="el" href="queue_8h-source.html">queue.h</a></ul>
111
<hr size="1"><address style="align: right;"><small>Generated on Mon Sep 24 14:12:30 2007 for libwireless by&nbsp;
112
<a href="http://www.doxygen.org/index.html">
113
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
114
</body>
115
</html>