~ubuntu-branches/ubuntu/trusty/bmagic/trusty

« back to all changes in this revision

Viewing changes to html/a00061.html

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2008-01-05 23:58:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080105235856-2kmxhxkz14qjy9ia
Tags: 3.5.0-1
* New upstream release.
* Add tcpp.dpatch.  This stops tests/stress/t.cpp from including
  ncbi_pch.hpp.  As far as I can tell, NCBI is not used at all, I have
  no idea where that came from..
* Silence some lintian warnings; binary-arch-rules-but-pkg-is-arch-indep
  and ancient-standards-version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>BitMagic: dbg_ptr_allocator Class Reference</title>
4
 
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
 
</head><body>
6
 
<!-- Generated by Doxygen 1.4.1 -->
7
 
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="examples.html">Examples</a></div>
8
 
<h1>dbg_ptr_allocator Class Reference</h1><table border="0" cellpadding="0" cellspacing="0">
9
 
<tr><td></td></tr>
10
 
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
11
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#e0">allocate</a> (size_t n, const void *)</td></tr>
12
 
 
13
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#e1">deallocate</a> (void *p, size_t n)</td></tr>
14
 
 
15
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#e2">balance</a> ()</td></tr>
16
 
 
17
 
<tr><td colspan="2"><br><h2>Static Public Attributes</h2></td></tr>
18
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">static unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#s0">na_</a> = 0</td></tr>
19
 
 
20
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">static unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00061.html#s1">nf_</a> = 0</td></tr>
21
 
 
22
 
</table>
23
 
<hr><a name="_details"></a><h2>Detailed Description</h2>
24
 
<dl compact><dt><b>Examples: </b></dt><dd>
25
 
 
26
 
<p>
27
 
<a class="el" href="a00039.html#_a34">sample6.cpp</a>.</dl>
28
 
<p>
29
 
 
30
 
<p>
31
 
Definition at line <a class="el" href="a00116.html#l00077">77</a> of file <a class="el" href="a00116.html">sample6.cpp</a>.<hr><h2>Member Function Documentation</h2>
32
 
<a class="anchor" name="e0" doxytag="dbg_ptr_allocator::allocate"></a><p>
33
 
<table class="mdTable" cellpadding="2" cellspacing="0">
34
 
  <tr>
35
 
    <td class="mdRow">
36
 
      <table cellpadding="0" cellspacing="0" border="0">
37
 
        <tr>
38
 
          <td class="md" nowrap valign="top">static void* dbg_ptr_allocator::allocate           </td>
39
 
          <td class="md" valign="top">(&nbsp;</td>
40
 
          <td class="md" nowrap valign="top">size_t&nbsp;</td>
41
 
          <td class="mdname" nowrap> <em>n</em>, </td>
42
 
        </tr>
43
 
        <tr>
44
 
          <td class="md" nowrap align="right"></td>
45
 
          <td class="md"></td>
46
 
          <td class="md" nowrap>const void *&nbsp;</td>
47
 
          <td class="mdname" nowrap></td>
48
 
        </tr>
49
 
        <tr>
50
 
          <td class="md"></td>
51
 
          <td class="md">)&nbsp;</td>
52
 
          <td class="md" colspan="2"><code> [inline, static]</code></td>
53
 
        </tr>
54
 
      </table>
55
 
    </td>
56
 
  </tr>
57
 
</table>
58
 
<table cellspacing="5" cellpadding="0" border="0">
59
 
  <tr>
60
 
    <td>
61
 
      &nbsp;
62
 
    </td>
63
 
    <td>
64
 
 
65
 
<p>
66
 
 
67
 
<p>
68
 
Definition at line <a class="el" href="a00116.html#l00083">83</a> of file <a class="el" href="a00116.html">sample6.cpp</a>.
69
 
<p>
70
 
References <a class="el" href="a00116.html#l00109">na_</a>.    </td>
71
 
  </tr>
72
 
</table>
73
 
<a class="anchor" name="e2" doxytag="dbg_ptr_allocator::balance"></a><p>
74
 
<table class="mdTable" cellpadding="2" cellspacing="0">
75
 
  <tr>
76
 
    <td class="mdRow">
77
 
      <table cellpadding="0" cellspacing="0" border="0">
78
 
        <tr>
79
 
          <td class="md" nowrap valign="top">static int dbg_ptr_allocator::balance           </td>
