autoc 1.2 → 1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES +4 -0
- data/README +3 -1
- data/doc/AutoC.html +23 -7
- data/doc/AutoC/Code.html +3 -3
- data/doc/AutoC/Collection.html +289 -76
- data/doc/AutoC/HashMap.html +44 -46
- data/doc/AutoC/HashSet.html +20 -17
- data/doc/AutoC/List.html +56 -92
- data/doc/AutoC/Module.html +2 -2
- data/doc/AutoC/Module/File.html +2 -2
- data/doc/AutoC/Module/Header.html +6 -4
- data/doc/AutoC/Module/Source.html +26 -26
- data/doc/AutoC/Priority.html +2 -2
- data/doc/AutoC/Queue.html +30 -92
- data/doc/AutoC/Reference.html +217 -61
- data/doc/AutoC/String.html +1393 -0
- data/doc/AutoC/Type.html +240 -128
- data/doc/AutoC/UserDefinedType.html +688 -47
- data/doc/AutoC/Vector.html +154 -62
- data/doc/_index.html +9 -2
- data/doc/class_list.html +1 -1
- data/doc/file.CHANGES.html +10 -2
- data/doc/file.README.html +5 -3
- data/doc/index.html +5 -3
- data/doc/method_list.html +235 -97
- data/doc/top-level-namespace.html +2 -2
- data/lib/autoc.rb +3 -1
- data/lib/autoc/code.rb +3 -2
- data/lib/autoc/collection.rb +36 -40
- data/lib/autoc/collection/hash_map.rb +10 -14
- data/lib/autoc/collection/hash_set.rb +12 -11
- data/lib/autoc/collection/list.rb +21 -11
- data/lib/autoc/collection/queue.rb +5 -8
- data/lib/autoc/collection/vector.rb +28 -12
- data/lib/autoc/string.rb +492 -0
- data/lib/autoc/type.rb +155 -66
- data/test/test.rb +157 -35
- data/test/test_char_string.rb +270 -0
- data/test/test_int_list.rb +35 -0
- data/test/test_int_vector.rb +34 -0
- data/test/test_value_hash_map.rb +162 -0
- data/test/test_value_hash_set.rb +173 -0
- data/test/test_value_list.rb +193 -0
- data/test/test_value_queue.rb +275 -0
- data/test/test_value_vector.rb +155 -0
- data/test/value.rb +80 -0
- metadata +15 -8
- data/test/test.c +0 -1041
- data/test/test.h +0 -41
- data/test/test_auto.c +0 -3407
- data/test/test_auto.h +0 -765
data/doc/method_list.html
CHANGED
@@ -117,6 +117,18 @@
|
|
117
117
|
</li>
|
118
118
|
|
119
119
|
|
120
|
+
<li class="r2 ">
|
121
|
+
<span class='object_link'><a href="AutoC/String.html#char_type-instance_method" title="AutoC::String#char_type (method)">#char_type</a></span>
|
122
|
+
<small>AutoC::String</small>
|
123
|
+
</li>
|
124
|
+
|
125
|
+
|
126
|
+
<li class="r1 ">
|
127
|
+
<span class='object_link'><a href="AutoC/String.html#char_type_ref-instance_method" title="AutoC::String#char_type_ref (method)">#char_type_ref</a></span>
|
128
|
+
<small>AutoC::String</small>
|
129
|
+
</li>
|
130
|
+
|
131
|
+
|
120
132
|
<li class="r2 ">
|
121
133
|
<span class='object_link'><a href="AutoC/Type.html#coerce-class_method" title="AutoC::Type.coerce (method)">coerce</a></span>
|
122
134
|
<small>AutoC::Type</small>
|
@@ -124,8 +136,8 @@
|
|
124
136
|
|
125
137
|
|
126
138
|
<li class="r1 ">
|
127
|
-
<span class='object_link'><a href="AutoC/
|
128
|
-
<small>AutoC::
|
139
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#comparable%3F-instance_method" title="AutoC::UserDefinedType#comparable? (method)">#comparable?</a></span>
|
140
|
+
<small>AutoC::UserDefinedType</small>
|
129
141
|
</li>
|
130
142
|
|
131
143
|
|
@@ -141,6 +153,30 @@
|
|
141
153
|
</li>
|
142
154
|
|
143
155
|
|
156
|
+
<li class="r2 ">
|
157
|
+
<span class='object_link'><a href="AutoC/Collection.html#comparable%3F-instance_method" title="AutoC::Collection#comparable? (method)">#comparable?</a></span>
|
158
|
+
<small>AutoC::Collection</small>
|
159
|
+
</li>
|
160
|
+
|
161
|
+
|
162
|
+
<li class="r1 ">
|
163
|
+
<span class='object_link'><a href="AutoC/String.html#constructible%3F-instance_method" title="AutoC::String#constructible? (method)">#constructible?</a></span>
|
164
|
+
<small>AutoC::String</small>
|
165
|
+
</li>
|
166
|
+
|
167
|
+
|
168
|
+
<li class="r2 ">
|
169
|
+
<span class='object_link'><a href="AutoC/Collection.html#constructible%3F-instance_method" title="AutoC::Collection#constructible? (method)">#constructible?</a></span>
|
170
|
+
<small>AutoC::Collection</small>
|
171
|
+
</li>
|
172
|
+
|
173
|
+
|
174
|
+
<li class="r1 ">
|
175
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#constructible%3F-instance_method" title="AutoC::UserDefinedType#constructible? (method)">#constructible?</a></span>
|
176
|
+
<small>AutoC::UserDefinedType</small>
|
177
|
+
</li>
|
178
|
+
|
179
|
+
|
144
180
|
<li class="r2 ">
|
145
181
|
<span class='object_link'><a href="AutoC/Type.html#constructible%3F-instance_method" title="AutoC::Type#constructible? (method)">#constructible?</a></span>
|
146
182
|
<small>AutoC::Type</small>
|
@@ -148,11 +184,23 @@
|
|
148
184
|
|
149
185
|
|
150
186
|
<li class="r1 ">
|
187
|
+
<span class='object_link'><a href="AutoC/Vector.html#constructible%3F-instance_method" title="AutoC::Vector#constructible? (method)">#constructible?</a></span>
|
188
|
+
<small>AutoC::Vector</small>
|
189
|
+
</li>
|
190
|
+
|
191
|
+
|
192
|
+
<li class="r2 ">
|
151
193
|
<span class='object_link'><a href="AutoC/Collection.html#copyable%3F-instance_method" title="AutoC::Collection#copyable? (method)">#copyable?</a></span>
|
152
194
|
<small>AutoC::Collection</small>
|
153
195
|
</li>
|
154
196
|
|
155
197
|
|
198
|
+
<li class="r1 ">
|
199
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#copyable%3F-instance_method" title="AutoC::UserDefinedType#copyable? (method)">#copyable?</a></span>
|
200
|
+
<small>AutoC::UserDefinedType</small>
|
201
|
+
</li>
|
202
|
+
|
203
|
+
|
156
204
|
<li class="r2 ">
|
157
205
|
<span class='object_link'><a href="AutoC/HashMap.html#copyable%3F-instance_method" title="AutoC::HashMap#copyable? (method)">#copyable?</a></span>
|
158
206
|
<small>AutoC::HashMap</small>
|
@@ -160,44 +208,44 @@
|
|
160
208
|
|
161
209
|
|
162
210
|
<li class="r1 ">
|
163
|
-
<span class='object_link'><a href="AutoC/
|
164
|
-
<small>AutoC::
|
211
|
+
<span class='object_link'><a href="AutoC/Reference.html#copyable%3F-instance_method" title="AutoC::Reference#copyable? (method)">#copyable?</a></span>
|
212
|
+
<small>AutoC::Reference</small>
|
165
213
|
</li>
|
166
214
|
|
167
215
|
|
168
216
|
<li class="r2 ">
|
169
|
-
<span class='object_link'><a href="AutoC/Type.html#
|
217
|
+
<span class='object_link'><a href="AutoC/Type.html#copyable%3F-instance_method" title="AutoC::Type#copyable? (method)">#copyable?</a></span>
|
170
218
|
<small>AutoC::Type</small>
|
171
219
|
</li>
|
172
220
|
|
173
221
|
|
174
222
|
<li class="r1 ">
|
175
|
-
<span class='object_link'><a href="AutoC/Collection.html#
|
223
|
+
<span class='object_link'><a href="AutoC/Collection.html#destructible%3F-instance_method" title="AutoC::Collection#destructible? (method)">#destructible?</a></span>
|
176
224
|
<small>AutoC::Collection</small>
|
177
225
|
</li>
|
178
226
|
|
179
227
|
|
180
228
|
<li class="r2 ">
|
181
|
-
<span class='object_link'><a href="AutoC/
|
182
|
-
<small>AutoC::
|
229
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#destructible%3F-instance_method" title="AutoC::UserDefinedType#destructible? (method)">#destructible?</a></span>
|
230
|
+
<small>AutoC::UserDefinedType</small>
|
183
231
|
</li>
|
184
232
|
|
185
233
|
|
186
234
|
<li class="r1 ">
|
187
|
-
<span class='object_link'><a href="AutoC/
|
188
|
-
<small>AutoC::
|
235
|
+
<span class='object_link'><a href="AutoC/Type.html#destructible%3F-instance_method" title="AutoC::Type#destructible? (method)">#destructible?</a></span>
|
236
|
+
<small>AutoC::Type</small>
|
189
237
|
</li>
|
190
238
|
|
191
239
|
|
192
240
|
<li class="r2 ">
|
193
|
-
<span class='object_link'><a href="AutoC/
|
194
|
-
<small>AutoC::
|
241
|
+
<span class='object_link'><a href="AutoC/Collection.html#element-instance_method" title="AutoC::Collection#element (method)">#element</a></span>
|
242
|
+
<small>AutoC::Collection</small>
|
195
243
|
</li>
|
196
244
|
|
197
245
|
|
198
246
|
<li class="r1 ">
|
199
|
-
<span class='object_link'><a href="AutoC/
|
200
|
-
<small>AutoC::
|
247
|
+
<span class='object_link'><a href="AutoC/HashMap.html#entities-instance_method" title="AutoC::HashMap#entities (method)">#entities</a></span>
|
248
|
+
<small>AutoC::HashMap</small>
|
201
249
|
</li>
|
202
250
|
|
203
251
|
|
@@ -208,59 +256,83 @@
|
|
208
256
|
|
209
257
|
|
210
258
|
<li class="r1 ">
|
211
|
-
<span class='object_link'><a href="AutoC/
|
212
|
-
<small>AutoC::
|
259
|
+
<span class='object_link'><a href="AutoC/Module/File.html#entities-instance_method" title="AutoC::Module::File#entities (method)">#entities</a></span>
|
260
|
+
<small>AutoC::Module::File</small>
|
213
261
|
</li>
|
214
262
|
|
215
263
|
|
216
264
|
<li class="r2 ">
|
265
|
+
<span class='object_link'><a href="AutoC/Type.html#entities-instance_method" title="AutoC::Type#entities (method)">#entities</a></span>
|
266
|
+
<small>AutoC::Type</small>
|
267
|
+
</li>
|
268
|
+
|
269
|
+
|
270
|
+
<li class="r1 ">
|
217
271
|
<span class='object_link'><a href="AutoC/Reference.html#entities-instance_method" title="AutoC::Reference#entities (method)">#entities</a></span>
|
218
272
|
<small>AutoC::Reference</small>
|
219
273
|
</li>
|
220
274
|
|
221
275
|
|
276
|
+
<li class="r2 ">
|
277
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#entities-instance_method" title="AutoC::UserDefinedType#entities (method)">#entities</a></span>
|
278
|
+
<small>AutoC::UserDefinedType</small>
|
279
|
+
</li>
|
280
|
+
|
281
|
+
|
222
282
|
<li class="r1 ">
|
283
|
+
<span class='object_link'><a href="AutoC/Code.html#entities-instance_method" title="AutoC::Code#entities (method)">#entities</a></span>
|
284
|
+
<small>AutoC::Code</small>
|
285
|
+
</li>
|
286
|
+
|
287
|
+
|
288
|
+
<li class="r2 ">
|
223
289
|
<span class='object_link'><a href="AutoC/Type.html#extern-instance_method" title="AutoC::Type#extern (method)">#extern</a></span>
|
224
290
|
<small>AutoC::Type</small>
|
225
291
|
</li>
|
226
292
|
|
227
293
|
|
228
|
-
<li class="
|
294
|
+
<li class="r1 ">
|
229
295
|
<span class='object_link'><a href="AutoC/Module/Header.html#file_name-instance_method" title="AutoC::Module::Header#file_name (method)">#file_name</a></span>
|
230
296
|
<small>AutoC::Module::Header</small>
|
231
297
|
</li>
|
232
298
|
|
233
299
|
|
234
|
-
<li class="
|
300
|
+
<li class="r2 ">
|
235
301
|
<span class='object_link'><a href="AutoC/Module/Source.html#file_name-instance_method" title="AutoC::Module::Source#file_name (method)">#file_name</a></span>
|
236
302
|
<small>AutoC::Module::Source</small>
|
237
303
|
</li>
|
238
304
|
|
239
305
|
|
240
|
-
<li class="
|
306
|
+
<li class="r1 ">
|
241
307
|
<span class='object_link'><a href="AutoC/Type.html#free-instance_method" title="AutoC::Type#free (method)">#free</a></span>
|
242
308
|
<small>AutoC::Type</small>
|
243
309
|
</li>
|
244
310
|
|
245
311
|
|
246
|
-
<li class="
|
312
|
+
<li class="r2 ">
|
247
313
|
<span class='object_link'><a href="AutoC/Module/File.html#generate-instance_method" title="AutoC::Module::File#generate (method)">#generate</a></span>
|
248
314
|
<small>AutoC::Module::File</small>
|
249
315
|
</li>
|
250
316
|
|
251
317
|
|
252
|
-
<li class="
|
318
|
+
<li class="r1 ">
|
253
319
|
<span class='object_link'><a href="AutoC/Module.html#generate%21-class_method" title="AutoC::Module.generate! (method)">generate!</a></span>
|
254
320
|
<small>AutoC::Module</small>
|
255
321
|
</li>
|
256
322
|
|
257
323
|
|
258
|
-
<li class="
|
324
|
+
<li class="r2 ">
|
259
325
|
<span class='object_link'><a href="AutoC/Module.html#generate%21-instance_method" title="AutoC::Module#generate! (method)">#generate!</a></span>
|
260
326
|
<small>AutoC::Module</small>
|
261
327
|
</li>
|
262
328
|
|
263
329
|
|
330
|
+
<li class="r1 ">
|
331
|
+
<span class='object_link'><a href="AutoC/Type.html#hash-instance_method" title="AutoC::Type#hash (method)">#hash</a></span>
|
332
|
+
<small>AutoC::Type</small>
|
333
|
+
</li>
|
334
|
+
|
335
|
+
|
264
336
|
<li class="r2 ">
|
265
337
|
<span class='object_link'><a href="AutoC/Collection.html#hash-instance_method" title="AutoC::Collection#hash (method)">#hash</a></span>
|
266
338
|
<small>AutoC::Collection</small>
|
@@ -274,8 +346,8 @@
|
|
274
346
|
|
275
347
|
|
276
348
|
<li class="r2 ">
|
277
|
-
<span class='object_link'><a href="AutoC/
|
278
|
-
<small>AutoC::
|
349
|
+
<span class='object_link'><a href="AutoC/HashMap.html#hashable%3F-instance_method" title="AutoC::HashMap#hashable? (method)">#hashable?</a></span>
|
350
|
+
<small>AutoC::HashMap</small>
|
279
351
|
</li>
|
280
352
|
|
281
353
|
|
@@ -286,14 +358,14 @@
|
|
286
358
|
|
287
359
|
|
288
360
|
<li class="r2 ">
|
289
|
-
<span class='object_link'><a href="AutoC/
|
290
|
-
<small>AutoC::
|
361
|
+
<span class='object_link'><a href="AutoC/Collection.html#hashable%3F-instance_method" title="AutoC::Collection#hashable? (method)">#hashable?</a></span>
|
362
|
+
<small>AutoC::Collection</small>
|
291
363
|
</li>
|
292
364
|
|
293
365
|
|
294
366
|
<li class="r1 ">
|
295
|
-
<span class='object_link'><a href="AutoC/
|
296
|
-
<small>AutoC::
|
367
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#hashable%3F-instance_method" title="AutoC::UserDefinedType#hashable? (method)">#hashable?</a></span>
|
368
|
+
<small>AutoC::UserDefinedType</small>
|
297
369
|
</li>
|
298
370
|
|
299
371
|
|
@@ -310,74 +382,74 @@
|
|
310
382
|
|
311
383
|
|
312
384
|
<li class="r2 ">
|
313
|
-
<span class='object_link'><a href="AutoC/
|
314
|
-
<small>AutoC::
|
385
|
+
<span class='object_link'><a href="AutoC/Collection.html#initializable%3F-instance_method" title="AutoC::Collection#initializable? (method)">#initializable?</a></span>
|
386
|
+
<small>AutoC::Collection</small>
|
315
387
|
</li>
|
316
388
|
|
317
389
|
|
318
390
|
<li class="r1 ">
|
319
|
-
<span class='object_link'><a href="AutoC/
|
320
|
-
<small>AutoC::
|
391
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#initializable%3F-instance_method" title="AutoC::UserDefinedType#initializable? (method)">#initializable?</a></span>
|
392
|
+
<small>AutoC::UserDefinedType</small>
|
321
393
|
</li>
|
322
394
|
|
323
395
|
|
324
396
|
<li class="r2 ">
|
325
|
-
<span class='object_link'><a href="AutoC/
|
326
|
-
<small>AutoC::
|
397
|
+
<span class='object_link'><a href="AutoC/Type.html#initializable%3F-instance_method" title="AutoC::Type#initializable? (method)">#initializable?</a></span>
|
398
|
+
<small>AutoC::Type</small>
|
327
399
|
</li>
|
328
400
|
|
329
401
|
|
330
402
|
<li class="r1 ">
|
331
|
-
<span class='object_link'><a href="AutoC/
|
332
|
-
<small>AutoC::
|
403
|
+
<span class='object_link'><a href="AutoC/Module/Header.html#initialize-instance_method" title="AutoC::Module::Header#initialize (method)">#initialize</a></span>
|
404
|
+
<small>AutoC::Module::Header</small>
|
333
405
|
</li>
|
334
406
|
|
335
407
|
|
336
408
|
<li class="r2 ">
|
337
|
-
<span class='object_link'><a href="AutoC/
|
338
|
-
<small>AutoC::
|
409
|
+
<span class='object_link'><a href="AutoC/HashMap.html#initialize-instance_method" title="AutoC::HashMap#initialize (method)">#initialize</a></span>
|
410
|
+
<small>AutoC::HashMap</small>
|
339
411
|
</li>
|
340
412
|
|
341
413
|
|
342
414
|
<li class="r1 ">
|
343
|
-
<span class='object_link'><a href="AutoC/
|
344
|
-
<small>AutoC::
|
415
|
+
<span class='object_link'><a href="AutoC/Module/Source.html#initialize-instance_method" title="AutoC::Module::Source#initialize (method)">#initialize</a></span>
|
416
|
+
<small>AutoC::Module::Source</small>
|
345
417
|
</li>
|
346
418
|
|
347
419
|
|
348
420
|
<li class="r2 ">
|
349
|
-
<span class='object_link'><a href="AutoC/
|
350
|
-
<small>AutoC::
|
421
|
+
<span class='object_link'><a href="AutoC/Reference.html#initialize-instance_method" title="AutoC::Reference#initialize (method)">#initialize</a></span>
|
422
|
+
<small>AutoC::Reference</small>
|
351
423
|
</li>
|
352
424
|
|
353
425
|
|
354
426
|
<li class="r1 ">
|
355
|
-
<span class='object_link'><a href="AutoC/
|
356
|
-
<small>AutoC::
|
427
|
+
<span class='object_link'><a href="AutoC/Vector.html#initialize-instance_method" title="AutoC::Vector#initialize (method)">#initialize</a></span>
|
428
|
+
<small>AutoC::Vector</small>
|
357
429
|
</li>
|
358
430
|
|
359
431
|
|
360
432
|
<li class="r2 ">
|
361
|
-
<span class='object_link'><a href="AutoC/Module
|
362
|
-
<small>AutoC::Module
|
433
|
+
<span class='object_link'><a href="AutoC/Module.html#initialize-instance_method" title="AutoC::Module#initialize (method)">#initialize</a></span>
|
434
|
+
<small>AutoC::Module</small>
|
363
435
|
</li>
|
364
436
|
|
365
437
|
|
366
438
|
<li class="r1 ">
|
367
|
-
<span class='object_link'><a href="AutoC/
|
368
|
-
<small>AutoC::
|
439
|
+
<span class='object_link'><a href="AutoC/HashSet.html#initialize-instance_method" title="AutoC::HashSet#initialize (method)">#initialize</a></span>
|
440
|
+
<small>AutoC::HashSet</small>
|
369
441
|
</li>
|
370
442
|
|
371
443
|
|
372
444
|
<li class="r2 ">
|
373
|
-
<span class='object_link'><a href="AutoC/
|
374
|
-
<small>AutoC::
|
445
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#initialize-instance_method" title="AutoC::UserDefinedType#initialize (method)">#initialize</a></span>
|
446
|
+
<small>AutoC::UserDefinedType</small>
|
375
447
|
</li>
|
376
448
|
|
377
449
|
|
378
450
|
<li class="r1 ">
|
379
|
-
<span class='object_link'><a href="AutoC/
|
380
|
-
<small>AutoC::
|
451
|
+
<span class='object_link'><a href="AutoC/String.html#initialize-instance_method" title="AutoC::String#initialize (method)">#initialize</a></span>
|
452
|
+
<small>AutoC::String</small>
|
381
453
|
</li>
|
382
454
|
|
383
455
|
|
@@ -387,6 +459,18 @@
|
|
387
459
|
</li>
|
388
460
|
|
389
461
|
|
462
|
+
<li class="r1 ">
|
463
|
+
<span class='object_link'><a href="AutoC/Type.html#initialize-instance_method" title="AutoC::Type#initialize (method)">#initialize</a></span>
|
464
|
+
<small>AutoC::Type</small>
|
465
|
+
</li>
|
466
|
+
|
467
|
+
|
468
|
+
<li class="r2 ">
|
469
|
+
<span class='object_link'><a href="AutoC/Collection.html#initialize-instance_method" title="AutoC::Collection#initialize (method)">#initialize</a></span>
|
470
|
+
<small>AutoC::Collection</small>
|
471
|
+
</li>
|
472
|
+
|
473
|
+
|
390
474
|
<li class="r1 ">
|
391
475
|
<span class='object_link'><a href="AutoC/Type.html#inline-instance_method" title="AutoC::Type#inline (method)">#inline</a></span>
|
392
476
|
<small>AutoC::Type</small>
|
@@ -394,59 +478,71 @@
|
|
394
478
|
|
395
479
|
|
396
480
|
<li class="r2 ">
|
481
|
+
<span class='object_link'><a href="AutoC/String.html#it_ref-instance_method" title="AutoC::String#it_ref (method)">#it_ref</a></span>
|
482
|
+
<small>AutoC::String</small>
|
483
|
+
</li>
|
484
|
+
|
485
|
+
|
486
|
+
<li class="r1 ">
|
397
487
|
<span class='object_link'><a href="AutoC/Collection.html#it_ref-instance_method" title="AutoC::Collection#it_ref (method)">#it_ref</a></span>
|
398
488
|
<small>AutoC::Collection</small>
|
399
489
|
</li>
|
400
490
|
|
401
491
|
|
402
|
-
<li class="
|
492
|
+
<li class="r2 ">
|
403
493
|
<span class='object_link'><a href="AutoC/HashMap.html#key-instance_method" title="AutoC::HashMap#key (method)">#key</a></span>
|
404
494
|
<small>AutoC::HashMap</small>
|
405
495
|
</li>
|
406
496
|
|
407
497
|
|
408
|
-
<li class="
|
498
|
+
<li class="r1 ">
|
409
499
|
<span class='object_link'><a href="AutoC/Module/Source.html#main%3F-instance_method" title="AutoC::Module::Source#main? (method)">#main?</a></span>
|
410
500
|
<small>AutoC::Module::Source</small>
|
411
501
|
</li>
|
412
502
|
|
413
503
|
|
414
|
-
<li class="
|
504
|
+
<li class="r2 ">
|
415
505
|
<span class='object_link'><a href="AutoC/Module.html#main_source-instance_method" title="AutoC::Module#main_source (method)">#main_source</a></span>
|
416
506
|
<small>AutoC::Module</small>
|
417
507
|
</li>
|
418
508
|
|
419
509
|
|
420
|
-
<li class="
|
510
|
+
<li class="r1 ">
|
421
511
|
<span class='object_link'><a href="AutoC/Type.html#malloc-instance_method" title="AutoC::Type#malloc (method)">#malloc</a></span>
|
422
512
|
<small>AutoC::Type</small>
|
423
513
|
</li>
|
424
514
|
|
425
515
|
|
426
|
-
<li class="
|
516
|
+
<li class="r2 ">
|
427
517
|
<span class='object_link'><a href="AutoC/Type.html#method_missing-instance_method" title="AutoC::Type#method_missing (method)">#method_missing</a></span>
|
428
518
|
<small>AutoC::Type</small>
|
429
519
|
</li>
|
430
520
|
|
431
521
|
|
432
|
-
<li class="
|
522
|
+
<li class="r1 ">
|
433
523
|
<span class='object_link'><a href="AutoC/Module.html#name-instance_method" title="AutoC::Module#name (method)">#name</a></span>
|
434
524
|
<small>AutoC::Module</small>
|
435
525
|
</li>
|
436
526
|
|
437
527
|
|
438
|
-
<li class="
|
528
|
+
<li class="r2 ">
|
439
529
|
<span class='object_link'><a href="AutoC/Module.html#new_header-instance_method" title="AutoC::Module#new_header (method)">#new_header</a></span>
|
440
530
|
<small>AutoC::Module</small>
|
441
531
|
</li>
|
442
532
|
|
443
533
|
|
444
|
-
<li class="
|
534
|
+
<li class="r1 ">
|
445
535
|
<span class='object_link'><a href="AutoC/Module.html#new_source-instance_method" title="AutoC::Module#new_source (method)">#new_source</a></span>
|
446
536
|
<small>AutoC::Module</small>
|
447
537
|
</li>
|
448
538
|
|
449
539
|
|
540
|
+
<li class="r2 ">
|
541
|
+
<span class='object_link'><a href="AutoC/Module/Header.html#new_stream-instance_method" title="AutoC::Module::Header#new_stream (method)">#new_stream</a></span>
|
542
|
+
<small>AutoC::Module::Header</small>
|
543
|
+
</li>
|
544
|
+
|
545
|
+
|
450
546
|
<li class="r1 ">
|
451
547
|
<span class='object_link'><a href="AutoC/Module/Source.html#new_stream-instance_method" title="AutoC::Module::Source#new_stream (method)">#new_stream</a></span>
|
452
548
|
<small>AutoC::Module::Source</small>
|
@@ -454,8 +550,8 @@
|
|
454
550
|
|
455
551
|
|
456
552
|
<li class="r2 ">
|
457
|
-
<span class='object_link'><a href="AutoC/
|
458
|
-
<small>AutoC::
|
553
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#orderable%3F-instance_method" title="AutoC::UserDefinedType#orderable? (method)">#orderable?</a></span>
|
554
|
+
<small>AutoC::UserDefinedType</small>
|
459
555
|
</li>
|
460
556
|
|
461
557
|
|
@@ -550,20 +646,20 @@
|
|
550
646
|
|
551
647
|
|
552
648
|
<li class="r2 ">
|
553
|
-
<span class='object_link'><a href="AutoC/
|
554
|
-
<small>AutoC::
|
649
|
+
<span class='object_link'><a href="AutoC/Reference.html#target-instance_method" title="AutoC::Reference#target (method)">#target</a></span>
|
650
|
+
<small>AutoC::Reference</small>
|
555
651
|
</li>
|
556
652
|
|
557
653
|
|
558
654
|
<li class="r1 ">
|
559
|
-
<span class='object_link'><a href="AutoC/Type.html#
|
655
|
+
<span class='object_link'><a href="AutoC/Type.html#type-instance_method" title="AutoC::Type#type (method)">#type</a></span>
|
560
656
|
<small>AutoC::Type</small>
|
561
657
|
</li>
|
562
658
|
|
563
659
|
|
564
660
|
<li class="r2 ">
|
565
|
-
<span class='object_link'><a href="AutoC/
|
566
|
-
<small>AutoC::
|
661
|
+
<span class='object_link'><a href="AutoC/Type.html#type_ref-instance_method" title="AutoC::Type#type_ref (method)">#type_ref</a></span>
|
662
|
+
<small>AutoC::Type</small>
|
567
663
|
</li>
|
568
664
|
|
569
665
|
|
@@ -574,17 +670,29 @@
|
|
574
670
|
|
575
671
|
|
576
672
|
<li class="r2 ">
|
673
|
+
<span class='object_link'><a href="AutoC/Module/Source.html#write-instance_method" title="AutoC::Module::Source#write (method)">#write</a></span>
|
674
|
+
<small>AutoC::Module::Source</small>
|
675
|
+
</li>
|
676
|
+
|
677
|
+
|
678
|
+
<li class="r1 ">
|
577
679
|
<span class='object_link'><a href="AutoC/Type.html#write_decls-instance_method" title="AutoC::Type#write_decls (method)">#write_decls</a></span>
|
578
680
|
<small>AutoC::Type</small>
|
579
681
|
</li>
|
580
682
|
|
581
683
|
|
582
|
-
<li class="
|
684
|
+
<li class="r2 ">
|
583
685
|
<span class='object_link'><a href="AutoC/Code.html#write_decls-instance_method" title="AutoC::Code#write_decls (method)">#write_decls</a></span>
|
584
686
|
<small>AutoC::Code</small>
|
585
687
|
</li>
|
586
688
|
|
587
689
|
|
690
|
+
<li class="r1 ">
|
691
|
+
<span class='object_link'><a href="AutoC/Type.html#write_defs-instance_method" title="AutoC::Type#write_defs (method)">#write_defs</a></span>
|
692
|
+
<small>AutoC::Type</small>
|
693
|
+
</li>
|
694
|
+
|
695
|
+
|
588
696
|
<li class="r2 ">
|
589
697
|
<span class='object_link'><a href="AutoC/Code.html#write_defs-instance_method" title="AutoC::Code#write_defs (method)">#write_defs</a></span>
|
590
698
|
<small>AutoC::Code</small>
|
@@ -592,20 +700,20 @@
|
|
592
700
|
|
593
701
|
|
594
702
|
<li class="r1 ">
|
595
|
-
<span class='object_link'><a href="AutoC/
|
596
|
-
<small>AutoC::
|
703
|
+
<span class='object_link'><a href="AutoC/HashSet.html#write_impls-instance_method" title="AutoC::HashSet#write_impls (method)">#write_impls</a></span>
|
704
|
+
<small>AutoC::HashSet</small>
|
597
705
|
</li>
|
598
706
|
|
599
707
|
|
600
708
|
<li class="r2 ">
|
601
|
-
<span class='object_link'><a href="AutoC/
|
602
|
-
<small>AutoC::
|
709
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#write_impls-instance_method" title="AutoC::UserDefinedType#write_impls (method)">#write_impls</a></span>
|
710
|
+
<small>AutoC::UserDefinedType</small>
|
603
711
|
</li>
|
604
712
|
|
605
713
|
|
606
714
|
<li class="r1 ">
|
607
|
-
<span class='object_link'><a href="AutoC/
|
608
|
-
<small>AutoC::
|
715
|
+
<span class='object_link'><a href="AutoC/List.html#write_impls-instance_method" title="AutoC::List#write_impls (method)">#write_impls</a></span>
|
716
|
+
<small>AutoC::List</small>
|
609
717
|
</li>
|
610
718
|
|
611
719
|
|
@@ -616,14 +724,14 @@
|
|
616
724
|
|
617
725
|
|
618
726
|
<li class="r1 ">
|
619
|
-
<span class='object_link'><a href="AutoC/
|
620
|
-
<small>AutoC::
|
727
|
+
<span class='object_link'><a href="AutoC/Vector.html#write_impls-instance_method" title="AutoC::Vector#write_impls (method)">#write_impls</a></span>
|
728
|
+
<small>AutoC::Vector</small>
|
621
729
|
</li>
|
622
730
|
|
623
731
|
|
624
732
|
<li class="r2 ">
|
625
|
-
<span class='object_link'><a href="AutoC/
|
626
|
-
<small>AutoC::
|
733
|
+
<span class='object_link'><a href="AutoC/Queue.html#write_impls-instance_method" title="AutoC::Queue#write_impls (method)">#write_impls</a></span>
|
734
|
+
<small>AutoC::Queue</small>
|
627
735
|
</li>
|
628
736
|
|
629
737
|
|
@@ -634,20 +742,32 @@
|
|
634
742
|
|
635
743
|
|
636
744
|
<li class="r2 ">
|
745
|
+
<span class='object_link'><a href="AutoC/String.html#write_impls-instance_method" title="AutoC::String#write_impls (method)">#write_impls</a></span>
|
746
|
+
<small>AutoC::String</small>
|
747
|
+
</li>
|
748
|
+
|
749
|
+
|
750
|
+
<li class="r1 ">
|
637
751
|
<span class='object_link'><a href="AutoC/Code.html#write_intf-instance_method" title="AutoC::Code#write_intf (method)">#write_intf</a></span>
|
638
752
|
<small>AutoC::Code</small>
|
639
753
|
</li>
|
640
754
|
|
641
755
|
|
642
|
-
<li class="
|
756
|
+
<li class="r2 ">
|
643
757
|
<span class='object_link'><a href="AutoC/Type.html#write_intf-instance_method" title="AutoC::Type#write_intf (method)">#write_intf</a></span>
|
644
758
|
<small>AutoC::Type</small>
|
645
759
|
</li>
|
646
760
|
|
647
761
|
|
762
|
+
<li class="r1 ">
|
763
|
+
<span class='object_link'><a href="AutoC/HashSet.html#write_intf_decls-instance_method" title="AutoC::HashSet#write_intf_decls (method)">#write_intf_decls</a></span>
|
764
|
+
<small>AutoC::HashSet</small>
|
765
|
+
</li>
|
766
|
+
|
767
|
+
|
648
768
|
<li class="r2 ">
|
649
|
-
<span class='object_link'><a href="AutoC/
|
650
|
-
<small>AutoC::
|
769
|
+
<span class='object_link'><a href="AutoC/List.html#write_intf_decls-instance_method" title="AutoC::List#write_intf_decls (method)">#write_intf_decls</a></span>
|
770
|
+
<small>AutoC::List</small>
|
651
771
|
</li>
|
652
772
|
|
653
773
|
|
@@ -658,50 +778,50 @@
|
|
658
778
|
|
659
779
|
|
660
780
|
<li class="r2 ">
|
661
|
-
<span class='object_link'><a href="AutoC/
|
662
|
-
<small>AutoC::
|
781
|
+
<span class='object_link'><a href="AutoC/Queue.html#write_intf_decls-instance_method" title="AutoC::Queue#write_intf_decls (method)">#write_intf_decls</a></span>
|
782
|
+
<small>AutoC::Queue</small>
|
663
783
|
</li>
|
664
784
|
|
665
785
|
|
666
786
|
<li class="r1 ">
|
667
|
-
<span class='object_link'><a href="AutoC/
|
668
|
-
<small>AutoC::
|
787
|
+
<span class='object_link'><a href="AutoC/Collection.html#write_intf_decls-instance_method" title="AutoC::Collection#write_intf_decls (method)">#write_intf_decls</a></span>
|
788
|
+
<small>AutoC::Collection</small>
|
669
789
|
</li>
|
670
790
|
|
671
791
|
|
672
792
|
<li class="r2 ">
|
673
|
-
<span class='object_link'><a href="AutoC/
|
674
|
-
<small>AutoC::
|
793
|
+
<span class='object_link'><a href="AutoC/Vector.html#write_intf_decls-instance_method" title="AutoC::Vector#write_intf_decls (method)">#write_intf_decls</a></span>
|
794
|
+
<small>AutoC::Vector</small>
|
675
795
|
</li>
|
676
796
|
|
677
797
|
|
678
798
|
<li class="r1 ">
|
679
|
-
<span class='object_link'><a href="AutoC/
|
680
|
-
<small>AutoC::
|
799
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#write_intf_decls-instance_method" title="AutoC::UserDefinedType#write_intf_decls (method)">#write_intf_decls</a></span>
|
800
|
+
<small>AutoC::UserDefinedType</small>
|
681
801
|
</li>
|
682
802
|
|
683
803
|
|
684
804
|
<li class="r2 ">
|
685
|
-
<span class='object_link'><a href="AutoC/
|
686
|
-
<small>AutoC::
|
805
|
+
<span class='object_link'><a href="AutoC/Reference.html#write_intf_decls-instance_method" title="AutoC::Reference#write_intf_decls (method)">#write_intf_decls</a></span>
|
806
|
+
<small>AutoC::Reference</small>
|
687
807
|
</li>
|
688
808
|
|
689
809
|
|
690
810
|
<li class="r1 ">
|
691
|
-
<span class='object_link'><a href="AutoC/
|
692
|
-
<small>AutoC::
|
811
|
+
<span class='object_link'><a href="AutoC/String.html#write_intf_decls-instance_method" title="AutoC::String#write_intf_decls (method)">#write_intf_decls</a></span>
|
812
|
+
<small>AutoC::String</small>
|
693
813
|
</li>
|
694
814
|
|
695
815
|
|
696
816
|
<li class="r2 ">
|
697
|
-
<span class='object_link'><a href="AutoC/
|
698
|
-
<small>AutoC::
|
817
|
+
<span class='object_link'><a href="AutoC/HashMap.html#write_intf_types-instance_method" title="AutoC::HashMap#write_intf_types (method)">#write_intf_types</a></span>
|
818
|
+
<small>AutoC::HashMap</small>
|
699
819
|
</li>
|
700
820
|
|
701
821
|
|
702
822
|
<li class="r1 ">
|
703
|
-
<span class='object_link'><a href="AutoC/
|
704
|
-
<small>AutoC::
|
823
|
+
<span class='object_link'><a href="AutoC/String.html#write_intf_types-instance_method" title="AutoC::String#write_intf_types (method)">#write_intf_types</a></span>
|
824
|
+
<small>AutoC::String</small>
|
705
825
|
</li>
|
706
826
|
|
707
827
|
|
@@ -712,11 +832,29 @@
|
|
712
832
|
|
713
833
|
|
714
834
|
<li class="r1 ">
|
835
|
+
<span class='object_link'><a href="AutoC/Queue.html#write_intf_types-instance_method" title="AutoC::Queue#write_intf_types (method)">#write_intf_types</a></span>
|
836
|
+
<small>AutoC::Queue</small>
|
837
|
+
</li>
|
838
|
+
|
839
|
+
|
840
|
+
<li class="r2 ">
|
715
841
|
<span class='object_link'><a href="AutoC/HashSet.html#write_intf_types-instance_method" title="AutoC::HashSet#write_intf_types (method)">#write_intf_types</a></span>
|
716
842
|
<small>AutoC::HashSet</small>
|
717
843
|
</li>
|
718
844
|
|
719
845
|
|
846
|
+
<li class="r1 ">
|
847
|
+
<span class='object_link'><a href="AutoC/List.html#write_intf_types-instance_method" title="AutoC::List#write_intf_types (method)">#write_intf_types</a></span>
|
848
|
+
<small>AutoC::List</small>
|
849
|
+
</li>
|
850
|
+
|
851
|
+
|
852
|
+
<li class="r2 ">
|
853
|
+
<span class='object_link'><a href="AutoC/UserDefinedType.html#write_intf_types-instance_method" title="AutoC::UserDefinedType#write_intf_types (method)">#write_intf_types</a></span>
|
854
|
+
<small>AutoC::UserDefinedType</small>
|
855
|
+
</li>
|
856
|
+
|
857
|
+
|
720
858
|
</ul>
|
721
859
|
</div>
|
722
860
|
</body>
|