1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<title>Dillo: lout::object::Object Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="https://www.dillo.org/dw/html/jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Dillo
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacelout.html">lout</a></li><li class="navelem"><a class="el" href="namespacelout_1_1object.html">object</a></li><li class="navelem"><a class="el" href="classlout_1_1object_1_1Object.html">Object</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="classlout_1_1object_1_1Object.html#pub-methods">Public Member Functions</a> |
<a href="classlout_1_1object_1_1Object-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">lout::object::Object Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the base class for many other classes, which defines very common virtual methods.
<a href="classlout_1_1object_1_1Object.html#details">More...</a></p>
<p><code>#include <<a class="el" href="object_8hh_source.html">object.hh</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a9fef8a29a41124cb0370f4dc0410fb5b"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classlout_1_1object_1_1Object.html#a9fef8a29a41124cb0370f4dc0410fb5b">~Object</a> ()</td></tr>
<tr class="memdesc:a9fef8a29a41124cb0370f4dc0410fb5b"><td class="mdescLeft"> </td><td class="mdescRight">The destructor is defined as virtual (but not abstract), so that destruction of <a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">Object</a>'s works properly. <a href="classlout_1_1object_1_1Object.html#a9fef8a29a41124cb0370f4dc0410fb5b">More...</a><br /></td></tr>
<tr class="separator:a9fef8a29a41124cb0370f4dc0410fb5b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af4bc95cee49a71d32c7b24505ccc9397"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classlout_1_1object_1_1Object.html#af4bc95cee49a71d32c7b24505ccc9397">equals</a> (<a class="el" href="classlout_1_1object_1_1Object.html">Object</a> *other)</td></tr>
<tr class="memdesc:af4bc95cee49a71d32c7b24505ccc9397"><td class="mdescLeft"> </td><td class="mdescRight">Returns, whether two objects are equal. <a href="classlout_1_1object_1_1Object.html#af4bc95cee49a71d32c7b24505ccc9397">More...</a><br /></td></tr>
<tr class="separator:af4bc95cee49a71d32c7b24505ccc9397"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad81c4136418c9b44253568f9ae069006"><td class="memItemLeft" align="right" valign="top">virtual int </td><td class="memItemRight" valign="bottom"><a class="el" href="classlout_1_1object_1_1Object.html#ad81c4136418c9b44253568f9ae069006">hashValue</a> ()</td></tr>
<tr class="memdesc:ad81c4136418c9b44253568f9ae069006"><td class="mdescLeft"> </td><td class="mdescRight">Return a hash value for the object. <a href="classlout_1_1object_1_1Object.html#ad81c4136418c9b44253568f9ae069006">More...</a><br /></td></tr>
<tr class="separator:ad81c4136418c9b44253568f9ae069006"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7ab36efad0df9a036b9252a9564a8cd4"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classlout_1_1object_1_1Object.html">Object</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classlout_1_1object_1_1Object.html#a7ab36efad0df9a036b9252a9564a8cd4">clone</a> ()</td></tr>
<tr class="memdesc:a7ab36efad0df9a036b9252a9564a8cd4"><td class="mdescLeft"> </td><td class="mdescRight">Return an exact copy of the object. <a href="classlout_1_1object_1_1Object.html#a7ab36efad0df9a036b9252a9564a8cd4">More...</a><br /></td></tr>
<tr class="separator:a7ab36efad0df9a036b9252a9564a8cd4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad1ad2f2b36fc7a7bead883caa64b0082"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classlout_1_1object_1_1Object.html#ad1ad2f2b36fc7a7bead883caa64b0082">intoStringBuffer</a> (<a class="el" href="classlout_1_1misc_1_1StringBuffer.html">misc::StringBuffer</a> *sb)</td></tr>
<tr class="memdesc:ad1ad2f2b36fc7a7bead883caa64b0082"><td class="mdescLeft"> </td><td class="mdescRight">Store a textual representation of the object in a <a class="el" href="classlout_1_1misc_1_1StringBuffer.html" title="A class for fast concatenation of a large number of strings. ">misc::StringBuffer</a>. <a href="classlout_1_1object_1_1Object.html#ad1ad2f2b36fc7a7bead883caa64b0082">More...</a><br /></td></tr>
<tr class="separator:ad1ad2f2b36fc7a7bead883caa64b0082"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad7aeadc7934293197110d550abda81ff"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classlout_1_1object_1_1Object.html#ad7aeadc7934293197110d550abda81ff">toString</a> ()</td></tr>
<tr class="memdesc:ad7aeadc7934293197110d550abda81ff"><td class="mdescLeft"> </td><td class="mdescRight">Use <a class="el" href="classlout_1_1object_1_1Object.html#ad1ad2f2b36fc7a7bead883caa64b0082" title="Store a textual representation of the object in a misc::StringBuffer. ">object::Object::intoStringBuffer</a> to return a textual representation of the object. <a href="classlout_1_1object_1_1Object.html#ad7aeadc7934293197110d550abda81ff">More...</a><br /></td></tr>
<tr class="separator:ad7aeadc7934293197110d550abda81ff"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8b53443ca61b25e794157792f5d3a956"><td class="memItemLeft" align="right" valign="top">virtual size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classlout_1_1object_1_1Object.html#a8b53443ca61b25e794157792f5d3a956">sizeOf</a> ()</td></tr>
<tr class="memdesc:a8b53443ca61b25e794157792f5d3a956"><td class="mdescLeft"> </td><td class="mdescRight">Return the number of bytes, this object totally uses. <a href="classlout_1_1object_1_1Object.html#a8b53443ca61b25e794157792f5d3a956">More...</a><br /></td></tr>
<tr class="separator:a8b53443ca61b25e794157792f5d3a956"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This is the base class for many other classes, which defines very common virtual methods. </p>
<p>For convenience, none of them are abstract, but they must be defined, when they are needed, especially for containers. </p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a9fef8a29a41124cb0370f4dc0410fb5b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">lout::object::Object::~Object </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The destructor is defined as virtual (but not abstract), so that destruction of <a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">Object</a>'s works properly. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a7ab36efad0df9a036b9252a9564a8cd4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classlout_1_1object_1_1Object.html">Object</a> * lout::object::Object::clone </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Return an exact copy of the object. </p>
<p>Reimplemented in <a class="el" href="classdw_1_1core_1_1CharIterator.html#aec43e4f4273ded73b8e0acc18c6e24ef">dw::core::CharIterator</a>, <a class="el" href="classdw_1_1core_1_1DeepIterator.html#a8b68010433711009aa9f0c46c692052b">dw::core::DeepIterator</a>, <a class="el" href="classdw_1_1core_1_1EmptyIterator.html#a1b5255a561d0f733cf8c9d71b2dea20c">dw::core::EmptyIterator</a>, and <a class="el" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a6f4475a7fd8f45991c0fe01384d651f4">dw::SimpleContainer::SimpleContainerIterator</a>.</p>
<p>References <a class="el" href="namespacelout_1_1misc.html#af12c41294c3892aa63cd1cf87030c1ad">lout::misc::assertNotReached()</a>.</p>
<p>Referenced by <a class="el" href="classdw_1_1core_1_1Iterator.html#a57afe4f78763eca7f27dfde4986a3b11">dw::core::Iterator::cloneIterator()</a>.</p>
</div>
</div>
<a class="anchor" id="af4bc95cee49a71d32c7b24505ccc9397"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool lout::object::Object::equals </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classlout_1_1object_1_1Object.html">Object</a> * </td>
<td class="paramname"><em>other</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns, whether two objects are equal. </p>
<p>The caller should ensure, that this and the object have the same class; this makes casting of "other" safe. Typically, an implementation should check this == other first, the caller can assume a fast implementation. </p>
<p>Reimplemented in <a class="el" href="classdw_1_1core_1_1style_1_1ColorAttrs.html#a1cbf6f434a90d21504cb8e7ff53b3b1d">dw::core::style::ColorAttrs</a>, <a class="el" href="classdw_1_1core_1_1style_1_1FontAttrs.html#af2560d84263fe03e06e72191984b16ce">dw::core::style::FontAttrs</a>, <a class="el" href="classdw_1_1core_1_1style_1_1StyleAttrs.html#a3b1b252e01eae3d3d37cca6de14db982">dw::core::style::StyleAttrs</a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< T ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::oof::OOFPositionedMgr::Child ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::core::style::StyleAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::fltk::FltkImgbuf ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::lout::object::String ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::core::Rectangle ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< object::lout::object::ConstString ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::String ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::ImageMapsList::ImageMap::ShapeAndLink ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< Float ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::signal::Receiver ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::TypedPointer< dw::core::Widget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::Object ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::ImgRenderer > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< form::Form::FormClickedReceiver ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::signal::Emitter ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::core::Widget ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::core::style::ColorAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::oof::OOFFloatsMgr::TBInfo ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::oof::OOFFloatsMgr::Float ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< ui::FltkResource ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::fltk::FltkPlatform::IdleFunc ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::core::style::FontAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::fltk::ui::FltkRadioButtonResource ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< Iterator ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::identity::IdentifiableObject::Class ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::ConstString ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< dw::fltk::FltkImgbuf::GammaCorrectionTable ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< K ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< form::Form::ResourceDecorator ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::TypedPointer< Fl_Widget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::oof::OOFAwareWidget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::Widget > ></a>, <a class="el" href="classlout_1_1object_1_1PairBase.html#ad54b212d8033d74fd0feabeef4adbe8a">lout::object::PairBase</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1List.html#a2ee583454ca7be9d3f16368c49e5e95b">lout::container::untyped::List</a>, <a class="el" href="classlout_1_1object_1_1ConstString.html#a59fb2ad1e8b58b4376f96c312827d7d9">lout::object::ConstString</a>, <a class="el" href="classlout_1_1object_1_1Boolean.html#acdfa65b7aedf32d0e80ed37c6c5bda5a">lout::object::Boolean</a>, <a class="el" href="classlout_1_1object_1_1Integer.html#ad21618ba7115b97b419e4585c2b7ee7e">lout::object::Integer</a>, <a class="el" href="classlout_1_1object_1_1Pointer.html#a572c03273527a6a609fc56b7d09cd12c">lout::object::Pointer</a>, and <a class="el" href="classdw_1_1core_1_1Iterator.html#a93015e7bc0d208d1f53ff67c4ce7c3f8">dw::core::Iterator</a>.</p>
<p>References <a class="el" href="namespacelout_1_1misc.html#af12c41294c3892aa63cd1cf87030c1ad">lout::misc::assertNotReached()</a>.</p>
<p>Referenced by <a class="el" href="classlout_1_1container_1_1untyped_1_1HashSet.html#a176fad2f819fa3abcdc3ce0892eb8ba2">lout::container::untyped::HashSet::contains()</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1List.html#a2ee583454ca7be9d3f16368c49e5e95b">lout::container::untyped::List::equals()</a>, <a class="el" href="classlout_1_1object_1_1PairBase.html#ad54b212d8033d74fd0feabeef4adbe8a">lout::object::PairBase::equals()</a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a4bf0ff5d53efd0063809ed63bba89b90">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::Widget > >::equals()</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1HashSet.html#a70485c521515d7ccc0b545563d99fb47">lout::container::untyped::HashSet::findNode()</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1HashSet.html#a4f98751eaf76fbbd07b17670f259e33b">lout::container::untyped::HashSet::remove()</a>, and <a class="el" href="classlout_1_1container_1_1untyped_1_1List.html#a1400895d7c8611f5797c67911a42ec7c">lout::container::untyped::List::remove0()</a>.</p>
</div>
</div>
<a class="anchor" id="ad81c4136418c9b44253568f9ae069006"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int lout::object::Object::hashValue </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Return a hash value for the object. </p>
<p>Reimplemented in <a class="el" href="classdw_1_1core_1_1style_1_1ColorAttrs.html#ac6d816e7e9636f321e99acfb613d8673">dw::core::style::ColorAttrs</a>, <a class="el" href="classdw_1_1core_1_1style_1_1FontAttrs.html#afff5456d6cbdd7398faa6c126625c581">dw::core::style::FontAttrs</a>, <a class="el" href="classdw_1_1core_1_1style_1_1StyleAttrs.html#a51e2e3c81ee54d7c0e45bd881107ea0d">dw::core::style::StyleAttrs</a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< T ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::oof::OOFPositionedMgr::Child ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::core::style::StyleAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::fltk::FltkImgbuf ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::lout::object::String ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::core::Rectangle ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< object::lout::object::ConstString ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::String ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::ImageMapsList::ImageMap::ShapeAndLink ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< Float ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::signal::Receiver ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::TypedPointer< dw::core::Widget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::Object ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::ImgRenderer > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< form::Form::FormClickedReceiver ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::signal::Emitter ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::core::Widget ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::core::style::ColorAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::oof::OOFFloatsMgr::TBInfo ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::oof::OOFFloatsMgr::Float ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< ui::FltkResource ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::fltk::FltkPlatform::IdleFunc ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::core::style::FontAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::fltk::ui::FltkRadioButtonResource ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< Iterator ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::identity::IdentifiableObject::Class ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::ConstString ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< dw::fltk::FltkImgbuf::GammaCorrectionTable ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< K ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< form::Form::ResourceDecorator ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::TypedPointer< Fl_Widget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::oof::OOFAwareWidget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::Widget > ></a>, <a class="el" href="classlout_1_1object_1_1PairBase.html#a72f6b1a5345a7b0acac6031eba869644">lout::object::PairBase</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1List.html#ae5fed4b69975b6fcca0594784a83cc4c">lout::container::untyped::List</a>, <a class="el" href="classlout_1_1object_1_1ConstString.html#a1b933c2ef49eb2430f25914b4298fea3">lout::object::ConstString</a>, <a class="el" href="classlout_1_1object_1_1Boolean.html#abab3dfbd0d89c7a2dfa998948fb00310">lout::object::Boolean</a>, <a class="el" href="classlout_1_1object_1_1Integer.html#ae0bbf021426f8ea7cd41c79dad9a8caa">lout::object::Integer</a>, and <a class="el" href="classlout_1_1object_1_1Pointer.html#a39ebb706f8a0246cb6d6b7b8b18ce52b">lout::object::Pointer</a>.</p>
<p>Referenced by <a class="el" href="classlout_1_1container_1_1untyped_1_1HashSet.html#aac00d753880a4ace8bd2cbaa8fc2bc1f">lout::container::untyped::HashSet::calcHashValue()</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1List.html#ae5fed4b69975b6fcca0594784a83cc4c">lout::container::untyped::List::hashValue()</a>, <a class="el" href="classlout_1_1object_1_1PairBase.html#a72f6b1a5345a7b0acac6031eba869644">lout::object::PairBase::hashValue()</a>, and <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#abcfd0a6647e040c122a69112c644e3fb">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::Widget > >::hashValue()</a>.</p>
</div>
</div>
<a class="anchor" id="ad1ad2f2b36fc7a7bead883caa64b0082"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void lout::object::Object::intoStringBuffer </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classlout_1_1misc_1_1StringBuffer.html">misc::StringBuffer</a> * </td>
<td class="paramname"><em>sb</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Store a textual representation of the object in a <a class="el" href="classlout_1_1misc_1_1StringBuffer.html" title="A class for fast concatenation of a large number of strings. ">misc::StringBuffer</a>. </p>
<p>This is used by <a class="el" href="classlout_1_1object_1_1Object.html#ad7aeadc7934293197110d550abda81ff" title="Use object::Object::intoStringBuffer to return a textual representation of the object. ">object::Object::toString</a>. </p>
<p>Reimplemented in <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< T ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::oof::OOFPositionedMgr::Child ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::core::style::StyleAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::fltk::FltkImgbuf ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::lout::object::String ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::core::Rectangle ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< object::lout::object::ConstString ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::String ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::ImageMapsList::ImageMap::ShapeAndLink ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< Float ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::signal::Receiver ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::TypedPointer< dw::core::Widget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::Object ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::ImgRenderer > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< form::Form::FormClickedReceiver ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::signal::Emitter ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::core::Widget ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::core::style::ColorAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::oof::OOFFloatsMgr::TBInfo ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::oof::OOFFloatsMgr::Float ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< ui::FltkResource ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::fltk::FltkPlatform::IdleFunc ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::core::style::FontAttrs ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::fltk::ui::FltkRadioButtonResource ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< Iterator ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::identity::IdentifiableObject::Class ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::ConstString ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< dw::fltk::FltkImgbuf::GammaCorrectionTable ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< K ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< form::Form::ResourceDecorator ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::TypedPointer< Fl_Widget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::oof::OOFAwareWidget > ></a>, <a class="el" href="singletonlout_1_1container_1_1typed_1_1Collection.html#a9e79e394b5d1d8db56fe281bb42870dc">lout::container::typed::Collection< lout::object::lout::object::TypedPointer< dw::core::Widget > ></a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1HashTable.html#ac252e8c5eec291f8a30586fd0920c0ac">lout::container::untyped::HashTable</a>, <a class="el" href="classlout_1_1signal_1_1Receiver.html#a91d5a3d6e4bfbe145b4e0dd24bbb23dd">lout::signal::Receiver</a>, <a class="el" href="classlout_1_1signal_1_1Emitter.html#a56aae9d952becd97a362826f67b29771">lout::signal::Emitter</a>, <a class="el" href="classlout_1_1object_1_1PairBase.html#ab9dea4cfaea0fb6ebf10685ae961ec75">lout::object::PairBase</a>, <a class="el" href="classlout_1_1object_1_1ConstString.html#a1ee1bd8ba087017b6bf71c3e42f3e874">lout::object::ConstString</a>, <a class="el" href="classlout_1_1object_1_1Boolean.html#aab2fb002ccf89a88a91f1b941286a8cf">lout::object::Boolean</a>, <a class="el" href="classlout_1_1object_1_1Integer.html#a6c5d204b7d2e5a517f329e4e03664265">lout::object::Integer</a>, <a class="el" href="classlout_1_1identity_1_1IdentifiableObject.html#aec2a59a4bf234606c2eb5231d1f048d5">lout::identity::IdentifiableObject</a>, <a class="el" href="classdw_1_1oof_1_1OOFAwareWidget_1_1OOFAwareWidgetIterator.html#adf0c2b448e1c16b465967089e5937b42">dw::oof::OOFAwareWidget::OOFAwareWidgetIterator</a>, <a class="el" href="classlout_1_1identity_1_1IdentifiableObject_1_1Class.html#a3af44d2f4bc9ccd050ebde0ff28affe4">lout::identity::IdentifiableObject::Class</a>, <a class="el" href="classlout_1_1object_1_1Pointer.html#ac1b7911a59f34cb6c213413f96d5cf20">lout::object::Pointer</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1Collection.html#acfc48f81629ca6280fac2be91d4be1a8">lout::container::untyped::Collection</a>, <a class="el" href="classdw_1_1oof_1_1OOFFloatsMgr_1_1Float.html#a121b412f048e6332eba3ba2893f39eda">dw::oof::OOFFloatsMgr::Float</a>, and <a class="el" href="classdw_1_1core_1_1Iterator.html#a6599cd89a420967f3e87890ea13af163">dw::core::Iterator</a>.</p>
<p>References <a class="el" href="classlout_1_1misc_1_1StringBuffer.html#ab68b6f3ea53f2ede620b2b8cf36893f3">lout::misc::StringBuffer::append()</a>, and <a class="el" href="classlout_1_1misc_1_1StringBuffer.html#a7fc087e786183354d399106bb67c3c00">lout::misc::StringBuffer::appendPointer()</a>.</p>
<p>Referenced by <a class="el" href="classlout_1_1object_1_1PairBase.html#ab9dea4cfaea0fb6ebf10685ae961ec75">lout::object::PairBase::intoStringBuffer()</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1HashTable.html#ac252e8c5eec291f8a30586fd0920c0ac">lout::container::untyped::HashTable::intoStringBuffer()</a>, <a class="el" href="classdw_1_1fltk_1_1FltkImgbuf.html#aaa4e2da28ec8be3e6f1c8e9f9b3f0c2b">dw::fltk::FltkImgbuf::newScan()</a>, and <a class="el" href="classlout_1_1object_1_1Object.html#ad7aeadc7934293197110d550abda81ff">toString()</a>.</p>
</div>
</div>
<a class="anchor" id="a8b53443ca61b25e794157792f5d3a956"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">size_t lout::object::Object::sizeOf </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Return the number of bytes, this object totally uses. </p>
<p>Reimplemented in <a class="el" href="classlout_1_1object_1_1PairBase.html#a5f4ce8e3b183e16be150251359557a4d">lout::object::PairBase</a>.</p>
<p>Referenced by <a class="el" href="classlout_1_1object_1_1PairBase.html#a5f4ce8e3b183e16be150251359557a4d">lout::object::PairBase::sizeOf()</a>.</p>
</div>
</div>
<a class="anchor" id="ad7aeadc7934293197110d550abda81ff"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char * lout::object::Object::toString </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Use <a class="el" href="classlout_1_1object_1_1Object.html#ad1ad2f2b36fc7a7bead883caa64b0082" title="Store a textual representation of the object in a misc::StringBuffer. ">object::Object::intoStringBuffer</a> to return a textual representation of the object. </p>
<p>The caller does not have to free the memory, <a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">object::Object</a> is responsible for this. </p>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo:</a></b></dt><dd>garbage! </dd></dl>
<p>References <a class="el" href="classlout_1_1misc_1_1StringBuffer.html#af90ce6180c123e79c830518638d2751b">lout::misc::StringBuffer::getChars()</a>, and <a class="el" href="classlout_1_1object_1_1Object.html#ad1ad2f2b36fc7a7bead883caa64b0082">intoStringBuffer()</a>.</p>
<p>Referenced by <a class="el" href="classlout_1_1container_1_1untyped_1_1HashSet.html#acb2ec22bf2df43a3ee1fe830c02a81fd">lout::container::untyped::HashSet::clearNode()</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1HashTable.html#a4a1edc820c1f5b3fe74680084d317025">lout::container::untyped::HashTable::clearNode()</a>, <a class="el" href="containers_8cc.html#aea115276db3d127518cb8a6d1cbd5e8a">testHashSet()</a>, <a class="el" href="containers_8cc.html#ac7472d6ae9ccf09124842fbf189f37d1">testHashTable()</a>, <a class="el" href="containers_8cc.html#a876fb7ac49682d3c2eb56fad2af5297b">testVector1()</a>, <a class="el" href="containers_8cc.html#a647e3190bcdea4efd81c3e203d817783">testVector2()</a>, <a class="el" href="classlout_1_1container_1_1untyped_1_1HashSet.html#a48a50bdcd4997a6a585b474e8cc14cfb">lout::container::untyped::HashSet::~HashSet()</a>, and <a class="el" href="classlout_1_1container_1_1untyped_1_1HashTable.html#a97f81d945374db4fffdf0801554231e4">lout::container::untyped::HashTable::~HashTable()</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>lout/<a class="el" href="object_8hh_source.html">object.hh</a></li>
<li>lout/<a class="el" href="object_8cc.html">object.cc</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat May 28 2016 11:47:45 for Dillo by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
|