File: inherits.html

package info (click to toggle)
bmagic 6.3.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 49,956 kB
  • sloc: cpp: 84,298; ansic: 9,703; sh: 1,664; makefile: 742
file content (842 lines) | stat: -rwxr-xr-x 61,532 bytes parent folder | download
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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BitMagic-C++: Class Hierarchy</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="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 id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">BitMagic-C++
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Class Hierarchy</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock">
<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
</div><table border="0" cellspacing="10" cellpadding="0">
<tr><td><img src="inherit_graph_0.png" border="0" usemap="#bm_1_1__copyright_3_01T_01_4" alt=""/>
<map name="bm_1_1__copyright_3_01T_01_4" id="bm_1_1__copyright_3_01T_01_4">
<area shape="rect" href="structbm_1_1__copyright.html" title="Internal structure." alt="" coords="5,5,144,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_1.png" border="0" usemap="#bm_1_1aggregator_3_01bm_1_1bvector_3_4_01_4" alt=""/>
<map name="bm_1_1aggregator_3_01bm_1_1bvector_3_4_01_4" id="bm_1_1aggregator_3_01bm_1_1bvector_3_4_01_4">
<area shape="rect" href="classbm_1_1aggregator.html" title=" " alt="" coords="5,5,144,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_2.png" border="0" usemap="#bm_1_1aggregator_3_01BV_01_4" alt=""/>
<map name="bm_1_1aggregator_3_01BV_01_4" id="bm_1_1aggregator_3_01BV_01_4">
<area shape="rect" href="classbm_1_1aggregator.html" title="Algorithms for fast aggregation of a group of bit&#45;vectors." alt="" coords="5,5,156,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_3.png" border="0" usemap="#bm_1_1aggregator_3_01bvector__type_01_4" alt=""/>
<map name="bm_1_1aggregator_3_01bvector__type_01_4" id="bm_1_1aggregator_3_01bvector__type_01_4">
<area shape="rect" href="classbm_1_1aggregator.html" title=" " alt="" coords="5,5,168,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_4.png" border="0" usemap="#bm_1_1all__set_3_01T_01_4" alt=""/>
<map name="bm_1_1all__set_3_01T_01_4" id="bm_1_1all__set_3_01T_01_4">
<area shape="rect" href="structbm_1_1all__set.html" title="Structure carries pointer on bit block with all bits 1." alt="" coords="5,5,123,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_5.png" border="0" usemap="#bm_1_1all__set_3_01T_01_4_1_1all__set__block" alt=""/>
<map name="bm_1_1all__set_3_01T_01_4_1_1all__set__block" id="bm_1_1all__set_3_01T_01_4_1_1all__set__block">
<area shape="rect" href="structbm_1_1all__set_1_1all__set__block.html" title=" " alt="" coords="5,5,144,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_6.png" border="0" usemap="#bm_1_1alloc__pool_3_01BA_00_01PA_01_4" alt=""/>
<map name="bm_1_1alloc__pool_3_01BA_00_01PA_01_4" id="bm_1_1alloc__pool_3_01BA_00_01PA_01_4">
<area shape="rect" href="classbm_1_1alloc__pool.html" title="Allocation pool object." alt="" coords="5,5,145,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_7.png" border="0" usemap="#bm_1_1base__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4" alt=""/>
<map name="bm_1_1base__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4" id="bm_1_1base__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4">
<area shape="rect" href="classbm_1_1base__sparse__vector.html" title=" " alt="" coords="5,5,188,61"/>
<area shape="rect" href="classbm_1_1str__sparse__vector.html" title="sparse vector for strings with compression using bit transposition method" alt="" coords="236,5,419,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_8.png" border="0" usemap="#bm_1_1base__sparse__vector_3_01unsigned_00_01bm_1_1bvector_3_4_00_011_01_4" alt=""/>
<map name="bm_1_1base__sparse__vector_3_01unsigned_00_01bm_1_1bvector_3_4_00_011_01_4" id="bm_1_1base__sparse__vector_3_01unsigned_00_01bm_1_1bvector_3_4_00_011_01_4">
<area shape="rect" href="classbm_1_1base__sparse__vector.html" title=" " alt="" coords="5,5,168,61"/>
<area shape="rect" href="classbm_1_1sparse__vector.html" title=" " alt="" coords="216,13,397,54"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_9.png" border="0" usemap="#bm_1_1base__sparse__vector_3_01Val_00_01BV_00_011_01_4" alt=""/>
<map name="bm_1_1base__sparse__vector_3_01Val_00_01BV_00_011_01_4" id="bm_1_1base__sparse__vector_3_01Val_00_01BV_00_011_01_4">
<area shape="rect" href="classbm_1_1base__sparse__vector.html" title=" " alt="" coords="5,5,168,47"/>
<area shape="rect" href="classbm_1_1sparse__vector.html" title="sparse vector with runtime compression using bit transposition method" alt="" coords="216,5,352,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_10.png" border="0" usemap="#bm_1_1base__sparse__vector_3_01Val_00_01BV_00_01MAX__SIZE_01_4" alt=""/>
<map name="bm_1_1base__sparse__vector_3_01Val_00_01BV_00_01MAX__SIZE_01_4" id="bm_1_1base__sparse__vector_3_01Val_00_01BV_00_01MAX__SIZE_01_4">
<area shape="rect" href="classbm_1_1base__sparse__vector.html" title="Base class for bit&#45;transposed sparse vector construction." alt="" coords="5,5,168,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_11.png" border="0" usemap="#bm_1_1basic__bmatrix_3_01bm_1_1bvector_3_4_01_4" alt=""/>
<map name="bm_1_1basic__bmatrix_3_01bm_1_1bvector_3_4_01_4" id="bm_1_1basic__bmatrix_3_01bm_1_1bvector_3_4_01_4">
<area shape="rect" href="classbm_1_1basic__bmatrix.html" title=" " alt="" coords="5,5,143,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_12.png" border="0" usemap="#bm_1_1basic__bmatrix_3_01BV_01_4" alt=""/>
<map name="bm_1_1basic__bmatrix_3_01BV_01_4" id="bm_1_1basic__bmatrix_3_01BV_01_4">
<area shape="rect" href="classbm_1_1basic__bmatrix.html" title="Basic dense bit&#45;matrix class." alt="" coords="5,5,176,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_13.png" border="0" usemap="#bm_1_1bit__AND_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__AND_3_01W_01_4" id="bm_1_1bit__AND_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__AND.html" title="Bit AND functor." alt="" coords="5,5,139,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_14.png" border="0" usemap="#bm_1_1bit__ASSIGN_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__ASSIGN_3_01W_01_4" id="bm_1_1bit__ASSIGN_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__ASSIGN.html" title="Bit ASSIGN functor." alt="" coords="5,5,160,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_15.png" border="0" usemap="#bm_1_1bit__block__t" alt=""/>
<map name="bm_1_1bit__block__t" id="bm_1_1bit__block__t">
<area shape="rect" href="structbm_1_1bit__block__t.html" title="bit&#45;block array wrapped into union for correct interpretation of 32&#45;bit vs 64&#45;bit access vs SIMD" alt="" coords="5,5,116,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_16.png" border="0" usemap="#bm_1_1bit__block__t_1_1bunion__t" alt=""/>
<map name="bm_1_1bit__block__t_1_1bunion__t" id="bm_1_1bit__block__t_1_1bunion__t">
<area shape="rect" href="unionbm_1_1bit__block__t_1_1bunion__t.html" title=" " alt="" coords="5,5,173,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_17.png" border="0" usemap="#bm_1_1bit__COUNT_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT_3_01W_01_4" id="bm_1_1bit__COUNT_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT.html" title="Bit COUNT functor." alt="" coords="5,5,156,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_18.png" border="0" usemap="#bm_1_1bit__COUNT__A_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT__A_3_01W_01_4" id="bm_1_1bit__COUNT__A_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT__A.html" title="Bit COUNT A functor." alt="" coords="5,5,172,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_19.png" border="0" usemap="#bm_1_1bit__COUNT__AND_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT__AND_3_01W_01_4" id="bm_1_1bit__COUNT__AND_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT__AND.html" title="Bit COUNT AND functor." alt="" coords="5,5,189,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_20.png" border="0" usemap="#bm_1_1bit__COUNT__B_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT__B_3_01W_01_4" id="bm_1_1bit__COUNT__B_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT__B.html" title="Bit COUNT B functor." alt="" coords="5,5,172,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_21.png" border="0" usemap="#bm_1_1bit__COUNT__OR_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT__OR_3_01W_01_4" id="bm_1_1bit__COUNT__OR_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT__OR.html" title="Bit COUNT OR functor." alt="" coords="5,5,181,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_22.png" border="0" usemap="#bm_1_1bit__COUNT__SUB__AB_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT__SUB__AB_3_01W_01_4" id="bm_1_1bit__COUNT__SUB__AB_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT__SUB__AB.html" title="Bit COUNT SUB AB functor." alt="" coords="5,5,215,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_23.png" border="0" usemap="#bm_1_1bit__COUNT__SUB__BA_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT__SUB__BA_3_01W_01_4" id="bm_1_1bit__COUNT__SUB__BA_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT__SUB__BA.html" title="Bit SUB BA functor." alt="" coords="5,5,215,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_24.png" border="0" usemap="#bm_1_1bit__count__table_3_01T_01_4" alt=""/>
<map name="bm_1_1bit__count__table_3_01T_01_4" id="bm_1_1bit__count__table_3_01T_01_4">
<area shape="rect" href="structbm_1_1bit__count__table.html" title="Structure to aid in counting bits table contains count of bits in 0&#45;255 diapason of numbers." alt="" coords="5,5,172,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_25.png" border="0" usemap="#bm_1_1bit__COUNT__XOR_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__COUNT__XOR_3_01W_01_4" id="bm_1_1bit__COUNT__XOR_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__COUNT__XOR.html" title="Bit COUNT XOR functor." alt="" coords="5,5,188,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_26.png" border="0" usemap="#bm_1_1bit__decode__cache" alt=""/>
<map name="bm_1_1bit__decode__cache" id="bm_1_1bit__decode__cache">
<area shape="rect" href="structbm_1_1bit__decode__cache.html" title="bit&#45;decode cache structure" alt="" coords="5,5,159,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_27.png" border="0" usemap="#bm_1_1bit__grabber_3_01T_00_01BPC_01_4" alt=""/>
<map name="bm_1_1bit__grabber_3_01T_00_01BPC_01_4" id="bm_1_1bit__grabber_3_01T_00_01BPC_01_4">
<area shape="rect" href="structbm_1_1bit__grabber.html" title=" " alt="" coords="5,5,140,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_28.png" border="0" usemap="#bm_1_1bit__grabber_3_01unsigned_01char_00_018_01_4" alt=""/>
<map name="bm_1_1bit__grabber_3_01unsigned_01char_00_018_01_4" id="bm_1_1bit__grabber_3_01unsigned_01char_00_018_01_4">
<area shape="rect" href="structbm_1_1bit__grabber_3_01unsigned_01char_00_018_01_4.html" title=" " alt="" coords="5,5,181,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_29.png" border="0" usemap="#bm_1_1bit__grabber_3_01unsigned_01short_00_0116_01_4" alt=""/>
<map name="bm_1_1bit__grabber_3_01unsigned_01short_00_0116_01_4" id="bm_1_1bit__grabber_3_01unsigned_01short_00_0116_01_4">
<area shape="rect" href="structbm_1_1bit__grabber_3_01unsigned_01short_00_0116_01_4.html" title=" " alt="" coords="5,5,181,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_30.png" border="0" usemap="#bm_1_1bit__grabber_3_01unsigned_00_0132_01_4" alt=""/>
<map name="bm_1_1bit__grabber_3_01unsigned_00_0132_01_4" id="bm_1_1bit__grabber_3_01unsigned_00_0132_01_4">
<area shape="rect" href="structbm_1_1bit__grabber_3_01unsigned_00_0132_01_4.html" title=" " alt="" coords="5,5,185,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_31.png" border="0" usemap="#bm_1_1bit__in_3_01TDecoder_01_4" alt=""/>
<map name="bm_1_1bit__in_3_01TDecoder_01_4" id="bm_1_1bit__in_3_01TDecoder_01_4">
<area shape="rect" href="classbm_1_1bit__in.html" title="Byte based reader for un&#45;aligned bit streaming." alt="" coords="5,5,164,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_32.png" border="0" usemap="#bm_1_1bit__OR_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__OR_3_01W_01_4" id="bm_1_1bit__OR_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__OR.html" title="Bit OR functor." alt="" coords="5,5,131,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_33.png" border="0" usemap="#bm_1_1bit__out_3_01TEncoder_01_4" alt=""/>
<map name="bm_1_1bit__out_3_01TEncoder_01_4" id="bm_1_1bit__out_3_01TEncoder_01_4">
<area shape="rect" href="classbm_1_1bit__out.html" title="Byte based writer for un&#45;aligned bit streaming." alt="" coords="5,5,172,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_34.png" border="0" usemap="#bm_1_1bit__SUB_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__SUB_3_01W_01_4" id="bm_1_1bit__SUB_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__SUB.html" title="Bit SUB functor." alt="" coords="5,5,139,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_35.png" border="0" usemap="#bm_1_1bit__trans__grabber_3_01T_00_01BPC_00_01BPS_01_4" alt=""/>
<map name="bm_1_1bit__trans__grabber_3_01T_00_01BPC_00_01BPS_01_4" id="bm_1_1bit__trans__grabber_3_01T_00_01BPC_00_01BPS_01_4">
<area shape="rect" href="structbm_1_1bit__trans__grabber.html" title=" " alt="" coords="5,5,153,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_36.png" border="0" usemap="#bm_1_1bit__vistor__copy__functor_3_01BV_01_4" alt=""/>
<map name="bm_1_1bit__vistor__copy__functor_3_01BV_01_4" id="bm_1_1bit__vistor__copy__functor_3_01BV_01_4">
<area shape="rect" href="structbm_1_1bit__vistor__copy__functor.html" title="Functor for bit&#45;copy (for testing)" alt="" coords="5,5,140,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_37.png" border="0" usemap="#bm_1_1bit__vitor__callback__adaptor_3_01VCBT_00_01size__type_01_4" alt=""/>
<map name="bm_1_1bit__vitor__callback__adaptor_3_01VCBT_00_01size__type_01_4" id="bm_1_1bit__vitor__callback__adaptor_3_01VCBT_00_01size__type_01_4">
<area shape="rect" href="structbm_1_1bit__vitor__callback__adaptor.html" title="private adaptor for C&#45;style callbacks" alt="" coords="5,5,200,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_38.png" border="0" usemap="#bm_1_1bit__XOR_3_01W_01_4" alt=""/>
<map name="bm_1_1bit__XOR_3_01W_01_4" id="bm_1_1bit__XOR_3_01W_01_4">
<area shape="rect" href="structbm_1_1bit__XOR.html" title="Bit XOR functor." alt="" coords="5,5,137,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_39.png" border="0" usemap="#bm_1_1bitblock__get__adapter" alt=""/>
<map name="bm_1_1bitblock__get__adapter" id="bm_1_1bitblock__get__adapter">
<area shape="rect" href="classbm_1_1bitblock__get__adapter.html" title="Bit&#45;block get adapter, takes bitblock and represents it as a get_32() accessor function." alt="" coords="5,5,173,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_40.png" border="0" usemap="#bm_1_1bitblock__store__adapter" alt=""/>
<map name="bm_1_1bitblock__store__adapter" id="bm_1_1bitblock__store__adapter">
<area shape="rect" href="classbm_1_1bitblock__store__adapter.html" title="Bit&#45;block store adapter, takes bitblock and saves results into it." alt="" coords="5,5,135,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_41.png" border="0" usemap="#bm_1_1bitblock__sum__adapter" alt=""/>
<map name="bm_1_1bitblock__sum__adapter" id="bm_1_1bitblock__sum__adapter">
<area shape="rect" href="classbm_1_1bitblock__sum__adapter.html" title="Bit&#45;block sum adapter, takes values and sums it /internal." alt="" coords="5,5,180,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_42.png" border="0" usemap="#bm_1_1block__allocator" alt=""/>
<map name="bm_1_1block__allocator" id="bm_1_1block__allocator">
<area shape="rect" href="classbm_1_1block__allocator.html" title="Default malloc based bitblock allocator class." alt="" coords="5,5,140,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_43.png" border="0" usemap="#bm_1_1block__set__table_3_01T_01_4" alt=""/>
<map name="bm_1_1block__set__table_3_01T_01_4" id="bm_1_1block__set__table_3_01T_01_4">
<area shape="rect" href="structbm_1_1block__set__table.html" title="Structure keeps all&#45;left/right ON bits masks." alt="" coords="5,5,176,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_44.png" border="0" usemap="#bm_1_1block__waves__xor__descr" alt=""/>
<map name="bm_1_1block__waves__xor__descr" id="bm_1_1block__waves__xor__descr">
<area shape="rect" href="structbm_1_1block__waves__xor__descr.html" title="Structure to compute XOR gap&#45;count profile by sub&#45;block waves." alt="" coords="5,5,152,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_45.png" border="0" usemap="#bm_1_1bv__ref__vector_3_01BV_01_4" alt=""/>
<map name="bm_1_1bv__ref__vector_3_01BV_01_4" id="bm_1_1bv__ref__vector_3_01BV_01_4">
<area shape="rect" href="classbm_1_1bv__ref__vector.html" title="List of reference bit&#45;vectors with their true index associations." alt="" coords="5,5,169,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_46.png" border="0" usemap="#bm_1_1bv__statistics" alt=""/>
<map name="bm_1_1bv__statistics" id="bm_1_1bv__statistics">
<area shape="rect" href="structbm_1_1bv__statistics.html" title="Structure with statistical information about memory allocation footprint, serialization projection,..." alt="" coords="5,111,125,138"/>
<area shape="rect" href="structbm_1_1bvector_1_1statistics.html" title="Statistical information about bitset&#39;s memory allocation details." alt="" coords="199,5,330,47"/>
<area shape="rect" href="structbm_1_1rsc__sparse__vector_1_1statistics.html" title=" " alt="" coords="188,71,341,112"/>
<area shape="rect" href="structbm_1_1sparse__vector_1_1statistics.html" title=" " alt="" coords="193,136,337,177"/>
<area shape="rect" href="structbm_1_1str__sparse__vector_1_1statistics.html" title=" " alt="" coords="173,202,356,258"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_47.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4" id="bm_1_1bvector_3_01Alloc_01_4">
<area shape="rect" href="classbm_1_1bvector.html" title="Bitvector Bit&#45;vector container with runtime compression of bits." alt="" coords="5,5,148,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_48.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1allocation__policy" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1allocation__policy" id="bm_1_1bvector_3_01Alloc_01_4_1_1allocation__policy">
<area shape="rect" href="structbm_1_1bvector_1_1allocation__policy.html" title="memory allocation policy" alt="" coords="5,5,144,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_49.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1bulk__insert__iterator" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1bulk__insert__iterator" id="bm_1_1bvector_3_01Alloc_01_4_1_1bulk__insert__iterator">
<area shape="rect" href="classbm_1_1bvector_1_1bulk__insert__iterator.html" title="Output iterator iterator designed to set &quot;ON&quot; bits based on input sequence of integers." alt="" coords="5,5,157,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_50.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1insert__iterator" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1insert__iterator" id="bm_1_1bvector_3_01Alloc_01_4_1_1insert__iterator">
<area shape="rect" href="classbm_1_1bvector_1_1insert__iterator.html" title="Output iterator iterator designed to set &quot;ON&quot; bits based on input sequence of integers (bit indeces)." alt="" coords="5,5,136,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_51.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base" id="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base">
<area shape="rect" href="classbm_1_1bvector_1_1iterator__base.html" title="Base class for all iterators." alt="" coords="5,5,136,47"/>
<area shape="rect" href="classbm_1_1bvector_1_1enumerator.html" title="Constant iterator designed to enumerate &quot;ON&quot; bits." alt="" coords="184,5,315,47"/>
<area shape="rect" href="classbm_1_1bvector_1_1counted__enumerator.html" title="Constant iterator designed to enumerate &quot;ON&quot; bits counted_enumerator keeps bitcount,..." alt="" coords="363,5,523,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_52.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1bitblock__descr" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1bitblock__descr" id="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1bitblock__descr">
<area shape="rect" href="structbm_1_1bvector_1_1iterator__base_1_1bitblock__descr.html" title="Bit&#45;block descriptor." alt="" coords="5,5,215,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_53.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1block__descr" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1block__descr" id="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1block__descr">
<area shape="rect" href="unionbm_1_1bvector_1_1iterator__base_1_1block__descr.html" title=" " alt="" coords="5,5,200,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_54.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1dgap__descr" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1dgap__descr" id="bm_1_1bvector_3_01Alloc_01_4_1_1iterator__base_1_1dgap__descr">
<area shape="rect" href="structbm_1_1bvector_1_1iterator__base_1_1dgap__descr.html" title="Information about current DGAP block." alt="" coords="5,5,197,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_55.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1mem__pool__guard" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1mem__pool__guard" id="bm_1_1bvector_3_01Alloc_01_4_1_1mem__pool__guard">
<area shape="rect" href="classbm_1_1bvector_1_1mem__pool__guard.html" title=" " alt="" coords="5,5,147,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_56.png" border="0" usemap="#bm_1_1bvector_3_01Alloc_01_4_1_1reference" alt=""/>
<map name="bm_1_1bvector_3_01Alloc_01_4_1_1reference" id="bm_1_1bvector_3_01Alloc_01_4_1_1reference">
<area shape="rect" href="classbm_1_1bvector_1_1reference.html" title="Class reference implements an object for bit assignment." alt="" coords="5,5,136,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_57.png" border="0" usemap="#bm_1_1bvector_3_4" alt=""/>
<map name="bm_1_1bvector_3_4" id="bm_1_1bvector_3_4">
<area shape="rect" href="classbm_1_1bvector.html" title=" " alt="" coords="5,5,111,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_58.png" border="0" usemap="#bm_1_1bvector__mini_3_01A_01_4" alt=""/>
<map name="bm_1_1bvector__mini_3_01A_01_4" id="bm_1_1bvector__mini_3_01A_01_4">
<area shape="rect" href="classbm_1_1bvector__mini.html" title="Bitvector class with very limited functionality." alt="" coords="5,5,159,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_59.png" border="0" usemap="#bm_1_1bvmini_3_01N_01_4" alt=""/>
<map name="bm_1_1bvmini_3_01N_01_4" id="bm_1_1bvmini_3_01N_01_4">
<area shape="rect" href="classbm_1_1bvmini.html" title="Mini bit&#45;vector for auxiliary purposes." alt="" coords="5,5,123,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_60.png" border="0" usemap="#bm_1_1bvps__addr__resolver_3_01BV_01_4" alt=""/>
<map name="bm_1_1bvps__addr__resolver_3_01BV_01_4" id="bm_1_1bvps__addr__resolver_3_01BV_01_4">
<area shape="rect" href="classbm_1_1bvps__addr__resolver.html" title="Bit&#45;bector prefix sum address resolver using bit&#45;vector prefix sum as a space compactor." alt="" coords="5,5,163,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_61.png" border="0" usemap="#bm_1_1bvps__addr__resolver_3_01bvector__type_01_4" alt=""/>
<map name="bm_1_1bvps__addr__resolver_3_01bvector__type_01_4" id="bm_1_1bvps__addr__resolver_3_01bvector__type_01_4">
<area shape="rect" href="classbm_1_1bvps__addr__resolver.html" title=" " alt="" coords="5,5,163,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_62.png" border="0" usemap="#bm_1_1chrono__taker" alt=""/>
<map name="bm_1_1chrono__taker" id="bm_1_1chrono__taker">
<area shape="rect" href="classbm_1_1chrono__taker.html" title="Utility class to collect performance measurements and statistics." alt="" coords="5,5,128,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_63.png" border="0" usemap="#bm_1_1chrono__taker_1_1statistics" alt=""/>
<map name="bm_1_1chrono__taker_1_1statistics" id="bm_1_1chrono__taker_1_1statistics">
<area shape="rect" href="structbm_1_1chrono__taker_1_1statistics.html" title="collected statistics" alt="" coords="5,5,189,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_64.png" border="0" usemap="#bm_1_1compressed__buffer__collection_3_01BV_01_4_1_1statistics" alt=""/>
<map name="bm_1_1compressed__buffer__collection_3_01BV_01_4_1_1statistics" id="bm_1_1compressed__buffer__collection_3_01BV_01_4_1_1statistics">
<area shape="rect" href="structbm_1_1compressed__buffer__collection_1_1statistics.html" title="collection statistics" alt="" coords="5,5,192,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_65.png" border="0" usemap="#bm_1_1compressed__collection_3_01serializer_3_01BV_01_4_1_1buffer_00_01BV_01_4" alt=""/>
<map name="bm_1_1compressed__collection_3_01serializer_3_01BV_01_4_1_1buffer_00_01BV_01_4" id="bm_1_1compressed__collection_3_01serializer_3_01BV_01_4_1_1buffer_00_01BV_01_4">
<area shape="rect" href="classbm_1_1compressed__collection.html" title=" " alt="" coords="5,5,211,47"/>
<area shape="rect" href="classbm_1_1compressed__buffer__collection.html" title="Compressed (sparse collection of objects)" alt="" coords="259,5,416,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_66.png" border="0" usemap="#bm_1_1compressed__collection_3_01Value_00_01BV_01_4" alt=""/>
<map name="bm_1_1compressed__collection_3_01Value_00_01BV_01_4" id="bm_1_1compressed__collection_3_01Value_00_01BV_01_4">
<area shape="rect" href="classbm_1_1compressed__collection.html" title="Compressed (sparse collection of objects)" alt="" coords="5,5,187,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_67.png" border="0" usemap="#bm_1_1compressed__collection__deserializer_3_01CBC_01_4" alt=""/>
<map name="bm_1_1compressed__collection__deserializer_3_01CBC_01_4" id="bm_1_1compressed__collection__deserializer_3_01CBC_01_4">
<area shape="rect" href="classbm_1_1compressed__collection__deserializer.html" title="Deseriaizer for compressed collections." alt="" coords="5,5,187,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_68.png" border="0" usemap="#bm_1_1compressed__collection__serializer_3_01CBC_01_4" alt=""/>
<map name="bm_1_1compressed__collection__serializer_3_01CBC_01_4" id="bm_1_1compressed__collection__serializer_3_01CBC_01_4">
<area shape="rect" href="classbm_1_1compressed__collection__serializer.html" title="Seriaizer for compressed collections." alt="" coords="5,5,187,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_69.png" border="0" usemap="#bm_1_1conditional_3_01b_01_4" alt=""/>
<map name="bm_1_1conditional_3_01b_01_4" id="bm_1_1conditional_3_01b_01_4">
<area shape="rect" href="structbm_1_1conditional.html" title="ad&#45;hoc conditional expressions" alt="" coords="5,5,147,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_70.png" border="0" usemap="#bm_1_1conditional_3_01false_01_4" alt=""/>
<map name="bm_1_1conditional_3_01false_01_4" id="bm_1_1conditional_3_01false_01_4">
<area shape="rect" href="structbm_1_1conditional_3_01false_01_4.html" title=" " alt="" coords="5,5,167,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_71.png" border="0" usemap="#bm_1_1copy__to__array__functor_3_01B_01_4" alt=""/>
<map name="bm_1_1copy__to__array__functor_3_01B_01_4" id="bm_1_1copy__to__array__functor_3_01B_01_4">
<area shape="rect" href="classbm_1_1copy__to__array__functor.html" title="Adaptor to copy 1 bits to array." alt="" coords="5,5,215,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_72.png" border="0" usemap="#bm_1_1d__copy__func_3_01T_01_4" alt=""/>
<map name="bm_1_1d__copy__func_3_01T_01_4" id="bm_1_1d__copy__func_3_01T_01_4">
<area shape="rect" href="structbm_1_1d__copy__func.html" title="d&#45;Gap copy functor" alt="" coords="5,5,157,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_73.png" border="0" usemap="#bm_1_1DeBruijn__bit__position_3_01T_01_4" alt=""/>
<map name="bm_1_1DeBruijn__bit__position_3_01T_01_4" id="bm_1_1DeBruijn__bit__position_3_01T_01_4">
<area shape="rect" href="structbm_1_1DeBruijn__bit__position.html" title="DeBruijn majic table." alt="" coords="5,5,207,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_74.png" border="0" usemap="#bm_1_1decoder__base" alt=""/>
<map name="bm_1_1decoder__base" id="bm_1_1decoder__base">
<area shape="rect" href="classbm_1_1decoder__base.html" title="Base class for all decoding functionality." alt="" coords="5,35,135,61"/>
<area shape="rect" href="classbm_1_1decoder.html" title="Class for decoding data from memory buffer." alt="" coords="198,5,293,32"/>
<area shape="rect" href="classbm_1_1decoder__little__endian.html" title="Class for decoding data from memory buffer." alt="" coords="183,57,308,98"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_75.png" border="0" usemap="#bm_1_1decoder__range__adapter_3_01DEC_01_4" alt=""/>
<map name="bm_1_1decoder__range__adapter_3_01DEC_01_4" id="bm_1_1decoder__range__adapter_3_01DEC_01_4">
<area shape="rect" href="classbm_1_1decoder__range__adapter.html" title="Adapter to get words from a range stream (see range serialized bit&#45;block)" alt="" coords="5,5,188,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_76.png" border="0" usemap="#bm_1_1deseriaizer__base_3_01bm_1_1decoder_00_01bvector__type_01_1_1block__idx__type_01_4" alt=""/>
<map name="bm_1_1deseriaizer__base_3_01bm_1_1decoder_00_01bvector__type_01_1_1block__idx__type_01_4" id="bm_1_1deseriaizer__base_3_01bm_1_1decoder_00_01bvector__type_01_1_1block__idx__type_01_4">
<area shape="rect" href="classbm_1_1deseriaizer__base.html" title=" " alt="" coords="5,5,171,61"/>
<area shape="rect" href="classbm_1_1deserializer.html" title=" " alt="" coords="219,13,385,54"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_77.png" border="0" usemap="#bm_1_1deseriaizer__base_3_01DEC_00_01BLOCK__IDX_01_4" alt=""/>
<map name="bm_1_1deseriaizer__base_3_01DEC_00_01BLOCK__IDX_01_4" id="bm_1_1deseriaizer__base_3_01DEC_00_01BLOCK__IDX_01_4">
<area shape="rect" href="classbm_1_1deseriaizer__base.html" title="Base deserialization class." alt="" coords="5,5,156,47"/>
<area shape="rect" href="classbm_1_1serial__stream__iterator.html" title="Serialization stream iterator." alt="" coords="204,5,377,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_78.png" border="0" usemap="#bm_1_1deseriaizer__base_3_01DEC_00_01BV_1_1block__idx__type_01_4" alt=""/>
<map name="bm_1_1deseriaizer__base_3_01DEC_00_01BV_1_1block__idx__type_01_4" id="bm_1_1deseriaizer__base_3_01DEC_00_01BV_1_1block__idx__type_01_4">
<area shape="rect" href="classbm_1_1deseriaizer__base.html" title=" " alt="" coords="5,5,156,61"/>
<area shape="rect" href="classbm_1_1deserializer.html" title="Deserializer for bit&#45;vector." alt="" coords="204,13,352,54"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_79.png" border="0" usemap="#bm_1_1distance__metric__descriptor" alt=""/>
<map name="bm_1_1distance__metric__descriptor" id="bm_1_1distance__metric__descriptor">
<area shape="rect" href="structbm_1_1distance__metric__descriptor.html" title="Distance metric descriptor, holds metric code and result." alt="" coords="5,5,145,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_80.png" border="0" usemap="#bm_1_1encoder" alt=""/>
<map name="bm_1_1encoder" id="bm_1_1encoder">
<area shape="rect" href="classbm_1_1encoder.html" title="Memory encoding." alt="" coords="5,5,100,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_81.png" border="0" usemap="#bm_1_1first__bit__table_3_01T_01_4" alt=""/>
<map name="bm_1_1first__bit__table_3_01T_01_4" id="bm_1_1first__bit__table_3_01T_01_4">
<area shape="rect" href="structbm_1_1first__bit__table.html" title="Structure keeps index of first right 1 bit for every byte." alt="" coords="5,5,161,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_82.png" border="0" usemap="#bm_1_1gamma__decoder_3_01T_00_01TBitIO_01_4" alt=""/>
<map name="bm_1_1gamma__decoder_3_01T_00_01TBitIO_01_4" id="bm_1_1gamma__decoder_3_01T_00_01TBitIO_01_4">
<area shape="rect" href="classbm_1_1gamma__decoder.html" title="Elias Gamma decoder." alt="" coords="5,5,157,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_83.png" border="0" usemap="#bm_1_1gamma__encoder_3_01T_00_01TBitIO_01_4" alt=""/>
<map name="bm_1_1gamma__encoder_3_01T_00_01TBitIO_01_4" id="bm_1_1gamma__encoder_3_01T_00_01TBitIO_01_4">
<area shape="rect" href="classbm_1_1gamma__encoder.html" title="Functor for Elias Gamma encoding." alt="" coords="5,5,157,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_84.png" border="0" usemap="#bm_1_1gap__len__table_3_01T_01_4" alt=""/>
<map name="bm_1_1gap__len__table_3_01T_01_4" id="bm_1_1gap__len__table_3_01T_01_4">
<area shape="rect" href="structbm_1_1gap__len__table.html" title="Default GAP lengths table." alt="" coords="5,5,164,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_85.png" border="0" usemap="#bm_1_1gap__len__table__min_3_01T_01_4" alt=""/>
<map name="bm_1_1gap__len__table__min_3_01T_01_4" id="bm_1_1gap__len__table__min_3_01T_01_4">
<area shape="rect" href="structbm_1_1gap__len__table__min.html" title="Alternative GAP lengths table. Good for for memory saver mode and very sparse bitsets." alt="" coords="5,5,192,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_86.png" border="0" usemap="#bm_1_1gap__len__table__nl_3_01T_01_4" alt=""/>
<map name="bm_1_1gap__len__table__nl_3_01T_01_4" id="bm_1_1gap__len__table__nl_3_01T_01_4">
<area shape="rect" href="structbm_1_1gap__len__table__nl.html" title="Non&#45;linear size growth GAP lengths table." alt="" coords="5,5,181,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_87.png" border="0" usemap="#bm_1_1gap__transpose__engine_3_01GT_00_01BT_00_01BLOCK__SIZE_01_4" alt=""/>
<map name="bm_1_1gap__transpose__engine_3_01GT_00_01BT_00_01BLOCK__SIZE_01_4" id="bm_1_1gap__transpose__engine_3_01GT_00_01BT_00_01BLOCK__SIZE_01_4">
<area shape="rect" href="classbm_1_1gap__transpose__engine.html" title="Bit&#45;plain splicing of a GAP block." alt="" coords="5,5,184,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_88.png" border="0" usemap="#bm_1_1globals_3_01T_01_4" alt=""/>
<map name="bm_1_1globals_3_01T_01_4" id="bm_1_1globals_3_01T_01_4">
<area shape="rect" href="structbm_1_1globals.html" title="Internal structure." alt="" coords="5,5,125,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_89.png" border="0" usemap="#bm_1_1globals_3_01T_01_4_1_1bo" alt=""/>
<map name="bm_1_1globals_3_01T_01_4_1_1bo" id="bm_1_1globals_3_01T_01_4_1_1bo">
<area shape="rect" href="structbm_1_1globals_1_1bo.html" title=" " alt="" coords="5,5,148,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_90.png" border="0" usemap="#bm_1_1interval__enumerator_3_01BV_01_4" alt=""/>
<map name="bm_1_1interval__enumerator_3_01BV_01_4" id="bm_1_1interval__enumerator_3_01BV_01_4">
<area shape="rect" href="classbm_1_1interval__enumerator.html" title="forward iterator class to traverse bit&#45;vector as ranges" alt="" coords="5,5,165,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_91.png" border="0" usemap="#bm_1_1iterator__deserializer_3_01BV_00_01bm_1_1serial__stream__iterator_01_4" alt=""/>
<map name="bm_1_1iterator__deserializer_3_01BV_00_01bm_1_1serial__stream__iterator_01_4" id="bm_1_1iterator__deserializer_3_01BV_00_01bm_1_1serial__stream__iterator_01_4">
<area shape="rect" href="classbm_1_1iterator__deserializer.html" title=" " alt="" coords="5,5,169,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_92.png" border="0" usemap="#bm_1_1iterator__deserializer_3_01BV_00_01SerialIterator_01_4" alt=""/>
<map name="bm_1_1iterator__deserializer_3_01BV_00_01SerialIterator_01_4" id="bm_1_1iterator__deserializer_3_01BV_00_01SerialIterator_01_4">
<area shape="rect" href="classbm_1_1iterator__deserializer.html" title="Iterator to walk forward the serialized stream." alt="" coords="5,5,167,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_93.png" border="0" usemap="#bm_1_1iterator__deserializer_3_01bvector__type_00_01bm_1_1serial__stream__iterator_01_4" alt=""/>
<map name="bm_1_1iterator__deserializer_3_01bvector__type_00_01bm_1_1serial__stream__iterator_01_4" id="bm_1_1iterator__deserializer_3_01bvector__type_00_01bm_1_1serial__stream__iterator_01_4">
<area shape="rect" href="classbm_1_1iterator__deserializer.html" title=" " alt="" coords="5,5,177,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_94.png" border="0" usemap="#bm_1_1lzcnt__table_3_01T_01_4" alt=""/>
<map name="bm_1_1lzcnt__table_3_01T_01_4" id="bm_1_1lzcnt__table_3_01T_01_4">
<area shape="rect" href="structbm_1_1lzcnt__table.html" title="Structure for LZCNT constants (4&#45;bit)" alt="" coords="5,5,148,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_95.png" border="0" usemap="#bm_1_1mem__alloc_3_01BA_00_01PA_00_01APool_01_4" alt=""/>
<map name="bm_1_1mem__alloc_3_01BA_00_01PA_00_01APool_01_4" id="bm_1_1mem__alloc_3_01BA_00_01PA_00_01APool_01_4">
<area shape="rect" href="classbm_1_1mem__alloc.html" title="BM style allocator adapter." alt="" coords="5,5,151,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_96.png" border="0" usemap="#bm_1_1miniset_3_01A_00_01N_01_4" alt=""/>
<map name="bm_1_1miniset_3_01A_00_01N_01_4" id="bm_1_1miniset_3_01A_00_01N_01_4">
<area shape="rect" href="classbm_1_1miniset.html" title="Template class implements memory saving set functionality." alt="" coords="5,5,145,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_97.png" border="0" usemap="#bm_1_1operation__deserializer_3_01BV_01_4" alt=""/>
<map name="bm_1_1operation__deserializer_3_01BV_01_4" id="bm_1_1operation__deserializer_3_01BV_01_4">
<area shape="rect" href="classbm_1_1operation__deserializer.html" title="Deserializer, performs logical operations between bit&#45;vector and serialized bit&#45;vector." alt="" coords="5,5,180,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_98.png" border="0" usemap="#bm_1_1operation__deserializer_3_01bvector__type_01_4" alt=""/>
<map name="bm_1_1operation__deserializer_3_01bvector__type_01_4" id="bm_1_1operation__deserializer_3_01bvector__type_01_4">
<area shape="rect" href="classbm_1_1operation__deserializer.html" title=" " alt="" coords="5,5,180,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_99.png" border="0" usemap="#bm_1_1operation__functions_3_01T_01_4" alt=""/>
<map name="bm_1_1operation__functions_3_01T_01_4" id="bm_1_1operation__functions_3_01T_01_4">
<area shape="rect" href="structbm_1_1operation__functions.html" title=" " alt="" coords="5,5,196,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_100.png" border="0" usemap="#bm_1_1pair_3_01First_00_01Second_01_4" alt=""/>
<map name="bm_1_1pair_3_01First_00_01Second_01_4" id="bm_1_1pair_3_01First_00_01Second_01_4">
<area shape="rect" href="structbm_1_1pair.html" title="Pair type." alt="" coords="5,5,176,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_101.png" border="0" usemap="#bm_1_1pair_3_01size__type_00_01size__type_01_4" alt=""/>
<map name="bm_1_1pair_3_01size__type_00_01size__type_01_4" id="bm_1_1pair_3_01size__type_00_01size__type_01_4">
<area shape="rect" href="structbm_1_1pair.html" title=" " alt="" coords="5,5,147,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_102.png" border="0" usemap="#bm_1_1pointer__pool__array" alt=""/>
<map name="bm_1_1pointer__pool__array" id="bm_1_1pointer__pool__array">
<area shape="rect" href="classbm_1_1pointer__pool__array.html" title="Pool of pointers to buffer cyclic allocations." alt="" coords="5,5,160,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_103.png" border="0" usemap="#bm_1_1ptr__allocator" alt=""/>
<map name="bm_1_1ptr__allocator" id="bm_1_1ptr__allocator">
<area shape="rect" href="classbm_1_1ptr__allocator.html" title="Default malloc based bitblock allocator class." alt="" coords="5,5,124,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_104.png" border="0" usemap="#bm_1_1ptr__guard_3_01T_01_4" alt=""/>
<map name="bm_1_1ptr__guard_3_01T_01_4" id="bm_1_1ptr__guard_3_01T_01_4">
<area shape="rect" href="classbm_1_1ptr__guard.html" title="Mini auto&#45;pointer for internal memory management." alt="" coords="5,5,139,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_105.png" border="0" usemap="#bm_1_1ptr__payload__t" alt=""/>
<map name="bm_1_1ptr__payload__t" id="bm_1_1ptr__payload__t">
<area shape="rect" href="unionbm_1_1ptr__payload__t.html" title="helper union to interpret pointer as integers" alt="" coords="5,5,132,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_106.png" border="0" usemap="#bm_1_1random__subset_3_01BV_01_4" alt=""/>
<map name="bm_1_1random__subset_3_01BV_01_4" id="bm_1_1random__subset_3_01BV_01_4">
<area shape="rect" href="classbm_1_1random__subset.html" title=" " alt="" coords="5,5,184,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_107.png" border="0" usemap="#bm_1_1rank__compressor_3_01BV_01_4" alt=""/>
<map name="bm_1_1rank__compressor_3_01BV_01_4" id="bm_1_1rank__compressor_3_01BV_01_4">
<area shape="rect" href="classbm_1_1rank__compressor.html" title="Algorithms for rank compression of bit&#45;vector." alt="" coords="5,5,153,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_108.png" border="0" usemap="#bm_1_1rank__compressor_3_01bvector__type_01_4" alt=""/>
<map name="bm_1_1rank__compressor_3_01bvector__type_01_4" id="bm_1_1rank__compressor_3_01bvector__type_01_4">
<area shape="rect" href="classbm_1_1rank__compressor.html" title=" " alt="" coords="5,5,153,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_109.png" border="0" usemap="#bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4" alt=""/>
<map name="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4" id="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4">
<area shape="rect" href="classbm_1_1rsc__sparse__vector.html" title="Rank&#45;Select compressed sparse vector." alt="" coords="5,5,159,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_110.png" border="0" usemap="#bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1back__insert__iterator" alt=""/>
<map name="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1back__insert__iterator" id="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1back__insert__iterator">
<area shape="rect" href="classbm_1_1rsc__sparse__vector_1_1back__insert__iterator.html" title="Back insert iterator implements buffered insert, faster than generic access assignment." alt="" coords="5,5,172,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_111.png" border="0" usemap="#bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1const__iterator" alt=""/>
<map name="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1const__iterator" id="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1const__iterator">
<area shape="rect" href="classbm_1_1rsc__sparse__vector_1_1const__iterator.html" title="Const iterator to traverse the rsc sparse vector." alt="" coords="5,5,184,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_112.png" border="0" usemap="#bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1is__remap__support" alt=""/>
<map name="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1is__remap__support" id="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1is__remap__support">
<area shape="rect" href="structbm_1_1rsc__sparse__vector_1_1is__remap__support.html" title=" " alt="" coords="5,5,159,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_113.png" border="0" usemap="#bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1is__rsc__support" alt=""/>
<map name="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1is__rsc__support" id="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1is__rsc__support">
<area shape="rect" href="structbm_1_1rsc__sparse__vector_1_1is__rsc__support.html" title=" " alt="" coords="5,5,189,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_114.png" border="0" usemap="#bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1reference" alt=""/>
<map name="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1reference" id="bm_1_1rsc__sparse__vector_3_01Val_00_01SV_01_4_1_1reference">
<area shape="rect" href="classbm_1_1rsc__sparse__vector_1_1reference.html" title="Reference class to access elements via common [] operator." alt="" coords="5,5,159,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_115.png" border="0" usemap="#bm_1_1serializer_3_01BV_01_4" alt=""/>
<map name="bm_1_1serializer_3_01BV_01_4" id="bm_1_1serializer_3_01BV_01_4">
<area shape="rect" href="classbm_1_1serializer.html" title="Bit&#45;vector serialization class." alt="" coords="5,5,148,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_116.png" border="0" usemap="#bm_1_1serializer_3_01BV_01_4_1_1bookmark__state" alt=""/>
<map name="bm_1_1serializer_3_01BV_01_4_1_1bookmark__state" id="bm_1_1serializer_3_01BV_01_4_1_1bookmark__state">
<area shape="rect" href="structbm_1_1serializer_1_1bookmark__state.html" title="Bookmark state structure." alt="" coords="5,5,140,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_117.png" border="0" usemap="#bm_1_1serializer_3_01bvector__type_01_4" alt=""/>
<map name="bm_1_1serializer_3_01bvector__type_01_4" id="bm_1_1serializer_3_01bvector__type_01_4">
<area shape="rect" href="classbm_1_1serializer.html" title=" " alt="" coords="5,5,159,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_118.png" border="0" usemap="#bm_1_1set2set__11__transform_3_01SV_01_4" alt=""/>
<map name="bm_1_1set2set__11__transform_3_01SV_01_4" id="bm_1_1set2set__11__transform_3_01SV_01_4">
<area shape="rect" href="classbm_1_1set2set__11__transform.html" title="Integer set to set transformation (functional image in groups theory) https://en.wikipedia...." alt="" coords="5,5,179,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_119.png" border="0" usemap="#bm_1_1set2set__11__transform_3_01SV_01_4_1_1gather__buffer_3_01BSIZE_01_4" alt=""/>
<map name="bm_1_1set2set__11__transform_3_01SV_01_4_1_1gather__buffer_3_01BSIZE_01_4" id="bm_1_1set2set__11__transform_3_01SV_01_4_1_1gather__buffer_3_01BSIZE_01_4">
<area shape="rect" href="structbm_1_1set2set__11__transform_1_1gather__buffer.html" title=" " alt="" coords="5,5,179,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_120.png" border="0" usemap="#bm_1_1similarity__batch_3_01SDESCR_01_4" alt=""/>
<map name="bm_1_1similarity__batch_3_01SDESCR_01_4" id="bm_1_1similarity__batch_3_01SDESCR_01_4">
<area shape="rect" href="structbm_1_1similarity__batch.html" title=" " alt="" coords="5,5,144,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_121.png" border="0" usemap="#bm_1_1similarity__descriptor_3_01SO_00_01DMD__SZ_00_01IDX__VALUE_00_01SValue_00_01SFunc_01_4" alt=""/>
<map name="bm_1_1similarity__descriptor_3_01SO_00_01DMD__SZ_00_01IDX__VALUE_00_01SValue_00_01SFunc_01_4" id="bm_1_1similarity__descriptor_3_01SO_00_01DMD__SZ_00_01IDX__VALUE_00_01SValue_00_01SFunc_01_4">
<area shape="rect" href="classbm_1_1similarity__descriptor.html" title=" " alt="" coords="5,5,200,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_122.png" border="0" usemap="#bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1back__insert__iterator" alt=""/>
<map name="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1back__insert__iterator" id="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1back__insert__iterator">
<area shape="rect" href="classbm_1_1sparse__vector_1_1back__insert__iterator.html" title="Back insert iterator implements buffered insert, faster than generic access assignment." alt="" coords="5,5,164,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_123.png" border="0" usemap="#bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1const__iterator" alt=""/>
<map name="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1const__iterator" id="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1const__iterator">
<area shape="rect" href="classbm_1_1sparse__vector_1_1const__iterator.html" title="Const iterator to traverse the sparse vector." alt="" coords="5,5,176,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_124.png" border="0" usemap="#bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1is__remap__support" alt=""/>
<map name="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1is__remap__support" id="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1is__remap__support">
<area shape="rect" href="structbm_1_1sparse__vector_1_1is__remap__support.html" title=" " alt="" coords="5,5,149,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_125.png" border="0" usemap="#bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1is__rsc__support" alt=""/>
<map name="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1is__rsc__support" id="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1is__rsc__support">
<area shape="rect" href="structbm_1_1sparse__vector_1_1is__rsc__support.html" title=" " alt="" coords="5,5,181,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_126.png" border="0" usemap="#bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1reference" alt=""/>
<map name="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1reference" id="bm_1_1sparse__vector_3_01Val_00_01BV_01_4_1_1reference">
<area shape="rect" href="classbm_1_1sparse__vector_1_1reference.html" title="Reference class to access elements via common [] operator." alt="" coords="5,5,149,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_127.png" border="0" usemap="#bm_1_1sparse__vector__deserializer_3_01SV_01_4" alt=""/>
<map name="bm_1_1sparse__vector__deserializer_3_01SV_01_4" id="bm_1_1sparse__vector__deserializer_3_01SV_01_4">
<area shape="rect" href="classbm_1_1sparse__vector__deserializer.html" title="sparse vector de&#45;serializer" alt="" coords="5,5,207,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_128.png" border="0" usemap="#bm_1_1sparse__vector__scanner_3_01SV_01_4" alt=""/>
<map name="bm_1_1sparse__vector__scanner_3_01SV_01_4" id="bm_1_1sparse__vector__scanner_3_01SV_01_4">
<area shape="rect" href="classbm_1_1sparse__vector__scanner.html" title="algorithms for sparse_vector scan/search" alt="" coords="5,5,187,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_129.png" border="0" usemap="#bm_1_1sparse__vector__serial__layout_3_01SV_01_4" alt=""/>
<map name="bm_1_1sparse__vector__serial__layout_3_01SV_01_4" id="bm_1_1sparse__vector__serial__layout_3_01SV_01_4">
<area shape="rect" href="structbm_1_1sparse__vector__serial__layout.html" title="layout class for serialization buffer structure" alt="" coords="5,5,172,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_130.png" border="0" usemap="#bm_1_1sparse__vector__serializer_3_01SV_01_4" alt=""/>
<map name="bm_1_1sparse__vector__serializer_3_01SV_01_4" id="bm_1_1sparse__vector__serializer_3_01SV_01_4">
<area shape="rect" href="classbm_1_1sparse__vector__serializer.html" title=" " alt="" coords="5,5,192,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_131.png" border="0" usemap="#bm_1_1sse__empty__guard" alt=""/>
<map name="bm_1_1sse__empty__guard" id="bm_1_1sse__empty__guard">
<area shape="rect" href="classbm_1_1sse__empty__guard.html" title="SSE2 reinitialization guard class." alt="" coords="5,5,156,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_132.png" border="0" usemap="#bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1back__insert__iterator" alt=""/>
<map name="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1back__insert__iterator" id="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1back__insert__iterator">
<area shape="rect" href="classbm_1_1str__sparse__vector_1_1back__insert__iterator.html" title="Back insert iterator implements buffered insert, faster than generic access assignment." alt="" coords="5,5,196,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_133.png" border="0" usemap="#bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1const__iterator" alt=""/>
<map name="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1const__iterator" id="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1const__iterator">
<area shape="rect" href="classbm_1_1str__sparse__vector_1_1const__iterator.html" title="Const iterator to do quick traverse of the sparse vector." alt="" coords="5,5,188,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_134.png" border="0" usemap="#bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1const__reference" alt=""/>
<map name="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1const__reference" id="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1const__reference">
<area shape="rect" href="classbm_1_1str__sparse__vector_1_1const__reference.html" title="Reference class to access elements via common [] operator." alt="" coords="5,5,188,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_135.png" border="0" usemap="#bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1is__remap__support" alt=""/>
<map name="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1is__remap__support" id="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1is__remap__support">
<area shape="rect" href="structbm_1_1str__sparse__vector_1_1is__remap__support.html" title=" " alt="" coords="5,5,188,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_136.png" border="0" usemap="#bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1is__rsc__support" alt=""/>
<map name="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1is__rsc__support" id="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1is__rsc__support">
<area shape="rect" href="structbm_1_1str__sparse__vector_1_1is__rsc__support.html" title=" " alt="" coords="5,5,188,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_137.png" border="0" usemap="#bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1reference" alt=""/>
<map name="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1reference" id="bm_1_1str__sparse__vector_3_01CharType_00_01BV_00_01MAX__STR__SIZE_01_4_1_1reference">
<area shape="rect" href="classbm_1_1str__sparse__vector_1_1reference.html" title="Reference class to access elements via common [] operator." alt="" coords="5,5,188,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_138.png" border="0" usemap="#bm_1_1sv__addr__resolver_3_01SV_01_4" alt=""/>
<map name="bm_1_1sv__addr__resolver_3_01SV_01_4" id="bm_1_1sv__addr__resolver_3_01SV_01_4">
<area shape="rect" href="classbm_1_1sv__addr__resolver.html" title="sparse vector based address resolver (no space compactor, just bit&#45;plane compressors provided by spar..." alt="" coords="5,5,148,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_139.png" border="0" usemap="#bm_1_1tmatrix_3_01T_00_01ROWS_00_01COLS_01_4" alt=""/>
<map name="bm_1_1tmatrix_3_01T_00_01ROWS_00_01COLS_01_4" id="bm_1_1tmatrix_3_01T_00_01ROWS_00_01COLS_01_4">
<area shape="rect" href="structbm_1_1tmatrix.html" title="Mini&#45;matrix for bit transposition purposes." alt="" coords="5,5,165,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_140.png" border="0" usemap="#bm_1_1tmatrix_3_01T_00_01ROWS_00_01COLS_01_4_1_1rstat" alt=""/>
<map name="bm_1_1tmatrix_3_01T_00_01ROWS_00_01COLS_01_4_1_1rstat" id="bm_1_1tmatrix_3_01T_00_01ROWS_00_01COLS_01_4_1_1rstat">
<area shape="rect" href="structbm_1_1tmatrix_1_1rstat.html" title="Row characteristics for transposed matrix." alt="" coords="5,5,165,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_141.png" border="0" usemap="#bm_1_1tzcnt__table_3_01T_01_4" alt=""/>
<map name="bm_1_1tzcnt__table_3_01T_01_4" id="bm_1_1tzcnt__table_3_01T_01_4">
<area shape="rect" href="structbm_1_1tzcnt__table.html" title="Structure for TZCNT constants." alt="" coords="5,5,148,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_142.png" border="0" usemap="#bm_1_1xor__scanner_3_01BV_01_4" alt=""/>
<map name="bm_1_1xor__scanner_3_01BV_01_4" id="bm_1_1xor__scanner_3_01BV_01_4">
<area shape="rect" href="classbm_1_1xor__scanner.html" title="XOR scanner to search for complement&#45;similarities in collections of bit&#45;vectors." alt="" coords="5,5,167,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_143.png" border="0" usemap="#bm_1_1xor__scanner_3_01bvector__type_01_4" alt=""/>
<map name="bm_1_1xor__scanner_3_01bvector__type_01_4" id="bm_1_1xor__scanner_3_01bvector__type_01_4">
<area shape="rect" href="classbm_1_1xor__scanner.html" title=" " alt="" coords="5,5,177,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_144.png" border="0" usemap="#bv__index" alt=""/>
<map name="bv__index" id="bv__index">
<area shape="rect" href="structbv__index.html" title=" " alt="" coords="5,5,77,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_145.png" border="0" usemap="#bvs__index" alt=""/>
<map name="bvs__index" id="bvs__index">
<area shape="rect" href="structbvs__index.html" title=" " alt="" coords="5,5,84,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_146.png" border="0" usemap="#data__model" alt=""/>
<map name="data__model" id="data__model">
<area shape="rect" href="structdata__model.html" title="Data frame object, sued to buid succinct data model." alt="" coords="5,5,95,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_147.png" border="0" usemap="#dbg__block__allocator" alt=""/>
<map name="dbg__block__allocator" id="dbg__block__allocator">
<area shape="rect" href="classdbg__block__allocator.html" title=" " alt="" coords="5,5,143,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_148.png" border="0" usemap="#dbg__ptr__allocator" alt=""/>
<map name="dbg__ptr__allocator" id="dbg__ptr__allocator">
<area shape="rect" href="classdbg__ptr__allocator.html" title=" " alt="" coords="5,5,127,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_149.png" border="0" usemap="#DNA__FingerprintScanner" alt=""/>
<map name="DNA__FingerprintScanner" id="DNA__FingerprintScanner">
<area shape="rect" href="classDNA__FingerprintScanner.html" title="Utility for keeping all DNA finger print vectors and search using various techniques." alt="" coords="5,5,171,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_150.png" border="0" usemap="#gap__len__table__sparse_3_01T_01_4" alt=""/>
<map name="gap__len__table__sparse_3_01T_01_4" id="gap__len__table__sparse_3_01T_01_4">
<area shape="rect" href="structgap__len__table__sparse.html" title=" " alt="" coords="5,5,184,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_151.png" border="0" usemap="#sparse__vect__index" alt=""/>
<map name="sparse__vect__index" id="sparse__vect__index">
<area shape="rect" href="structsparse__vect__index.html" title=" " alt="" coords="5,5,135,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_152.png" border="0" usemap="#sparse__vect__index_1_1vect__addr" alt=""/>
<map name="sparse__vect__index_1_1vect__addr" id="sparse__vect__index_1_1vect__addr">
<area shape="rect" href="structsparse__vect__index_1_1vect__addr.html" title=" " alt="" coords="5,5,143,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_153.png" border="0" usemap="#vect__index" alt=""/>
<map name="vect__index" id="vect__index">
<area shape="rect" href="structvect__index.html" title=" " alt="" coords="5,5,88,32"/>
</map>
</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>