This file is indexed.

/usr/share/doc/libbamtools-dev/html/class_bam_tools_1_1_sam_sequence_dictionary.html is in libbamtools-doc 2.4.1+dfsg-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BamTools: BamTools::SamSequenceDictionary Class Reference</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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.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">BamTools
   &#160;<span id="projectnumber">2.4.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespace_bam_tools.html">BamTools</a></li><li class="navelem"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html">SamSequenceDictionary</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="class_bam_tools_1_1_sam_sequence_dictionary-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">BamTools::SamSequenceDictionary Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Container of <a class="el" href="struct_bam_tools_1_1_sam_sequence.html" title="Represents a SAM sequence entry. ">SamSequence</a> entries.  
 <a href="class_bam_tools_1_1_sam_sequence_dictionary.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="_sam_sequence_dictionary_8h_source.html">SamSequenceDictionary.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ab399b241a263bd8ebce0882b6487d505"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ab399b241a263bd8ebce0882b6487d505">SamSequenceDictionary</a> (void)</td></tr>
<tr class="memdesc:ab399b241a263bd8ebce0882b6487d505"><td class="mdescLeft">&#160;</td><td class="mdescRight">constructor  <a href="#ab399b241a263bd8ebce0882b6487d505">More...</a><br /></td></tr>
<tr class="separator:ab399b241a263bd8ebce0882b6487d505"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6a0d705a286a708f2419fd51ff854fed"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a6a0d705a286a708f2419fd51ff854fed">SamSequenceDictionary</a> (const <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html">SamSequenceDictionary</a> &amp;other)</td></tr>
<tr class="memdesc:a6a0d705a286a708f2419fd51ff854fed"><td class="mdescLeft">&#160;</td><td class="mdescRight">copy constructor  <a href="#a6a0d705a286a708f2419fd51ff854fed">More...</a><br /></td></tr>
<tr class="separator:a6a0d705a286a708f2419fd51ff854fed"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aac6817f77a73450387eb9c1eefda361a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#aac6817f77a73450387eb9c1eefda361a">~SamSequenceDictionary</a> (void)</td></tr>
<tr class="memdesc:aac6817f77a73450387eb9c1eefda361a"><td class="mdescLeft">&#160;</td><td class="mdescRight">destructor  <a href="#aac6817f77a73450387eb9c1eefda361a">More...</a><br /></td></tr>
<tr class="separator:aac6817f77a73450387eb9c1eefda361a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8923d4d50ecae78117387369c3c01e80"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a8923d4d50ecae78117387369c3c01e80">Add</a> (const <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp;sequence)</td></tr>
<tr class="memdesc:a8923d4d50ecae78117387369c3c01e80"><td class="mdescLeft">&#160;</td><td class="mdescRight">Appends a sequence to the dictionary.  <a href="#a8923d4d50ecae78117387369c3c01e80">More...</a><br /></td></tr>
<tr class="separator:a8923d4d50ecae78117387369c3c01e80"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2ffecfe6dd28cb56e1fb65d81221730e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a2ffecfe6dd28cb56e1fb65d81221730e">Add</a> (const std::string &amp;name, const int &amp;length)</td></tr>
<tr class="memdesc:a2ffecfe6dd28cb56e1fb65d81221730e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Appends a sequence to the dictionary.  <a href="#a2ffecfe6dd28cb56e1fb65d81221730e">More...</a><br /></td></tr>
<tr class="separator:a2ffecfe6dd28cb56e1fb65d81221730e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8d2bfed8df28aeb053c2156528dfc271"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a8d2bfed8df28aeb053c2156528dfc271">Add</a> (const <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html">SamSequenceDictionary</a> &amp;sequences)</td></tr>
<tr class="memdesc:a8d2bfed8df28aeb053c2156528dfc271"><td class="mdescLeft">&#160;</td><td class="mdescRight">Appends another sequence dictionary to this one.  <a href="#a8d2bfed8df28aeb053c2156528dfc271">More...</a><br /></td></tr>
<tr class="separator:a8d2bfed8df28aeb053c2156528dfc271"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5722d0129d953534f7874ed80630c35b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a5722d0129d953534f7874ed80630c35b">Add</a> (const std::vector&lt; <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &gt; &amp;sequences)</td></tr>
<tr class="memdesc:a5722d0129d953534f7874ed80630c35b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Appends multiple sequences to the dictionary.  <a href="#a5722d0129d953534f7874ed80630c35b">More...</a><br /></td></tr>
<tr class="separator:a5722d0129d953534f7874ed80630c35b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a969636fd9c2422c2704d3ff010b50255"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a969636fd9c2422c2704d3ff010b50255">Add</a> (const std::map&lt; std::string, int &gt; &amp;sequenceMap)</td></tr>
<tr class="memdesc:a969636fd9c2422c2704d3ff010b50255"><td class="mdescLeft">&#160;</td><td class="mdescRight">Appends multiple sequences to the dictionary.  <a href="#a969636fd9c2422c2704d3ff010b50255">More...</a><br /></td></tr>
<tr class="separator:a969636fd9c2422c2704d3ff010b50255"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab5f1c55fa25c85a6b112fef669644f15"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ab5f1c55fa25c85a6b112fef669644f15">Clear</a> (void)</td></tr>
<tr class="memdesc:ab5f1c55fa25c85a6b112fef669644f15"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clears all sequence entries.  <a href="#ab5f1c55fa25c85a6b112fef669644f15">More...</a><br /></td></tr>
<tr class="separator:ab5f1c55fa25c85a6b112fef669644f15"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a07a9db64543d83e9f5ea4c3fd60fb879"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a07a9db64543d83e9f5ea4c3fd60fb879">Contains</a> (const <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp;sequence) const</td></tr>
<tr class="memdesc:a07a9db64543d83e9f5ea4c3fd60fb879"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if dictionary contains sequence (matches on name).  <a href="#a07a9db64543d83e9f5ea4c3fd60fb879">More...</a><br /></td></tr>
<tr class="separator:a07a9db64543d83e9f5ea4c3fd60fb879"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aff18163f91950c1357540bd465b587d3"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#aff18163f91950c1357540bd465b587d3">Contains</a> (const std::string &amp;sequenceName) const</td></tr>
<tr class="memdesc:aff18163f91950c1357540bd465b587d3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if dictionary contains sequence.  <a href="#aff18163f91950c1357540bd465b587d3">More...</a><br /></td></tr>
<tr class="separator:aff18163f91950c1357540bd465b587d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a28eb68e5e7d6a0b5fb212482851d1f60"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a28eb68e5e7d6a0b5fb212482851d1f60">IsEmpty</a> (void) const</td></tr>
<tr class="memdesc:a28eb68e5e7d6a0b5fb212482851d1f60"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns <code>true</code> if dictionary contains no sequences.  <a href="#a28eb68e5e7d6a0b5fb212482851d1f60">More...</a><br /></td></tr>
<tr class="separator:a28eb68e5e7d6a0b5fb212482851d1f60"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a415299173023d7960b0d539eaeebee07"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a415299173023d7960b0d539eaeebee07">Remove</a> (const <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp;sequence)</td></tr>
<tr class="memdesc:a415299173023d7960b0d539eaeebee07"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes sequence from dictionary, if found (matches on name).  <a href="#a415299173023d7960b0d539eaeebee07">More...</a><br /></td></tr>
<tr class="separator:a415299173023d7960b0d539eaeebee07"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad1de8f1c41355973678506853ee088ca"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ad1de8f1c41355973678506853ee088ca">Remove</a> (const std::string &amp;sequenceName)</td></tr>
<tr class="memdesc:ad1de8f1c41355973678506853ee088ca"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes sequence from dictionary, if found.  <a href="#ad1de8f1c41355973678506853ee088ca">More...</a><br /></td></tr>
<tr class="separator:ad1de8f1c41355973678506853ee088ca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1cf18da743407b1d3d562a71a56ef09e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a1cf18da743407b1d3d562a71a56ef09e">Remove</a> (const std::vector&lt; <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &gt; &amp;sequences)</td></tr>
<tr class="memdesc:a1cf18da743407b1d3d562a71a56ef09e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes multiple sequences from dictionary.  <a href="#a1cf18da743407b1d3d562a71a56ef09e">More...</a><br /></td></tr>
<tr class="separator:a1cf18da743407b1d3d562a71a56ef09e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a44b5cc63517b55bade6bd64423c81f01"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a44b5cc63517b55bade6bd64423c81f01">Remove</a> (const std::vector&lt; std::string &gt; &amp;sequenceNames)</td></tr>
<tr class="memdesc:a44b5cc63517b55bade6bd64423c81f01"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes multiple sequences from dictionary.  <a href="#a44b5cc63517b55bade6bd64423c81f01">More...</a><br /></td></tr>
<tr class="separator:a44b5cc63517b55bade6bd64423c81f01"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6b9e73245ea8199577f2fd944c276d0d"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a6b9e73245ea8199577f2fd944c276d0d">Size</a> (void) const</td></tr>
<tr class="memdesc:a6b9e73245ea8199577f2fd944c276d0d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns number of sequences in dictionary.  <a href="#a6b9e73245ea8199577f2fd944c276d0d">More...</a><br /></td></tr>
<tr class="separator:a6b9e73245ea8199577f2fd944c276d0d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac1a53cc4e0499d5e548993a902a5aa32"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ac1a53cc4e0499d5e548993a902a5aa32">operator[]</a> (const std::string &amp;sequenceName)</td></tr>
<tr class="memdesc:ac1a53cc4e0499d5e548993a902a5aa32"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the modifiable <a class="el" href="struct_bam_tools_1_1_sam_sequence.html" title="Represents a SAM sequence entry. ">SamSequence</a> that matches <em>sequenceName</em>.  <a href="#ac1a53cc4e0499d5e548993a902a5aa32">More...</a><br /></td></tr>
<tr class="separator:ac1a53cc4e0499d5e548993a902a5aa32"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa751a16ecf3363966a0e06f28dd163dc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespace_bam_tools.html#a80bfb49ef575b0fc7b9b4fa111f47308">SamSequenceIterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#aa751a16ecf3363966a0e06f28dd163dc">Begin</a> (void)</td></tr>
<tr class="separator:aa751a16ecf3363966a0e06f28dd163dc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0f267a26d796f075ebe0309ca6465e5e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a0f267a26d796f075ebe0309ca6465e5e">Begin</a> (void) const</td></tr>
<tr class="separator:a0f267a26d796f075ebe0309ca6465e5e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a46bf50d51b95aec15776a69356486baa"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a46bf50d51b95aec15776a69356486baa">ConstBegin</a> (void) const</td></tr>
<tr class="separator:a46bf50d51b95aec15776a69356486baa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ec55747eeb43d2c9684b21c4fb54cac"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespace_bam_tools.html#a80bfb49ef575b0fc7b9b4fa111f47308">SamSequenceIterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a5ec55747eeb43d2c9684b21c4fb54cac">End</a> (void)</td></tr>
<tr class="separator:a5ec55747eeb43d2c9684b21c4fb54cac"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abeda49771289614fcbe50253b1287e21"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#abeda49771289614fcbe50253b1287e21">End</a> (void) const</td></tr>
<tr class="separator:abeda49771289614fcbe50253b1287e21"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae806b3dad8fee543be4c15b97aaf6cf3"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ae806b3dad8fee543be4c15b97aaf6cf3">ConstEnd</a> (void) const</td></tr>
<tr class="separator:ae806b3dad8fee543be4c15b97aaf6cf3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Container of <a class="el" href="struct_bam_tools_1_1_sam_sequence.html" title="Represents a SAM sequence entry. ">SamSequence</a> entries. </p>
<p>Provides methods for operating on a collection of <a class="el" href="struct_bam_tools_1_1_sam_sequence.html" title="Represents a SAM sequence entry. ">SamSequence</a> entries. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="ab399b241a263bd8ebce0882b6487d505"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab399b241a263bd8ebce0882b6487d505">&#9670;&nbsp;</a></span>SamSequenceDictionary() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SamSequenceDictionary::SamSequenceDictionary </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>constructor </p>