80
 
          <td class="md" valign="top">(&nbsp;</td>
81
 
          <td class="mdname1" valign="top" nowrap>          </td>
82
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
83
 
          <td class="md" nowrap><code> [inline, static]</code></td>
84
 
        </tr>
85
 
      </table>
86
 
    </td>
87
 
  </tr>
88
 
</table>
89
 
<table cellspacing="5" cellpadding="0" border="0">
90
 
  <tr>
91
 
    <td>
92
 
      &nbsp;
93
 
    </td>
94
 
    <td>
95
 
 
96
 
<p>
97
 
 
98
 
<p>
99
 
Definition at line <a class="el" href="a00116.html#l00102">102</a> of file <a class="el" href="a00116.html">sample6.cpp</a>.
100
 
<p>
101
 
References <a class="el" href="a00116.html#l00109">na_</a>, and <a class="el" href="a00116.html#l00110">nf_</a>.    </td>
102
 
  </tr>
103
 
</table>
104
 
<a class="anchor" name="e1" doxytag="dbg_ptr_allocator::deallocate"></a><p>
105
 
<table class="mdTable" cellpadding="2" cellspacing="0">
106
 
  <tr>
107
 
    <td class="mdRow">
108
 
      <table cellpadding="0" cellspacing="0" border="0">
109
 
        <tr>
110
 
          <td class="md" nowrap valign="top">static void dbg_ptr_allocator::deallocate           </td>
111
 
          <td class="md" valign="top">(&nbsp;</td>
112
 
          <td class="md" nowrap valign="top">void *&nbsp;</td>
113
 
          <td class="mdname" nowrap> <em>p</em>, </td>
114
 
        </tr>
115
 
        <tr>
116
 
          <td class="md" nowrap align="right"></td>
117
 
          <td class="md"></td>
118
 
          <td class="md" nowrap>size_t&nbsp;</td>
119
 
          <td class="mdname" nowrap> <em>n</em></td>
120
 
        </tr>
121
 
        <tr>
122
 
          <td class="md"></td>
123
 
          <td class="md">)&nbsp;</td>
124
 
          <td class="md" colspan="2"><code> [inline, static]</code></td>
125
 
        </tr>
126
 
      </table>
127
 
    </td>
128
 
  </tr>
129
 
</table>
130
 
<table cellspacing="5" cellpadding="0" border="0">
131
 
  <tr>
132
 
    <td>
133
 
      &nbsp;
134
 
    </td>
135
 
    <td>
136
 
 
137
 
<p>
138
 
 
139
 
<p>
140
 
Definition at line <a class="el" href="a00116.html#l00093">93</a> of file <a class="el" href="a00116.html">sample6.cpp</a>.
141
 
<p>
142
 
References <a class="el" href="a00116.html#l00110">nf_</a>.    </td>
143
 
  </tr>
144
 
</table>
145
 
<hr><h2>Field Documentation</h2>
146
 
<a class="anchor" name="s0" doxytag="dbg_ptr_allocator::na_"></a><p>
147
 
<table class="mdTable" cellpadding="2" cellspacing="0">
148
 
  <tr>
149
 
    <td class="mdRow">
150
 
      <table cellpadding="0" cellspacing="0" border="0">
151
 
        <tr>
152
 
          <td class="md" nowrap valign="top">unsigned <a class="el" href="a00061.html#s0">dbg_ptr_allocator::na_</a> = 0<code> [static]</code>          </td>
153
 
        </tr>
154
 
      </table>
155
 
    </td>
156
 
  </tr>
157
 
</table>
158
 
<table cellspacing="5" cellpadding="0" border="0">
159
 
  <tr>
160
 
    <td>
161
 
      &nbsp;
162
 
    </td>
163
 
    <td>
164
 
 
165
 
<p>
166
 
 
167
 
<p>
168
 
Definition at line <a class="el" href="a00116.html#l00109">109</a> of file <a class="el" href="a00116.html">sample6.cpp</a>.
169
 
<p>
170
 
Referenced by <a class="el" href="a00116.html#l00083">allocate()</a>, and <a class="el" href="a00116.html#l00102">balance()</a>.    </td>
171
 
  </tr>
172
 
</table>
173
 
<a class="anchor" name="s1" doxytag="dbg_ptr_allocator::nf_"></a><p>
174
 
<table class="mdTable" cellpadding="2" cellspacing="0">
175
 
  <tr>
176
 
    <td class="mdRow">
177
 
      <table cellpadding="0" cellspacing="0" border="0">
178
 
        <tr>
179
 
          <td class="md" nowrap valign="top">unsigned <a class="el" href="a00061.html#s1">dbg_ptr_allocator::nf_</a> = 0<code> [static]</code>          </td>
180
 
        </tr>
181
 
      </table>
182
 
    </td>
183
 
  </tr>
184
 
</table>
185
 
<table cellspacing="5" cellpadding="0" border="0">
186
 
  <tr>
187
 
    <td>
188
 
      &nbsp;
189
 
    </td>
190
 
    <td>
191
 
 
192
 
<p>
193
 
 
194
 
<p>
195
 
Definition at line <a class="el" href="a00116.html#l00110">110</a> of file <a class="el" href="a00116.html">sample6.cpp</a>.
196
 
<p>
197
 
Referenced by <a class="el" href="a00116.html#l00102">balance()</a>, and <a class="el" href="a00116.html#l00093">deallocate()</a>.    </td>
198
 
  </tr>
199
 
</table>
200
 
<hr>The documentation for this class was generated from the following file:<ul>
201
 
<li><a class="el" href="a00116.html">sample6.cpp</a></ul>
202
 
<hr size="1"><address style="align: right;"><small>Generated on Thu Apr 20 13:29:09 2006 for BitMagic by&nbsp;
203
 
<a href="http://www.doxygen.org/index.html">
204
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.1 </small></address>
205
 
</body>
206
 
</html>