</div>
</div>
<a id="a6a0d705a286a708f2419fd51ff854fed"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6a0d705a286a708f2419fd51ff854fed">&#9670;&nbsp;</a></span>SamSequenceDictionary() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SamSequenceDictionary::SamSequenceDictionary </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html">SamSequenceDictionary</a> &amp;&#160;</td>
          <td class="paramname"><em>other</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>copy constructor </p>

</div>
</div>
<a id="aac6817f77a73450387eb9c1eefda361a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aac6817f77a73450387eb9c1eefda361a">&#9670;&nbsp;</a></span>~SamSequenceDictionary()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SamSequenceDictionary::~SamSequenceDictionary </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>destructor </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a8923d4d50ecae78117387369c3c01e80"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8923d4d50ecae78117387369c3c01e80">&#9670;&nbsp;</a></span>Add() <span class="overload">[1/5]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Add </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp;&#160;</td>
          <td class="paramname"><em>sequence</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Appends a sequence to the dictionary. </p>
<p>Duplicate entries are silently discarded.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequence</td><td>entry to be added </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a id="a2ffecfe6dd28cb56e1fb65d81221730e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2ffecfe6dd28cb56e1fb65d81221730e">&#9670;&nbsp;</a></span>Add() <span class="overload">[2/5]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Add </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const int &amp;&#160;</td>
          <td class="paramname"><em>length</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Appends a sequence to the dictionary. </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">name</td><td>name of sequence entry to be added </td></tr>
    <tr><td class="paramdir">[in]</td><td class="paramname">length</td><td>length of sequence entry to be added </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a8923d4d50ecae78117387369c3c01e80" title="Appends a sequence to the dictionary. ">Add()</a> </dd></dl>

</div>
</div>
<a id="a8d2bfed8df28aeb053c2156528dfc271"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8d2bfed8df28aeb053c2156528dfc271">&#9670;&nbsp;</a></span>Add() <span class="overload">[3/5]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Add </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html">SamSequenceDictionary</a> &amp;&#160;</td>
          <td class="paramname"><em>sequences</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Appends another sequence dictionary to this one. </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequences</td><td>sequence dictionary to be appended </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a8923d4d50ecae78117387369c3c01e80" title="Appends a sequence to the dictionary. ">Add()</a> </dd></dl>

</div>
</div>
<a id="a5722d0129d953534f7874ed80630c35b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5722d0129d953534f7874ed80630c35b">&#9670;&nbsp;</a></span>Add() <span class="overload">[4/5]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Add </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>sequences</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Appends multiple sequences to the dictionary. </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequences</td><td>entries to be added </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a8923d4d50ecae78117387369c3c01e80" title="Appends a sequence to the dictionary. ">Add()</a> </dd></dl>

</div>
</div>
<a id="a969636fd9c2422c2704d3ff010b50255"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a969636fd9c2422c2704d3ff010b50255">&#9670;&nbsp;</a></span>Add() <span class="overload">[5/5]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Add </td>
          <td>(</td>
          <td class="paramtype">const std::map&lt; std::string, int &gt; &amp;&#160;</td>
          <td class="paramname"><em>sequenceMap</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Appends multiple sequences to the dictionary. </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequenceMap</td><td>map of sequence entries (name =&gt; length) to be added </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a8923d4d50ecae78117387369c3c01e80" title="Appends a sequence to the dictionary. ">Add()</a> </dd></dl>

</div>
</div>
<a id="aa751a16ecf3363966a0e06f28dd163dc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa751a16ecf3363966a0e06f28dd163dc">&#9670;&nbsp;</a></span>Begin() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespace_bam_tools.html#a80bfb49ef575b0fc7b9b4fa111f47308">SamSequenceIterator</a> SamSequenceDictionary::Begin </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>an STL iterator pointing to the first sequence </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a46bf50d51b95aec15776a69356486baa">ConstBegin()</a>, <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a5ec55747eeb43d2c9684b21c4fb54cac">End()</a> </dd></dl>

</div>
</div>
<a id="a0f267a26d796f075ebe0309ca6465e5e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0f267a26d796f075ebe0309ca6465e5e">&#9670;&nbsp;</a></span>Begin() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a> SamSequenceDictionary::Begin </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>an STL const_iterator pointing to the first sequence</dd></dl>
<p>This is an overloaded function.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a46bf50d51b95aec15776a69356486baa">ConstBegin()</a>, <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a5ec55747eeb43d2c9684b21c4fb54cac">End()</a> </dd></dl>

</div>
</div>
<a id="ab5f1c55fa25c85a6b112fef669644f15"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab5f1c55fa25c85a6b112fef669644f15">&#9670;&nbsp;</a></span>Clear()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Clear </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Clears all sequence entries. </p>

</div>
</div>
<a id="a46bf50d51b95aec15776a69356486baa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a46bf50d51b95aec15776a69356486baa">&#9670;&nbsp;</a></span>ConstBegin()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a> SamSequenceDictionary::ConstBegin </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>an STL const_iterator pointing to the first sequence </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#aa751a16ecf3363966a0e06f28dd163dc">Begin()</a>, <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ae806b3dad8fee543be4c15b97aaf6cf3">ConstEnd()</a> </dd></dl>

</div>
</div>
<a id="ae806b3dad8fee543be4c15b97aaf6cf3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae806b3dad8fee543be4c15b97aaf6cf3">&#9670;&nbsp;</a></span>ConstEnd()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a> SamSequenceDictionary::ConstEnd </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>an STL const_iterator pointing to the imaginary entry after the last sequence </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a5ec55747eeb43d2c9684b21c4fb54cac">End()</a>, <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a46bf50d51b95aec15776a69356486baa">ConstBegin()</a> </dd></dl>

</div>
</div>
<a id="a07a9db64543d83e9f5ea4c3fd60fb879"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a07a9db64543d83e9f5ea4c3fd60fb879">&#9670;&nbsp;</a></span>Contains() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool SamSequenceDictionary::Contains </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp;&#160;</td>
          <td class="paramname"><em>sequence</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns true if dictionary contains sequence (matches on name). </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequence</td><td>search for this sequence </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if dictionary contains sequence (matching on name) </dd></dl>

</div>
</div>
<a id="aff18163f91950c1357540bd465b587d3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aff18163f91950c1357540bd465b587d3">&#9670;&nbsp;</a></span>Contains() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool SamSequenceDictionary::Contains </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>sequenceName</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns true if dictionary contains sequence. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequenceName</td><td>search for sequence matching this name </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if dictionary contains a sequence with this name </dd></dl>

</div>
</div>
<a id="a5ec55747eeb43d2c9684b21c4fb54cac"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5ec55747eeb43d2c9684b21c4fb54cac">&#9670;&nbsp;</a></span>End() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespace_bam_tools.html#a80bfb49ef575b0fc7b9b4fa111f47308">SamSequenceIterator</a> SamSequenceDictionary::End </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>an STL iterator pointing to the imaginary entry after the last sequence </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#aa751a16ecf3363966a0e06f28dd163dc">Begin()</a>, <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ae806b3dad8fee543be4c15b97aaf6cf3">ConstEnd()</a> </dd></dl>

</div>
</div>
<a id="abeda49771289614fcbe50253b1287e21"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abeda49771289614fcbe50253b1287e21">&#9670;&nbsp;</a></span>End() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespace_bam_tools.html#a6a7821c6bf43e5e9b3ea2b2216554360">SamSequenceConstIterator</a> SamSequenceDictionary::End </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>an STL const_iterator pointing to the imaginary entry after the last sequence</dd></dl>
<p>This is an overloaded function.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#aa751a16ecf3363966a0e06f28dd163dc">Begin()</a>, <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#ae806b3dad8fee543be4c15b97aaf6cf3">ConstEnd()</a> </dd></dl>

</div>
</div>
<a id="a28eb68e5e7d6a0b5fb212482851d1f60"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a28eb68e5e7d6a0b5fb212482851d1f60">&#9670;&nbsp;</a></span>IsEmpty()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool SamSequenceDictionary::IsEmpty </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns <code>true</code> if dictionary contains no sequences. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a6b9e73245ea8199577f2fd944c276d0d" title="Returns number of sequences in dictionary. ">Size()</a> </dd></dl>

</div>
</div>
<a id="ac1a53cc4e0499d5e548993a902a5aa32"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac1a53cc4e0499d5e548993a902a5aa32">&#9670;&nbsp;</a></span>operator[]()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp; SamSequenceDictionary::operator[] </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>sequenceName</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Retrieves the modifiable <a class="el" href="struct_bam_tools_1_1_sam_sequence.html" title="Represents a SAM sequence entry. ">SamSequence</a> that matches <em>sequenceName</em>. </p>
<dl class="section note"><dt>Note</dt><dd>If the dictionary contains no sequence matching this name, this function inserts a new one with this name (length:0), and returns a reference to it. If you want to avoid this insertion behavior, check the result of <a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a07a9db64543d83e9f5ea4c3fd60fb879" title="Returns true if dictionary contains sequence (matches on name). ">Contains()</a> before using this operator.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequenceName</td><td>name of sequence to retrieve </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>a modifiable reference to the <a class="el" href="struct_bam_tools_1_1_sam_sequence.html" title="Represents a SAM sequence entry. ">SamSequence</a> associated with the name </dd></dl>

</div>
</div>
<a id="a415299173023d7960b0d539eaeebee07"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a415299173023d7960b0d539eaeebee07">&#9670;&nbsp;</a></span>Remove() <span class="overload">[1/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Remove </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &amp;&#160;</td>
          <td class="paramname"><em>sequence</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Removes sequence from dictionary, if found (matches on name). </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequence</td><td><a class="el" href="struct_bam_tools_1_1_sam_sequence.html" title="Represents a SAM sequence entry. ">SamSequence</a> to remove (matching on name) </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a id="ad1de8f1c41355973678506853ee088ca"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad1de8f1c41355973678506853ee088ca">&#9670;&nbsp;</a></span>Remove() <span class="overload">[2/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Remove </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>sequenceName</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Removes sequence from dictionary, if found. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequenceName</td><td>name of sequence to remove </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a415299173023d7960b0d539eaeebee07" title="Removes sequence from dictionary, if found (matches on name). ">Remove()</a> </dd></dl>

</div>
</div>
<a id="a1cf18da743407b1d3d562a71a56ef09e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1cf18da743407b1d3d562a71a56ef09e">&#9670;&nbsp;</a></span>Remove() <span class="overload">[3/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Remove </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="struct_bam_tools_1_1_sam_sequence.html">SamSequence</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>sequences</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Removes multiple sequences from dictionary. </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequences</td><td>sequences to remove </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a415299173023d7960b0d539eaeebee07" title="Removes sequence from dictionary, if found (matches on name). ">Remove()</a> </dd></dl>

</div>
</div>
<a id="a44b5cc63517b55bade6bd64423c81f01"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a44b5cc63517b55bade6bd64423c81f01">&#9670;&nbsp;</a></span>Remove() <span class="overload">[4/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void SamSequenceDictionary::Remove </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; std::string &gt; &amp;&#160;</td>
          <td class="paramname"><em>sequenceNames</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Removes multiple sequences from dictionary. </p>
<p>This is an overloaded function.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in]</td><td class="paramname">sequenceNames</td><td>names of the sequences to remove </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a415299173023d7960b0d539eaeebee07" title="Removes sequence from dictionary, if found (matches on name). ">Remove()</a> </dd></dl>

</div>
</div>
<a id="a6b9e73245ea8199577f2fd944c276d0d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6b9e73245ea8199577f2fd944c276d0d">&#9670;&nbsp;</a></span>Size()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int SamSequenceDictionary::Size </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns number of sequences in dictionary. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="class_bam_tools_1_1_sam_sequence_dictionary.html#a28eb68e5e7d6a0b5fb212482851d1f60" title="Returns true if dictionary contains no sequences. ">IsEmpty()</a> </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="_sam_sequence_dictionary_8h_source.html">SamSequenceDictionary.h</a></li>
<li><a class="el" href="_sam_sequence_dictionary_8cpp.html">SamSequenceDictionary.cpp</a></li>
</ul>
</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.13
</small></address>
</body>
</html>