summaryrefslogtreecommitdiffstats
path: root/develop/class_h5_1_1_group.html
blob: 0970689654f9e9f3571a89f80b730232f578c56f (plain)
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
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
<!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.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>HDF5: Group 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.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>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
  $(function() { init_search(); });
/* @license-end */
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="hdf5doxy.css" rel="stylesheet" type="text/css">
<!-- <link href="hdf5doxy.css" rel="stylesheet" type="text/css"/>
 -->
<script type="text/javascript" src="hdf5_navtree_hacks.js"></script>
</head>
<body>
<div style="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Please, help us to better serve our user community by answering the following short survey:  <a href="https://www.hdfgroup.org/website-survey/">https://www.hdfgroup.org/website-survey/</a></div>
<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="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
   &#160;<span id="projectnumber">1.15.0.68e8c0e</span>
   </div>
   <div id="projectbrief">API Reference</div>
  </td>
   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <span id="MSearchSelect"                onmouseover="return searchBox.OnSearchSelectShow()"                onmouseout="return searchBox.OnSearchSelectHide()">&#160;</span>
          <input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
          </span>
        </div>
</td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('class_h5_1_1_group.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a>  </div>
  <div class="headertitle"><div class="title">Group Class Reference</div></div>
</div><!--header-->
<div class="contents">

<p><code>#include &lt;c++/src/H5Group.h&gt;</code></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Class <a class="el" href="class_h5_1_1_group.html" title="Class Group represents an HDF5 group.">Group</a> represents an HDF5 group. </p>
</div><div id="dynsection-0" onclick="return dynsection.toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for Group:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
 <div class="center">
  <img src="class_h5_1_1_group.png" usemap="#Group_map" alt=""/>
  <map id="Group_map" name="Group_map">
<area href="class_h5_1_1_h5_object.html" title="Class H5Object is a bridge between H5Location and DataSet, DataType, and Group." alt="H5Object" shape="rect" coords="0,112,85,136"/>
<area href="class_h5_1_1_common_f_g.html" title="CommonFG is an abstract base class of H5Group." alt="CommonFG" shape="rect" coords="95,112,180,136"/>
<area href="class_h5_1_1_h5_location.html" title="H5Location is an abstract base class, added in version 1.8.12." alt="H5Location" shape="rect" coords="0,56,85,80"/>
<area href="class_h5_1_1_id_component.html" title="Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier." alt="IdComponent" shape="rect" coords="0,0,85,24"/>
<area href="class_h5_1_1_h5_file.html" title="Class H5File represents an HDF5 file and inherits from class Group as file is a root group." alt="H5File" shape="rect" coords="47,224,132,248"/>
  </map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a547c58c858ce4a8fdfd32b25523f4c03" id="r_a547c58c858ce4a8fdfd32b25523f4c03"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a547c58c858ce4a8fdfd32b25523f4c03">close</a> () override</td></tr>
<tr class="separator:a547c58c858ce4a8fdfd32b25523f4c03"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a71c2693398514fad4828112c9d21554b" id="r_a71c2693398514fad4828112c9d21554b"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a71c2693398514fad4828112c9d21554b">fromClass</a> () const override</td></tr>
<tr class="memdesc:a71c2693398514fad4828112c9d21554b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns this class name.  <br /></td></tr>
<tr class="separator:a71c2693398514fad4828112c9d21554b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9632b93aae9e41ee40bbb1c6e70cf46b" id="r_a9632b93aae9e41ee40bbb1c6e70cf46b"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a9632b93aae9e41ee40bbb1c6e70cf46b">throwException</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;func_name, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;msg) const override</td></tr>
<tr class="memdesc:a9632b93aae9e41ee40bbb1c6e70cf46b"><td class="mdescLeft">&#160;</td><td class="mdescRight">For subclasses, <a class="el" href="class_h5_1_1_h5_file.html" title="Class H5File represents an HDF5 file and inherits from class Group as file is a root group.">H5File</a> and <a class="el" href="class_h5_1_1_group.html" title="Class Group represents an HDF5 group.">Group</a>, to throw appropriate exception.  <br /></td></tr>
<tr class="separator:a9632b93aae9e41ee40bbb1c6e70cf46b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad476ef94a1fe81f5cc1fb4ca9e08a647" id="r_ad476ef94a1fe81f5cc1fb4ca9e08a647"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#ad476ef94a1fe81f5cc1fb4ca9e08a647">getLocId</a> () const override</td></tr>
<tr class="separator:ad476ef94a1fe81f5cc1fb4ca9e08a647"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7e478c67e5ff95bddc485d251576614c" id="r_a7e478c67e5ff95bddc485d251576614c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a7e478c67e5ff95bddc485d251576614c">Group</a> (const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a>, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a>)</td></tr>
<tr class="separator:a7e478c67e5ff95bddc485d251576614c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a229810034cc99e1d839b1c3d99142301" id="r_a229810034cc99e1d839b1c3d99142301"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a229810034cc99e1d839b1c3d99142301">getNumObjs</a> () const</td></tr>
<tr class="separator:a229810034cc99e1d839b1c3d99142301"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4126f09c0b3f3d0df18b02f574db727b" id="r_a4126f09c0b3f3d0df18b02f574db727b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a4126f09c0b3f3d0df18b02f574db727b">getObjId</a> (const char *name, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a4126f09c0b3f3d0df18b02f574db727b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af4bc2d1242370e15d596c05a78f6ba11" id="r_af4bc2d1242370e15d596c05a78f6ba11"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#af4bc2d1242370e15d596c05a78f6ba11">getObjId</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a>) const</td></tr>
<tr class="separator:af4bc2d1242370e15d596c05a78f6ba11"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3e935d6a6c913c3928701d0813184808" id="r_a3e935d6a6c913c3928701d0813184808"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a3e935d6a6c913c3928701d0813184808">closeObjId</a> (<a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> obj_id) const</td></tr>
<tr class="separator:a3e935d6a6c913c3928701d0813184808"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b29b9393b4b6856ac75b759f4166c13" id="r_a0b29b9393b4b6856ac75b759f4166c13"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a0b29b9393b4b6856ac75b759f4166c13">Group</a> ()</td></tr>
<tr class="separator:a0b29b9393b4b6856ac75b759f4166c13"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afa0350e4e9444888d3548719e67aca6a" id="r_afa0350e4e9444888d3548719e67aca6a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#afa0350e4e9444888d3548719e67aca6a">Group</a> (const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;original)</td></tr>
<tr class="separator:afa0350e4e9444888d3548719e67aca6a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa5eda254838615bd58b46e86bfbb717f" id="r_aa5eda254838615bd58b46e86bfbb717f"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#aa5eda254838615bd58b46e86bfbb717f">getId</a> () const override</td></tr>
<tr class="separator:aa5eda254838615bd58b46e86bfbb717f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af640b440f7e27c3c70c8aeb42cc8e660" id="r_af640b440f7e27c3c70c8aeb42cc8e660"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#af640b440f7e27c3c70c8aeb42cc8e660">~Group</a> () override</td></tr>
<tr class="separator:af640b440f7e27c3c70c8aeb42cc8e660"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6ff7f01b3310ed9e9a27dd84475562db" id="r_a6ff7f01b3310ed9e9a27dd84475562db"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_group.html">Group</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a6ff7f01b3310ed9e9a27dd84475562db">operator=</a> (const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;original)</td></tr>
<tr class="separator:a6ff7f01b3310ed9e9a27dd84475562db"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4ed5dc02f4eebc2b4086fd53220dd730" id="r_a4ed5dc02f4eebc2b4086fd53220dd730"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a4ed5dc02f4eebc2b4086fd53220dd730">Group</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> group_id)</td></tr>
<tr class="separator:a4ed5dc02f4eebc2b4086fd53220dd730"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_h5_object"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pub_methods_class_h5_1_1_h5_object')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_h5_object.html">H5Object</a></td></tr>
<tr class="memitem:aa12b8a193aa396b38f1a81768c107769 inherit pub_methods_class_h5_1_1_h5_object" id="r_aa12b8a193aa396b38f1a81768c107769"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#aa12b8a193aa396b38f1a81768c107769">createAttribute</a> (const char *name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;type, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;space, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;create_plist=<a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a>) const</td></tr>
<tr class="separator:aa12b8a193aa396b38f1a81768c107769 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adc53f6b5de306e6d3f8713f99ef6b2ef inherit pub_methods_class_h5_1_1_h5_object" id="r_adc53f6b5de306e6d3f8713f99ef6b2ef"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#adc53f6b5de306e6d3f8713f99ef6b2ef">createAttribute</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;type, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;space, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;create_plist=<a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a>) const</td></tr>
<tr class="separator:adc53f6b5de306e6d3f8713f99ef6b2ef inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a30ede2759440861003206ea463950912 inherit pub_methods_class_h5_1_1_h5_object" id="r_a30ede2759440861003206ea463950912"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a30ede2759440861003206ea463950912">openAttribute</a> (const char *name) const</td></tr>
<tr class="separator:a30ede2759440861003206ea463950912 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6c770f5047e9b960741cdbe8f8bdd333 inherit pub_methods_class_h5_1_1_h5_object" id="r_a6c770f5047e9b960741cdbe8f8bdd333"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a6c770f5047e9b960741cdbe8f8bdd333">openAttribute</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a6c770f5047e9b960741cdbe8f8bdd333 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7d4fa78efce7c3f38c8de49341d70349 inherit pub_methods_class_h5_1_1_h5_object" id="r_a7d4fa78efce7c3f38c8de49341d70349"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a7d4fa78efce7c3f38c8de49341d70349">openAttribute</a> (const unsigned int idx) const</td></tr>
<tr class="separator:a7d4fa78efce7c3f38c8de49341d70349 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad95b9c9b0653998fa39d40a403fcdd65 inherit pub_methods_class_h5_1_1_h5_object" id="r_ad95b9c9b0653998fa39d40a403fcdd65"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#ad95b9c9b0653998fa39d40a403fcdd65">iterateAttrs</a> (<a class="el" href="namespace_h5.html#aaff4ab7e0bf94f2082ac3b1991a4ec5d">attr_operator_t</a> user_op, unsigned *idx=NULL, void *op_data=NULL)</td></tr>
<tr class="separator:ad95b9c9b0653998fa39d40a403fcdd65 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7b5efa6e905253d02af31c642a2395cf inherit pub_methods_class_h5_1_1_h5_object" id="r_a7b5efa6e905253d02af31c642a2395cf"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a7b5efa6e905253d02af31c642a2395cf">visit</a> (<a class="el" href="_h5public_8h.html#a8203c78e10ab2d89d8bce688a31afad3">H5_index_t</a> idx_type, <a class="el" href="_h5public_8h.html#a6a6ddd1504d1ed61939d46d91d9441b9">H5_iter_order_t</a> order, <a class="el" href="namespace_h5.html#a947845193996f95f6017b1ae6d3044c7">visit_operator_t</a> user_op, void *op_data, unsigned int fields)</td></tr>
<tr class="separator:a7b5efa6e905253d02af31c642a2395cf inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ef85ec76e25ccffe2807f0a174f4f1c inherit pub_methods_class_h5_1_1_h5_object" id="r_a7ef85ec76e25ccffe2807f0a174f4f1c"><td class="memItemLeft" align="right" valign="top">unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a7ef85ec76e25ccffe2807f0a174f4f1c">objVersion</a> () const</td></tr>
<tr class="separator:a7ef85ec76e25ccffe2807f0a174f4f1c inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2dcc2ca0ddc9b07a609579c3a2011b8e inherit pub_methods_class_h5_1_1_h5_object" id="r_a2dcc2ca0ddc9b07a609579c3a2011b8e"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a2dcc2ca0ddc9b07a609579c3a2011b8e">getNumAttrs</a> () const</td></tr>
<tr class="separator:a2dcc2ca0ddc9b07a609579c3a2011b8e inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1e5442864521bd4a43538b978c7a182c inherit pub_methods_class_h5_1_1_h5_object" id="r_a1e5442864521bd4a43538b978c7a182c"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a1e5442864521bd4a43538b978c7a182c">attrExists</a> (const char *name) const</td></tr>
<tr class="separator:a1e5442864521bd4a43538b978c7a182c inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac55c51e061707be942daaa679628f29e inherit pub_methods_class_h5_1_1_h5_object" id="r_ac55c51e061707be942daaa679628f29e"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#ac55c51e061707be942daaa679628f29e">attrExists</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:ac55c51e061707be942daaa679628f29e inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a466ba22ebe37cb75c4b24af16c16c065 inherit pub_methods_class_h5_1_1_h5_object" id="r_a466ba22ebe37cb75c4b24af16c16c065"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a466ba22ebe37cb75c4b24af16c16c065">renameAttr</a> (const char *oldname, const char *newname) const</td></tr>
<tr class="separator:a466ba22ebe37cb75c4b24af16c16c065 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a087afa9443078f97819d9cf16ae81430 inherit pub_methods_class_h5_1_1_h5_object" id="r_a087afa9443078f97819d9cf16ae81430"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a087afa9443078f97819d9cf16ae81430">renameAttr</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;oldname, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;newname) const</td></tr>
<tr class="separator:a087afa9443078f97819d9cf16ae81430 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aad69c130fccb203bbd467fd5d7696a2a inherit pub_methods_class_h5_1_1_h5_object" id="r_aad69c130fccb203bbd467fd5d7696a2a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#aad69c130fccb203bbd467fd5d7696a2a">removeAttr</a> (const char *name) const</td></tr>
<tr class="separator:aad69c130fccb203bbd467fd5d7696a2a inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8728ae132f488efef9b00e65a7de552f inherit pub_methods_class_h5_1_1_h5_object" id="r_a8728ae132f488efef9b00e65a7de552f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a8728ae132f488efef9b00e65a7de552f">removeAttr</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a8728ae132f488efef9b00e65a7de552f inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20fb8e3aab8e4c65ce4f3585e806f65f inherit pub_methods_class_h5_1_1_h5_object" id="r_a20fb8e3aab8e4c65ce4f3585e806f65f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5public_8h.html#af629ed855824cf5955b54529adf78ad6">ssize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a20fb8e3aab8e4c65ce4f3585e806f65f">getObjName</a> (char *obj_name, size_t buf_size=0) const</td></tr>
<tr class="separator:a20fb8e3aab8e4c65ce4f3585e806f65f inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a49e2783100d5d3a8e123f1c874ed2a98 inherit pub_methods_class_h5_1_1_h5_object" id="r_a49e2783100d5d3a8e123f1c874ed2a98"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5public_8h.html#af629ed855824cf5955b54529adf78ad6">ssize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a49e2783100d5d3a8e123f1c874ed2a98">getObjName</a> (<a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;obj_name, size_t len=0) const</td></tr>
<tr class="separator:a49e2783100d5d3a8e123f1c874ed2a98 inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adaeae65f817e7fd05de5c4493819e15c inherit pub_methods_class_h5_1_1_h5_object" id="r_adaeae65f817e7fd05de5c4493819e15c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#adaeae65f817e7fd05de5c4493819e15c">getObjName</a> () const</td></tr>
<tr class="separator:adaeae65f817e7fd05de5c4493819e15c inherit pub_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_h5_location"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pub_methods_class_h5_1_1_h5_location')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a></td></tr>
<tr class="memitem:a5b6a3c3a1ce9b32908d16c3889f4640a inherit pub_methods_class_h5_1_1_h5_location" id="r_a5b6a3c3a1ce9b32908d16c3889f4640a"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5b6a3c3a1ce9b32908d16c3889f4640a">nameExists</a> (const char *name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a5b6a3c3a1ce9b32908d16c3889f4640a inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6accdac30fdf67f625c7d056383b08d6 inherit pub_methods_class_h5_1_1_h5_location" id="r_a6accdac30fdf67f625c7d056383b08d6"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a6accdac30fdf67f625c7d056383b08d6">nameExists</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a6accdac30fdf67f625c7d056383b08d6 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1fc65b060b1dfe574db45aabc40f2e49 inherit pub_methods_class_h5_1_1_h5_location" id="r_a1fc65b060b1dfe574db45aabc40f2e49"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a1fc65b060b1dfe574db45aabc40f2e49">exists</a> (const char *name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a1fc65b060b1dfe574db45aabc40f2e49 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:add6c77c673fec9822200470e994fa86e inherit pub_methods_class_h5_1_1_h5_location" id="r_add6c77c673fec9822200470e994fa86e"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#add6c77c673fec9822200470e994fa86e">exists</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:add6c77c673fec9822200470e994fa86e inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2104e3fc68762ce4429c7be29c28db97 inherit pub_methods_class_h5_1_1_h5_location" id="r_a2104e3fc68762ce4429c7be29c28db97"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a2104e3fc68762ce4429c7be29c28db97">flush</a> (<a class="el" href="_h5_fpublic_8h.html#ac9db1b1211555797021daed9b54b8cdf">H5F_scope_t</a> scope) const</td></tr>
<tr class="separator:a2104e3fc68762ce4429c7be29c28db97 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6bf9c11f574b7c96c339a422df957ba5 inherit pub_methods_class_h5_1_1_h5_location" id="r_a6bf9c11f574b7c96c339a422df957ba5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a6bf9c11f574b7c96c339a422df957ba5">getFileName</a> () const</td></tr>
<tr class="separator:a6bf9c11f574b7c96c339a422df957ba5 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac3ff28dfead33f31d4a306ac64a2e8ea inherit pub_methods_class_h5_1_1_h5_location" id="r_ac3ff28dfead33f31d4a306ac64a2e8ea"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_gpublic_8h.html#a4ee921b13233a7c297b81a49022a1dd6">H5G_obj_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac3ff28dfead33f31d4a306ac64a2e8ea">getObjType</a> (void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a>) const</td></tr>
<tr class="separator:ac3ff28dfead33f31d4a306ac64a2e8ea inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0764f5065e3d73bf9d8622abad6ff04f inherit pub_methods_class_h5_1_1_h5_location" id="r_a0764f5065e3d73bf9d8622abad6ff04f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_opublic_8h.html#a929ff459574495f461657f6be804cdec">H5O_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0764f5065e3d73bf9d8622abad6ff04f">getRefObjType</a> (void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a>) const</td></tr>
<tr class="separator:a0764f5065e3d73bf9d8622abad6ff04f inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa56c64dfb8674c33950b433743071959 inherit pub_methods_class_h5_1_1_h5_location" id="r_aa56c64dfb8674c33950b433743071959"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aa56c64dfb8674c33950b433743071959">setComment</a> (const char *name, const char *comment) const</td></tr>
<tr class="separator:aa56c64dfb8674c33950b433743071959 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af9ec33f378ba999692a80d444f1fbf10 inherit pub_methods_class_h5_1_1_h5_location" id="r_af9ec33f378ba999692a80d444f1fbf10"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#af9ec33f378ba999692a80d444f1fbf10">setComment</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;comment) const</td></tr>
<tr class="separator:af9ec33f378ba999692a80d444f1fbf10 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a19a0a1fceafc2da4168edb9e955309e0 inherit pub_methods_class_h5_1_1_h5_location" id="r_a19a0a1fceafc2da4168edb9e955309e0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a19a0a1fceafc2da4168edb9e955309e0">setComment</a> (const char *comment) const</td></tr>
<tr class="separator:a19a0a1fceafc2da4168edb9e955309e0 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abc8f03c5c6adfd59dc5ddbe3b8023f71 inherit pub_methods_class_h5_1_1_h5_location" id="r_abc8f03c5c6adfd59dc5ddbe3b8023f71"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#abc8f03c5c6adfd59dc5ddbe3b8023f71">setComment</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;comment) const</td></tr>
<tr class="separator:abc8f03c5c6adfd59dc5ddbe3b8023f71 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adccf847e61fa75526eba225cfbfcb1a9 inherit pub_methods_class_h5_1_1_h5_location" id="r_adccf847e61fa75526eba225cfbfcb1a9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5public_8h.html#af629ed855824cf5955b54529adf78ad6">ssize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#adccf847e61fa75526eba225cfbfcb1a9">getComment</a> (const char *name, size_t buf_size, char *comment) const</td></tr>
<tr class="separator:adccf847e61fa75526eba225cfbfcb1a9 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6b474a93bea01095f8bdfef23783b417 inherit pub_methods_class_h5_1_1_h5_location" id="r_a6b474a93bea01095f8bdfef23783b417"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a6b474a93bea01095f8bdfef23783b417">getComment</a> (const char *name, size_t buf_size=0) const</td></tr>
<tr class="separator:a6b474a93bea01095f8bdfef23783b417 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac19e0d3c4cc726e0496b4c6637b7a898 inherit pub_methods_class_h5_1_1_h5_location" id="r_ac19e0d3c4cc726e0496b4c6637b7a898"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac19e0d3c4cc726e0496b4c6637b7a898">getComment</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, size_t buf_size=0) const</td></tr>
<tr class="separator:ac19e0d3c4cc726e0496b4c6637b7a898 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1502537157b519256fbc8c1b86964c30 inherit pub_methods_class_h5_1_1_h5_location" id="r_a1502537157b519256fbc8c1b86964c30"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a1502537157b519256fbc8c1b86964c30">removeComment</a> (const char *name) const</td></tr>
<tr class="separator:a1502537157b519256fbc8c1b86964c30 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a781501efc74cb885ac35cf19cb7b6034 inherit pub_methods_class_h5_1_1_h5_location" id="r_a781501efc74cb885ac35cf19cb7b6034"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a781501efc74cb885ac35cf19cb7b6034">removeComment</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a781501efc74cb885ac35cf19cb7b6034 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a70afc0096783fa2029e5fd68090a8178 inherit pub_methods_class_h5_1_1_h5_location" id="r_a70afc0096783fa2029e5fd68090a8178"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a70afc0096783fa2029e5fd68090a8178">reference</a> (void *ref, const char *name, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a>) const</td></tr>
<tr class="separator:a70afc0096783fa2029e5fd68090a8178 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8b07c2bc74f5d041795e19a7dbb5938b inherit pub_methods_class_h5_1_1_h5_location" id="r_a8b07c2bc74f5d041795e19a7dbb5938b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a8b07c2bc74f5d041795e19a7dbb5938b">reference</a> (void *ref, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a>) const</td></tr>
<tr class="separator:a8b07c2bc74f5d041795e19a7dbb5938b inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7938549264e27dc774bdc971aedf6a14 inherit pub_methods_class_h5_1_1_h5_location" id="r_a7938549264e27dc774bdc971aedf6a14"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a7938549264e27dc774bdc971aedf6a14">reference</a> (void *ref, const char *name, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;dataspace, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#a2a28c48c03a4616a02f9157fca4b2df0">H5R_DATASET_REGION</a>) const</td></tr>
<tr class="separator:a7938549264e27dc774bdc971aedf6a14 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa9c6429cbae80da2d9c205d288ed9b56 inherit pub_methods_class_h5_1_1_h5_location" id="r_aa9c6429cbae80da2d9c205d288ed9b56"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aa9c6429cbae80da2d9c205d288ed9b56">reference</a> (void *ref, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;dataspace, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#a2a28c48c03a4616a02f9157fca4b2df0">H5R_DATASET_REGION</a>) const</td></tr>
<tr class="separator:aa9c6429cbae80da2d9c205d288ed9b56 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6606634f31d164f52528bd4acf58a0c2 inherit pub_methods_class_h5_1_1_h5_location" id="r_a6606634f31d164f52528bd4acf58a0c2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a6606634f31d164f52528bd4acf58a0c2">dereference</a> (const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a>, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a>)</td></tr>
<tr class="separator:a6606634f31d164f52528bd4acf58a0c2 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5bf58c348bd0fd46883c47a1b0b636ac inherit pub_methods_class_h5_1_1_h5_location" id="r_a5bf58c348bd0fd46883c47a1b0b636ac"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_space.html">DataSpace</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5bf58c348bd0fd46883c47a1b0b636ac">getRegion</a> (void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type=<a class="el" href="_h5_rpublic_8h.html#a2a28c48c03a4616a02f9157fca4b2df0">H5R_DATASET_REGION</a>) const</td></tr>
<tr class="separator:a5bf58c348bd0fd46883c47a1b0b636ac inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1170b4bbd897073e8b9c9597c453fb83 inherit pub_methods_class_h5_1_1_h5_location" id="r_a1170b4bbd897073e8b9c9597c453fb83"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_group.html">Group</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a1170b4bbd897073e8b9c9597c453fb83">createGroup</a> (const char *name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl) const</td></tr>
<tr class="separator:a1170b4bbd897073e8b9c9597c453fb83 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a28388d632549aa09f4852bbbbca8df81 inherit pub_methods_class_h5_1_1_h5_location" id="r_a28388d632549aa09f4852bbbbca8df81"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_group.html">Group</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a28388d632549aa09f4852bbbbca8df81">createGroup</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl) const</td></tr>
<tr class="separator:a28388d632549aa09f4852bbbbca8df81 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaf8c5b6e837f3ab5b227f763b3fc51a6 inherit pub_methods_class_h5_1_1_h5_location" id="r_aaf8c5b6e837f3ab5b227f763b3fc51a6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_group.html">Group</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aaf8c5b6e837f3ab5b227f763b3fc51a6">createGroup</a> (const char *name, size_t size_hint=0) const</td></tr>
<tr class="separator:aaf8c5b6e837f3ab5b227f763b3fc51a6 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2a7447fa8365da6a0ba8ff8fc6c7b02b inherit pub_methods_class_h5_1_1_h5_location" id="r_a2a7447fa8365da6a0ba8ff8fc6c7b02b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_group.html">Group</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a2a7447fa8365da6a0ba8ff8fc6c7b02b">createGroup</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, size_t size_hint=0) const</td></tr>
<tr class="separator:a2a7447fa8365da6a0ba8ff8fc6c7b02b inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a301193cbd19f2a72fedda3bf01bb8c1c inherit pub_methods_class_h5_1_1_h5_location" id="r_a301193cbd19f2a72fedda3bf01bb8c1c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_group.html">Group</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a301193cbd19f2a72fedda3bf01bb8c1c">openGroup</a> (const char *name) const</td></tr>
<tr class="separator:a301193cbd19f2a72fedda3bf01bb8c1c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a40786ac7741054bf9b626160f5fae558 inherit pub_methods_class_h5_1_1_h5_location" id="r_a40786ac7741054bf9b626160f5fae558"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_group.html">Group</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a40786ac7741054bf9b626160f5fae558">openGroup</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a40786ac7741054bf9b626160f5fae558 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ab5e67af561d801c121e2b6bce9cb9c inherit pub_methods_class_h5_1_1_h5_location" id="r_a0ab5e67af561d801c121e2b6bce9cb9c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_set.html">DataSet</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0ab5e67af561d801c121e2b6bce9cb9c">createDataSet</a> (const char *name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;data_type, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;data_space, const <a class="el" href="class_h5_1_1_d_set_creat_prop_list.html">DSetCreatPropList</a> &amp;create_plist=<a class="el" href="class_h5_1_1_d_set_creat_prop_list.html#a63ed1e479ff9a4db8c636fa7d6932ddc">DSetCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_d_set_acc_prop_list.html">DSetAccPropList</a> &amp;dapl=<a class="el" href="class_h5_1_1_d_set_acc_prop_list.html#aa1c3c364336f0d365f119e1c6a555e17">DSetAccPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a0ab5e67af561d801c121e2b6bce9cb9c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a834121f8aaca0e2aac7895eeeac8cea9 inherit pub_methods_class_h5_1_1_h5_location" id="r_a834121f8aaca0e2aac7895eeeac8cea9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_set.html">DataSet</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a834121f8aaca0e2aac7895eeeac8cea9">createDataSet</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;data_type, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;data_space, const <a class="el" href="class_h5_1_1_d_set_creat_prop_list.html">DSetCreatPropList</a> &amp;create_plist=<a class="el" href="class_h5_1_1_d_set_creat_prop_list.html#a63ed1e479ff9a4db8c636fa7d6932ddc">DSetCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_d_set_acc_prop_list.html">DSetAccPropList</a> &amp;dapl=<a class="el" href="class_h5_1_1_d_set_acc_prop_list.html#aa1c3c364336f0d365f119e1c6a555e17">DSetAccPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a834121f8aaca0e2aac7895eeeac8cea9 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab272fc7c02575b1dd1f203a4fa6d8977 inherit pub_methods_class_h5_1_1_h5_location" id="r_ab272fc7c02575b1dd1f203a4fa6d8977"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_set.html">DataSet</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ab272fc7c02575b1dd1f203a4fa6d8977">openDataSet</a> (const char *name, const <a class="el" href="class_h5_1_1_d_set_acc_prop_list.html">DSetAccPropList</a> &amp;dapl=<a class="el" href="class_h5_1_1_d_set_acc_prop_list.html#aa1c3c364336f0d365f119e1c6a555e17">DSetAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:ab272fc7c02575b1dd1f203a4fa6d8977 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a346eb9503d81d44b5e2a74f66f71f5ce inherit pub_methods_class_h5_1_1_h5_location" id="r_a346eb9503d81d44b5e2a74f66f71f5ce"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_set.html">DataSet</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a346eb9503d81d44b5e2a74f66f71f5ce">openDataSet</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_d_set_acc_prop_list.html">DSetAccPropList</a> &amp;dapl=<a class="el" href="class_h5_1_1_d_set_acc_prop_list.html#aa1c3c364336f0d365f119e1c6a555e17">DSetAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a346eb9503d81d44b5e2a74f66f71f5ce inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2cf5041c59c32e737aa2c11075af27b9 inherit pub_methods_class_h5_1_1_h5_location" id="r_a2cf5041c59c32e737aa2c11075af27b9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_h5_l__info2__t.html">H5L_info2_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a2cf5041c59c32e737aa2c11075af27b9">getLinkInfo</a> (const char *link_name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a2cf5041c59c32e737aa2c11075af27b9 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6ff35cde90cbb2bde649eec44a39c481 inherit pub_methods_class_h5_1_1_h5_location" id="r_a6ff35cde90cbb2bde649eec44a39c481"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_h5_l__info2__t.html">H5L_info2_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a6ff35cde90cbb2bde649eec44a39c481">getLinkInfo</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;link_name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a6ff35cde90cbb2bde649eec44a39c481 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab8d8111c98847ff0c154fae00b195368 inherit pub_methods_class_h5_1_1_h5_location" id="r_ab8d8111c98847ff0c154fae00b195368"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ab8d8111c98847ff0c154fae00b195368">getLinkval</a> (const char *link_name, size_t size=0) const</td></tr>
<tr class="separator:ab8d8111c98847ff0c154fae00b195368 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a927626dd6ffa9d76ce1a92afeaa988a4 inherit pub_methods_class_h5_1_1_h5_location" id="r_a927626dd6ffa9d76ce1a92afeaa988a4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a927626dd6ffa9d76ce1a92afeaa988a4">getLinkval</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;link_name, size_t size=0) const</td></tr>
<tr class="separator:a927626dd6ffa9d76ce1a92afeaa988a4 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a229810034cc99e1d839b1c3d99142301 inherit pub_methods_class_h5_1_1_h5_location" id="r_a229810034cc99e1d839b1c3d99142301"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a229810034cc99e1d839b1c3d99142301">getNumObjs</a> () const</td></tr>
<tr class="separator:a229810034cc99e1d839b1c3d99142301 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4675ca8d4a4138820836fae7577e8b91 inherit pub_methods_class_h5_1_1_h5_location" id="r_a4675ca8d4a4138820836fae7577e8b91"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a4675ca8d4a4138820836fae7577e8b91">getObjnameByIdx</a> (<a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx) const</td></tr>
<tr class="separator:a4675ca8d4a4138820836fae7577e8b91 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac479605d59dd4ef73e2839f4d62af8ce inherit pub_methods_class_h5_1_1_h5_location" id="r_ac479605d59dd4ef73e2839f4d62af8ce"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5public_8h.html#af629ed855824cf5955b54529adf78ad6">ssize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac479605d59dd4ef73e2839f4d62af8ce">getObjnameByIdx</a> (<a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, char *name, size_t size) const</td></tr>
<tr class="separator:ac479605d59dd4ef73e2839f4d62af8ce inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a39e51dee8e8e44a1317173805d6cd458 inherit pub_methods_class_h5_1_1_h5_location" id="r_a39e51dee8e8e44a1317173805d6cd458"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5public_8h.html#af629ed855824cf5955b54529adf78ad6">ssize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a39e51dee8e8e44a1317173805d6cd458">getObjnameByIdx</a> (<a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, size_t size) const</td></tr>
<tr class="separator:a39e51dee8e8e44a1317173805d6cd458 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a315669ed438a23f1f6b174bdaaf7a0e4 inherit pub_methods_class_h5_1_1_h5_location" id="r_a315669ed438a23f1f6b174bdaaf7a0e4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_opublic_8h.html#a929ff459574495f461657f6be804cdec">H5O_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a315669ed438a23f1f6b174bdaaf7a0e4">childObjType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;objname) const</td></tr>
<tr class="separator:a315669ed438a23f1f6b174bdaaf7a0e4 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac33546570ade4c5cc55b5d265d96e97c inherit pub_methods_class_h5_1_1_h5_location" id="r_ac33546570ade4c5cc55b5d265d96e97c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_opublic_8h.html#a929ff459574495f461657f6be804cdec">H5O_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac33546570ade4c5cc55b5d265d96e97c">childObjType</a> (const char *objname) const</td></tr>
<tr class="separator:ac33546570ade4c5cc55b5d265d96e97c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac0436c82ef1e538e2789e7b7b8e69c46 inherit pub_methods_class_h5_1_1_h5_location" id="r_ac0436c82ef1e538e2789e7b7b8e69c46"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_opublic_8h.html#a929ff459574495f461657f6be804cdec">H5O_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac0436c82ef1e538e2789e7b7b8e69c46">childObjType</a> (<a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> index, <a class="el" href="_h5public_8h.html#a8203c78e10ab2d89d8bce688a31afad3">H5_index_t</a> index_type=<a class="el" href="_h5public_8h.html#a8203c78e10ab2d89d8bce688a31afad3a644e6701706be4d37660864336c7bd3e">H5_INDEX_NAME</a>, <a class="el" href="_h5public_8h.html#a6a6ddd1504d1ed61939d46d91d9441b9">H5_iter_order_t</a> order=<a class="el" href="_h5public_8h.html#a6a6ddd1504d1ed61939d46d91d9441b9a80c3e083c0a77063b1a66553decfcb08">H5_ITER_INC</a>, const char *objname=&quot;.&quot;) const</td></tr>
<tr class="separator:ac0436c82ef1e538e2789e7b7b8e69c46 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6f31a372d6fd95e6191175faab7784f7 inherit pub_methods_class_h5_1_1_h5_location" id="r_a6f31a372d6fd95e6191175faab7784f7"><td class="memItemLeft" align="right" valign="top">unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a6f31a372d6fd95e6191175faab7784f7">childObjVersion</a> (const char *objname) const</td></tr>
<tr class="separator:a6f31a372d6fd95e6191175faab7784f7 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86667af38fe350840b53cafb33f55700 inherit pub_methods_class_h5_1_1_h5_location" id="r_a86667af38fe350840b53cafb33f55700"><td class="memItemLeft" align="right" valign="top">unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a86667af38fe350840b53cafb33f55700">childObjVersion</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;objname) const</td></tr>
<tr class="separator:a86667af38fe350840b53cafb33f55700 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ffe7e82c2ac2bc76fa3c6b76356eba3 inherit pub_methods_class_h5_1_1_h5_location" id="r_a0ffe7e82c2ac2bc76fa3c6b76356eba3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0ffe7e82c2ac2bc76fa3c6b76356eba3">getObjinfo</a> (<a class="el" href="struct_h5_o__info2__t.html">H5O_info2_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#addd3f3f27f124a16a52c390b8431a878">H5O_INFO_BASIC</a>) const</td></tr>
<tr class="separator:a0ffe7e82c2ac2bc76fa3c6b76356eba3 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5802aac2ce1a720da0bf7bd1824fbe9c inherit pub_methods_class_h5_1_1_h5_location" id="r_a5802aac2ce1a720da0bf7bd1824fbe9c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5802aac2ce1a720da0bf7bd1824fbe9c">getObjinfo</a> (const char *name, <a class="el" href="struct_h5_o__info2__t.html">H5O_info2_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#addd3f3f27f124a16a52c390b8431a878">H5O_INFO_BASIC</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a5802aac2ce1a720da0bf7bd1824fbe9c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae5e17b3d1e96f9d085db02d5a52d6a32 inherit pub_methods_class_h5_1_1_h5_location" id="r_ae5e17b3d1e96f9d085db02d5a52d6a32"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ae5e17b3d1e96f9d085db02d5a52d6a32">getObjinfo</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, <a class="el" href="struct_h5_o__info2__t.html">H5O_info2_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#addd3f3f27f124a16a52c390b8431a878">H5O_INFO_BASIC</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:ae5e17b3d1e96f9d085db02d5a52d6a32 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeb286e69724cef8008d1e3744655d839 inherit pub_methods_class_h5_1_1_h5_location" id="r_aeb286e69724cef8008d1e3744655d839"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aeb286e69724cef8008d1e3744655d839">getObjinfo</a> (const char *grp_name, <a class="el" href="_h5public_8h.html#a8203c78e10ab2d89d8bce688a31afad3">H5_index_t</a> idx_type, <a class="el" href="_h5public_8h.html#a6a6ddd1504d1ed61939d46d91d9441b9">H5_iter_order_t</a> order, <a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, <a class="el" href="struct_h5_o__info2__t.html">H5O_info2_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#addd3f3f27f124a16a52c390b8431a878">H5O_INFO_BASIC</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:aeb286e69724cef8008d1e3744655d839 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7e5b8ac90f35599a09d112c5a66bd57e inherit pub_methods_class_h5_1_1_h5_location" id="r_a7e5b8ac90f35599a09d112c5a66bd57e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a7e5b8ac90f35599a09d112c5a66bd57e">getObjinfo</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;grp_name, <a class="el" href="_h5public_8h.html#a8203c78e10ab2d89d8bce688a31afad3">H5_index_t</a> idx_type, <a class="el" href="_h5public_8h.html#a6a6ddd1504d1ed61939d46d91d9441b9">H5_iter_order_t</a> order, <a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, <a class="el" href="struct_h5_o__info2__t.html">H5O_info2_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#addd3f3f27f124a16a52c390b8431a878">H5O_INFO_BASIC</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a7e5b8ac90f35599a09d112c5a66bd57e inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad8f50a9493e6a9c772a3a7e211346673 inherit pub_methods_class_h5_1_1_h5_location" id="r_ad8f50a9493e6a9c772a3a7e211346673"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ad8f50a9493e6a9c772a3a7e211346673">getNativeObjinfo</a> (<a class="el" href="struct_h5_o__native__info__t.html">H5O_native_info_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#a41832cc0fcd1f5063f28e796733761e2">H5O_NATIVE_INFO_HDR</a>) const</td></tr>
<tr class="separator:ad8f50a9493e6a9c772a3a7e211346673 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ee01275b10ed8d4066250653fb9cdf2 inherit pub_methods_class_h5_1_1_h5_location" id="r_a0ee01275b10ed8d4066250653fb9cdf2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0ee01275b10ed8d4066250653fb9cdf2">getNativeObjinfo</a> (const char *name, <a class="el" href="struct_h5_o__native__info__t.html">H5O_native_info_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#a41832cc0fcd1f5063f28e796733761e2">H5O_NATIVE_INFO_HDR</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a0ee01275b10ed8d4066250653fb9cdf2 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5de1a845431517b20e8dfe5a40c836e9 inherit pub_methods_class_h5_1_1_h5_location" id="r_a5de1a845431517b20e8dfe5a40c836e9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5de1a845431517b20e8dfe5a40c836e9">getNativeObjinfo</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, <a class="el" href="struct_h5_o__native__info__t.html">H5O_native_info_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#a41832cc0fcd1f5063f28e796733761e2">H5O_NATIVE_INFO_HDR</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a5de1a845431517b20e8dfe5a40c836e9 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aae659675c63b83e2b200c7d696589e3e inherit pub_methods_class_h5_1_1_h5_location" id="r_aae659675c63b83e2b200c7d696589e3e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aae659675c63b83e2b200c7d696589e3e">getNativeObjinfo</a> (const char *grp_name, <a class="el" href="_h5public_8h.html#a8203c78e10ab2d89d8bce688a31afad3">H5_index_t</a> idx_type, <a class="el" href="_h5public_8h.html#a6a6ddd1504d1ed61939d46d91d9441b9">H5_iter_order_t</a> order, <a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, <a class="el" href="struct_h5_o__native__info__t.html">H5O_native_info_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#a41832cc0fcd1f5063f28e796733761e2">H5O_NATIVE_INFO_HDR</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:aae659675c63b83e2b200c7d696589e3e inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad54f2a701109e623ec157b6b6aa0e86e inherit pub_methods_class_h5_1_1_h5_location" id="r_ad54f2a701109e623ec157b6b6aa0e86e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ad54f2a701109e623ec157b6b6aa0e86e">getNativeObjinfo</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;grp_name, <a class="el" href="_h5public_8h.html#a8203c78e10ab2d89d8bce688a31afad3">H5_index_t</a> idx_type, <a class="el" href="_h5public_8h.html#a6a6ddd1504d1ed61939d46d91d9441b9">H5_iter_order_t</a> order, <a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, <a class="el" href="struct_h5_o__native__info__t.html">H5O_native_info_t</a> &amp;objinfo, unsigned fields=<a class="el" href="_h5_opublic_8h.html#a41832cc0fcd1f5063f28e796733761e2">H5O_NATIVE_INFO_HDR</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:ad54f2a701109e623ec157b6b6aa0e86e inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5a303b1490791b7e7f2a647a6e672c69 inherit pub_methods_class_h5_1_1_h5_location" id="r_a5a303b1490791b7e7f2a647a6e672c69"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_gpublic_8h.html#a4ee921b13233a7c297b81a49022a1dd6">H5G_obj_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5a303b1490791b7e7f2a647a6e672c69">getObjTypeByIdx</a> (<a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx) const</td></tr>
<tr class="separator:a5a303b1490791b7e7f2a647a6e672c69 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaef8a6c338909ef0eb36c3c82e3ba2ac inherit pub_methods_class_h5_1_1_h5_location" id="r_aaef8a6c338909ef0eb36c3c82e3ba2ac"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_gpublic_8h.html#a4ee921b13233a7c297b81a49022a1dd6">H5G_obj_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aaef8a6c338909ef0eb36c3c82e3ba2ac">getObjTypeByIdx</a> (<a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, char *type_name) const</td></tr>
<tr class="separator:aaef8a6c338909ef0eb36c3c82e3ba2ac inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a109d2428307af12670d5e32aa3d4bc9f inherit pub_methods_class_h5_1_1_h5_location" id="r_a109d2428307af12670d5e32aa3d4bc9f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_gpublic_8h.html#a4ee921b13233a7c297b81a49022a1dd6">H5G_obj_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a109d2428307af12670d5e32aa3d4bc9f">getObjTypeByIdx</a> (<a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> idx, <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;type_name) const</td></tr>
<tr class="separator:a109d2428307af12670d5e32aa3d4bc9f inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a011442df22e7f4933260150c98d7c18c inherit pub_methods_class_h5_1_1_h5_location" id="r_a011442df22e7f4933260150c98d7c18c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a011442df22e7f4933260150c98d7c18c">getObjinfo</a> (const char *name, <a class="el" href="_h5public_8h.html#ad470b00eccd2115c707c02de5fa1120d">hbool_t</a> follow_link, <a class="el" href="struct_h5_g__stat__t.html">H5G_stat_t</a> &amp;statbuf) const</td></tr>
<tr class="separator:a011442df22e7f4933260150c98d7c18c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afcd71b04ffffd2dc3df863d939e67e30 inherit pub_methods_class_h5_1_1_h5_location" id="r_afcd71b04ffffd2dc3df863d939e67e30"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#afcd71b04ffffd2dc3df863d939e67e30">getObjinfo</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, <a class="el" href="_h5public_8h.html#ad470b00eccd2115c707c02de5fa1120d">hbool_t</a> follow_link, <a class="el" href="struct_h5_g__stat__t.html">H5G_stat_t</a> &amp;statbuf) const</td></tr>
<tr class="separator:afcd71b04ffffd2dc3df863d939e67e30 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aabe02b95a3180f8c71cf6a6a6b40416c inherit pub_methods_class_h5_1_1_h5_location" id="r_aabe02b95a3180f8c71cf6a6a6b40416c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aabe02b95a3180f8c71cf6a6a6b40416c">getObjinfo</a> (const char *name, <a class="el" href="struct_h5_g__stat__t.html">H5G_stat_t</a> &amp;statbuf) const</td></tr>
<tr class="separator:aabe02b95a3180f8c71cf6a6a6b40416c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a069dffb1bfcc9e2f5793e9656b2d5e97 inherit pub_methods_class_h5_1_1_h5_location" id="r_a069dffb1bfcc9e2f5793e9656b2d5e97"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a069dffb1bfcc9e2f5793e9656b2d5e97">getObjinfo</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, <a class="el" href="struct_h5_g__stat__t.html">H5G_stat_t</a> &amp;statbuf) const</td></tr>
<tr class="separator:a069dffb1bfcc9e2f5793e9656b2d5e97 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a479bdfa38610b3b5a09d9cfbbf24602c inherit pub_methods_class_h5_1_1_h5_location" id="r_a479bdfa38610b3b5a09d9cfbbf24602c"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a479bdfa38610b3b5a09d9cfbbf24602c">iterateElems</a> (const char *name, int *idx, <a class="el" href="_h5_gpublic_8h.html#aa2bdcd48141dd7db6e4a6d2534801697">H5G_iterate_t</a> op, void *op_data)</td></tr>
<tr class="separator:a479bdfa38610b3b5a09d9cfbbf24602c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a15e9ece54538c0b2ba669ce487d4e754 inherit pub_methods_class_h5_1_1_h5_location" id="r_a15e9ece54538c0b2ba669ce487d4e754"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a15e9ece54538c0b2ba669ce487d4e754">iterateElems</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, int *idx, <a class="el" href="_h5_gpublic_8h.html#aa2bdcd48141dd7db6e4a6d2534801697">H5G_iterate_t</a> op, void *op_data)</td></tr>
<tr class="separator:a15e9ece54538c0b2ba669ce487d4e754 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a845f8458d7018ac0d384b471ee0e1d1d inherit pub_methods_class_h5_1_1_h5_location" id="r_a845f8458d7018ac0d384b471ee0e1d1d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a845f8458d7018ac0d384b471ee0e1d1d">link</a> (const char *target_name, const char *link_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a845f8458d7018ac0d384b471ee0e1d1d inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1d7d588c48fa5c70d838271824e37b63 inherit pub_methods_class_h5_1_1_h5_location" id="r_a1d7d588c48fa5c70d838271824e37b63"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a1d7d588c48fa5c70d838271824e37b63">link</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;target_name, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;link_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a1d7d588c48fa5c70d838271824e37b63 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2cefc83bcb2c70f5d418ea5d34788cdc inherit pub_methods_class_h5_1_1_h5_location" id="r_a2cefc83bcb2c70f5d418ea5d34788cdc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a2cefc83bcb2c70f5d418ea5d34788cdc">link</a> (const char *curr_name, const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;new_loc, const char *new_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a2cefc83bcb2c70f5d418ea5d34788cdc inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adb471ad7e170e9a8f19dfcf390fec7b6 inherit pub_methods_class_h5_1_1_h5_location" id="r_adb471ad7e170e9a8f19dfcf390fec7b6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#adb471ad7e170e9a8f19dfcf390fec7b6">link</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;curr_name, const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;new_loc, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;new_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:adb471ad7e170e9a8f19dfcf390fec7b6 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a594827af14cb67aabb7fd9a8f5be7b57 inherit pub_methods_class_h5_1_1_h5_location" id="r_a594827af14cb67aabb7fd9a8f5be7b57"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a594827af14cb67aabb7fd9a8f5be7b57">link</a> (const char *curr_name, const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> same_loc, const char *new_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a594827af14cb67aabb7fd9a8f5be7b57 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab6cc62e0a6bd6ac4e2e032be978be6ef inherit pub_methods_class_h5_1_1_h5_location" id="r_ab6cc62e0a6bd6ac4e2e032be978be6ef"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ab6cc62e0a6bd6ac4e2e032be978be6ef">link</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;curr_name, const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> same_loc, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;new_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:ab6cc62e0a6bd6ac4e2e032be978be6ef inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7235310eac4c5c59ef0c0cb3ea92837c inherit pub_methods_class_h5_1_1_h5_location" id="r_a7235310eac4c5c59ef0c0cb3ea92837c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a7235310eac4c5c59ef0c0cb3ea92837c">link</a> (<a class="el" href="_h5_lpublic_8h.html#a1e3c5d37c60e7a59b0179e26a4094a48">H5L_type_t</a> link_type, const char *curr_name, const char *new_name) const</td></tr>
<tr class="separator:a7235310eac4c5c59ef0c0cb3ea92837c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad786e2f951b9634504870e5e8a53a5da inherit pub_methods_class_h5_1_1_h5_location" id="r_ad786e2f951b9634504870e5e8a53a5da"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ad786e2f951b9634504870e5e8a53a5da">link</a> (<a class="el" href="_h5_lpublic_8h.html#a1e3c5d37c60e7a59b0179e26a4094a48">H5L_type_t</a> link_type, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;curr_name, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;new_name) const</td></tr>
<tr class="separator:ad786e2f951b9634504870e5e8a53a5da inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a691bf93d225de96ed59ab2081ffaf593 inherit pub_methods_class_h5_1_1_h5_location" id="r_a691bf93d225de96ed59ab2081ffaf593"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a691bf93d225de96ed59ab2081ffaf593">unlink</a> (const char *link_name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a691bf93d225de96ed59ab2081ffaf593 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a31549ff86c790a59bdbf57deb1cc720e inherit pub_methods_class_h5_1_1_h5_location" id="r_a31549ff86c790a59bdbf57deb1cc720e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a31549ff86c790a59bdbf57deb1cc720e">unlink</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;link_name, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a31549ff86c790a59bdbf57deb1cc720e inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad443b50438f2d8a461c135145b1ec5b1 inherit pub_methods_class_h5_1_1_h5_location" id="r_ad443b50438f2d8a461c135145b1ec5b1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ad443b50438f2d8a461c135145b1ec5b1">mount</a> (const char *name, const <a class="el" href="class_h5_1_1_h5_file.html">H5File</a> &amp;child, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist) const</td></tr>
<tr class="separator:ad443b50438f2d8a461c135145b1ec5b1 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3bfa9bc0b7b4cce18fcc84e43538fd2f inherit pub_methods_class_h5_1_1_h5_location" id="r_a3bfa9bc0b7b4cce18fcc84e43538fd2f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a3bfa9bc0b7b4cce18fcc84e43538fd2f">mount</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name, const <a class="el" href="class_h5_1_1_h5_file.html">H5File</a> &amp;child, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist) const</td></tr>
<tr class="separator:a3bfa9bc0b7b4cce18fcc84e43538fd2f inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae09b0dcfd726a556d5d65a0d4400da62 inherit pub_methods_class_h5_1_1_h5_location" id="r_ae09b0dcfd726a556d5d65a0d4400da62"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ae09b0dcfd726a556d5d65a0d4400da62">unmount</a> (const char *name) const</td></tr>
<tr class="separator:ae09b0dcfd726a556d5d65a0d4400da62 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7e22c0f5247af50825ffb867a2e8ba80 inherit pub_methods_class_h5_1_1_h5_location" id="r_a7e22c0f5247af50825ffb867a2e8ba80"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a7e22c0f5247af50825ffb867a2e8ba80">unmount</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a7e22c0f5247af50825ffb867a2e8ba80 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4903d4193fdb6a8730eaecbd6c9e41f9 inherit pub_methods_class_h5_1_1_h5_location" id="r_a4903d4193fdb6a8730eaecbd6c9e41f9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a4903d4193fdb6a8730eaecbd6c9e41f9">copyLink</a> (const char *src_name, const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;dst, const char *dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a4903d4193fdb6a8730eaecbd6c9e41f9 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae3f54f4b79b0692450926707ff44582f inherit pub_methods_class_h5_1_1_h5_location" id="r_ae3f54f4b79b0692450926707ff44582f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ae3f54f4b79b0692450926707ff44582f">copyLink</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;src_name, const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;dst, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:ae3f54f4b79b0692450926707ff44582f inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab1698c48a6857307bbeed81b845fe375 inherit pub_methods_class_h5_1_1_h5_location" id="r_ab1698c48a6857307bbeed81b845fe375"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ab1698c48a6857307bbeed81b845fe375">copyLink</a> (const char *src_name, const char *dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:ab1698c48a6857307bbeed81b845fe375 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a21553c03b077979007ed2cc75b5b70a7 inherit pub_methods_class_h5_1_1_h5_location" id="r_a21553c03b077979007ed2cc75b5b70a7"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a21553c03b077979007ed2cc75b5b70a7">copyLink</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;src_name, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a21553c03b077979007ed2cc75b5b70a7 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2ea4c23b57d66f11608b6e0d4ee5bee4 inherit pub_methods_class_h5_1_1_h5_location" id="r_a2ea4c23b57d66f11608b6e0d4ee5bee4"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a2ea4c23b57d66f11608b6e0d4ee5bee4">moveLink</a> (const char *src_name, const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;dst, const char *dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a2ea4c23b57d66f11608b6e0d4ee5bee4 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acbd9a759a3b316e11b5c055418a58451 inherit pub_methods_class_h5_1_1_h5_location" id="r_acbd9a759a3b316e11b5c055418a58451"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#acbd9a759a3b316e11b5c055418a58451">moveLink</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;src_name, const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;dst, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:acbd9a759a3b316e11b5c055418a58451 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5dab35b1bfcca90dae281950469829e9 inherit pub_methods_class_h5_1_1_h5_location" id="r_a5dab35b1bfcca90dae281950469829e9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5dab35b1bfcca90dae281950469829e9">moveLink</a> (const char *src_name, const char *dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a5dab35b1bfcca90dae281950469829e9 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a047814ea13799efa6ace318ac914b5bc inherit pub_methods_class_h5_1_1_h5_location" id="r_a047814ea13799efa6ace318ac914b5bc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a047814ea13799efa6ace318ac914b5bc">moveLink</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;src_name, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;dst_name, const <a class="el" href="class_h5_1_1_link_creat_prop_list.html">LinkCreatPropList</a> &amp;lcpl=<a class="el" href="class_h5_1_1_link_creat_prop_list.html#a018f6d174b04c91a4eca27f16c819fd1">LinkCreatPropList::DEFAULT</a>, const <a class="el" href="class_h5_1_1_link_acc_prop_list.html">LinkAccPropList</a> &amp;lapl=<a class="el" href="class_h5_1_1_link_acc_prop_list.html#a3b968b673bee76df37a66399f3d977c4">LinkAccPropList::DEFAULT</a>) const</td></tr>
<tr class="separator:a047814ea13799efa6ace318ac914b5bc inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab8322f4878c3cf3f144f6c4bc9e873c1 inherit pub_methods_class_h5_1_1_h5_location" id="r_ab8322f4878c3cf3f144f6c4bc9e873c1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ab8322f4878c3cf3f144f6c4bc9e873c1">move</a> (const char *src, const char *dst) const</td></tr>
<tr class="separator:ab8322f4878c3cf3f144f6c4bc9e873c1 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7419e931ae49b34b4e5d8d1c14fa3c43 inherit pub_methods_class_h5_1_1_h5_location" id="r_a7419e931ae49b34b4e5d8d1c14fa3c43"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a7419e931ae49b34b4e5d8d1c14fa3c43">move</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;src, const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;dst) const</td></tr>
<tr class="separator:a7419e931ae49b34b4e5d8d1c14fa3c43 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9ba81e4e740236d21f3699872e82f41e inherit pub_methods_class_h5_1_1_h5_location" id="r_a9ba81e4e740236d21f3699872e82f41e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a9ba81e4e740236d21f3699872e82f41e">H5Location</a> ()</td></tr>
<tr class="separator:a9ba81e4e740236d21f3699872e82f41e inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pub_methods_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a></td></tr>
<tr class="memitem:aaa982b0a0eba28a3c45c8703b50b2cdc inherit pub_methods_class_h5_1_1_id_component" id="r_aaa982b0a0eba28a3c45c8703b50b2cdc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#aaa982b0a0eba28a3c45c8703b50b2cdc">incRefCount</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> obj_id) const</td></tr>
<tr class="separator:aaa982b0a0eba28a3c45c8703b50b2cdc inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68f1f3d122061267fc7ba9ff26a8e116 inherit pub_methods_class_h5_1_1_id_component" id="r_a68f1f3d122061267fc7ba9ff26a8e116"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a68f1f3d122061267fc7ba9ff26a8e116">incRefCount</a> () const</td></tr>
<tr class="separator:a68f1f3d122061267fc7ba9ff26a8e116 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af6fd1ad4b3de42fd56c1af67bafc16bb inherit pub_methods_class_h5_1_1_id_component" id="r_af6fd1ad4b3de42fd56c1af67bafc16bb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#af6fd1ad4b3de42fd56c1af67bafc16bb">decRefCount</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> obj_id) const</td></tr>
<tr class="separator:af6fd1ad4b3de42fd56c1af67bafc16bb inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ef8ed7ea6de87c0efd63545807ffa19 inherit pub_methods_class_h5_1_1_id_component" id="r_a8ef8ed7ea6de87c0efd63545807ffa19"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a8ef8ed7ea6de87c0efd63545807ffa19">decRefCount</a> () const</td></tr>
<tr class="separator:a8ef8ed7ea6de87c0efd63545807ffa19 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3d474b97d3fcdb866c662b7c45afc101 inherit pub_methods_class_h5_1_1_id_component" id="r_a3d474b97d3fcdb866c662b7c45afc101"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a3d474b97d3fcdb866c662b7c45afc101">getCounter</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> obj_id) const</td></tr>
<tr class="separator:a3d474b97d3fcdb866c662b7c45afc101 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9e1c79c2f7ea65f480003c4162ade647 inherit pub_methods_class_h5_1_1_id_component" id="r_a9e1c79c2f7ea65f480003c4162ade647"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a9e1c79c2f7ea65f480003c4162ade647">getCounter</a> () const</td></tr>
<tr class="separator:a9e1c79c2f7ea65f480003c4162ade647 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab7818457e11039a6720b8daa491a2a23 inherit pub_methods_class_h5_1_1_id_component" id="r_ab7818457e11039a6720b8daa491a2a23"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_ipublic_8h.html#a13afe14178faf81b89fa2167e7ab832b">H5I_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#ab7818457e11039a6720b8daa491a2a23">getHDFObjType</a> () const</td></tr>
<tr class="separator:ab7818457e11039a6720b8daa491a2a23 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a296e6802a14ff5802ebd1cbdd8111d8e inherit pub_methods_class_h5_1_1_id_component" id="r_a296e6802a14ff5802ebd1cbdd8111d8e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_id_component.html">IdComponent</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a296e6802a14ff5802ebd1cbdd8111d8e">operator=</a> (const <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a> &amp;rhs)</td></tr>
<tr class="separator:a296e6802a14ff5802ebd1cbdd8111d8e inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af2cb88c7456b7e40fcda2f3f438162cd inherit pub_methods_class_h5_1_1_id_component" id="r_af2cb88c7456b7e40fcda2f3f438162cd"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#af2cb88c7456b7e40fcda2f3f438162cd">setId</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> new_id)</td></tr>
<tr class="separator:af2cb88c7456b7e40fcda2f3f438162cd inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad73041310c0799fde5df3017a21062a8 inherit pub_methods_class_h5_1_1_id_component" id="r_ad73041310c0799fde5df3017a21062a8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#ad73041310c0799fde5df3017a21062a8">inMemFunc</a> (const char *func_name) const</td></tr>
<tr class="separator:ad73041310c0799fde5df3017a21062a8 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a714d6f959f80fb0085d70258816d1c6d inherit pub_methods_class_h5_1_1_id_component" id="r_a714d6f959f80fb0085d70258816d1c6d"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a714d6f959f80fb0085d70258816d1c6d">~IdComponent</a> ()=default</td></tr>
<tr class="separator:a714d6f959f80fb0085d70258816d1c6d inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_common_f_g"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pub_methods_class_h5_1_1_common_f_g')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_common_f_g.html">CommonFG</a></td></tr>
<tr class="memitem:a260e1c5b5ee8e2a4c16bc692542f819c inherit pub_methods_class_h5_1_1_common_f_g" id="r_a260e1c5b5ee8e2a4c16bc692542f819c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_type.html">DataType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a260e1c5b5ee8e2a4c16bc692542f819c">openDataType</a> (const char *name) const</td></tr>
<tr class="separator:a260e1c5b5ee8e2a4c16bc692542f819c inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a522a5e8bb2e4ce2bdf35d9695376d3d8 inherit pub_methods_class_h5_1_1_common_f_g" id="r_a522a5e8bb2e4ce2bdf35d9695376d3d8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_type.html">DataType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a522a5e8bb2e4ce2bdf35d9695376d3d8">openDataType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a522a5e8bb2e4ce2bdf35d9695376d3d8 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad223acf93bc03ebd9193e724ac17cd37 inherit pub_methods_class_h5_1_1_common_f_g" id="r_ad223acf93bc03ebd9193e724ac17cd37"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_array_type.html">ArrayType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#ad223acf93bc03ebd9193e724ac17cd37">openArrayType</a> (const char *name) const</td></tr>
<tr class="separator:ad223acf93bc03ebd9193e724ac17cd37 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a90a0abffaf64a100780ae691038f37ef inherit pub_methods_class_h5_1_1_common_f_g" id="r_a90a0abffaf64a100780ae691038f37ef"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_array_type.html">ArrayType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a90a0abffaf64a100780ae691038f37ef">openArrayType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a90a0abffaf64a100780ae691038f37ef inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a786bd7ca06b3ce5631cc3feaacc0f496 inherit pub_methods_class_h5_1_1_common_f_g" id="r_a786bd7ca06b3ce5631cc3feaacc0f496"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_comp_type.html">CompType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a786bd7ca06b3ce5631cc3feaacc0f496">openCompType</a> (const char *name) const</td></tr>
<tr class="separator:a786bd7ca06b3ce5631cc3feaacc0f496 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4218e5f75a75f0fa80c943c97d88054a inherit pub_methods_class_h5_1_1_common_f_g" id="r_a4218e5f75a75f0fa80c943c97d88054a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_comp_type.html">CompType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a4218e5f75a75f0fa80c943c97d88054a">openCompType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a4218e5f75a75f0fa80c943c97d88054a inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1ec8bdae89e9a50e6e07a82b80c8e5c9 inherit pub_methods_class_h5_1_1_common_f_g" id="r_a1ec8bdae89e9a50e6e07a82b80c8e5c9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_enum_type.html">EnumType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a1ec8bdae89e9a50e6e07a82b80c8e5c9">openEnumType</a> (const char *name) const</td></tr>
<tr class="separator:a1ec8bdae89e9a50e6e07a82b80c8e5c9 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae928ed14cc21245483ea9689a09cda2d inherit pub_methods_class_h5_1_1_common_f_g" id="r_ae928ed14cc21245483ea9689a09cda2d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_enum_type.html">EnumType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#ae928ed14cc21245483ea9689a09cda2d">openEnumType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:ae928ed14cc21245483ea9689a09cda2d inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae4f753cccaea675546737b149c78adee inherit pub_methods_class_h5_1_1_common_f_g" id="r_ae4f753cccaea675546737b149c78adee"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_int_type.html">IntType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#ae4f753cccaea675546737b149c78adee">openIntType</a> (const char *name) const</td></tr>
<tr class="separator:ae4f753cccaea675546737b149c78adee inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a25a772d82e6427874f85a687563de287 inherit pub_methods_class_h5_1_1_common_f_g" id="r_a25a772d82e6427874f85a687563de287"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_int_type.html">IntType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a25a772d82e6427874f85a687563de287">openIntType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a25a772d82e6427874f85a687563de287 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9b753b79696b8cc89ad19886687a8e5d inherit pub_methods_class_h5_1_1_common_f_g" id="r_a9b753b79696b8cc89ad19886687a8e5d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_float_type.html">FloatType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a9b753b79696b8cc89ad19886687a8e5d">openFloatType</a> (const char *name) const</td></tr>
<tr class="separator:a9b753b79696b8cc89ad19886687a8e5d inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20801b62f3003e8358d1de3159e0352b inherit pub_methods_class_h5_1_1_common_f_g" id="r_a20801b62f3003e8358d1de3159e0352b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_float_type.html">FloatType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a20801b62f3003e8358d1de3159e0352b">openFloatType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a20801b62f3003e8358d1de3159e0352b inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a78d7c5e4b6801ac4ff7aaf2375a00067 inherit pub_methods_class_h5_1_1_common_f_g" id="r_a78d7c5e4b6801ac4ff7aaf2375a00067"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_str_type.html">StrType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a78d7c5e4b6801ac4ff7aaf2375a00067">openStrType</a> (const char *name) const</td></tr>
<tr class="separator:a78d7c5e4b6801ac4ff7aaf2375a00067 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afc2c98eb539b2a6855de34f2f88ec455 inherit pub_methods_class_h5_1_1_common_f_g" id="r_afc2c98eb539b2a6855de34f2f88ec455"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_str_type.html">StrType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#afc2c98eb539b2a6855de34f2f88ec455">openStrType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:afc2c98eb539b2a6855de34f2f88ec455 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0c7625065224ca9c00ed59e060a52f9f inherit pub_methods_class_h5_1_1_common_f_g" id="r_a0c7625065224ca9c00ed59e060a52f9f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_var_len_type.html">VarLenType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a0c7625065224ca9c00ed59e060a52f9f">openVarLenType</a> (const char *name) const</td></tr>
<tr class="separator:a0c7625065224ca9c00ed59e060a52f9f inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9a28b13a740d506b5426d26e336b3deb inherit pub_methods_class_h5_1_1_common_f_g" id="r_a9a28b13a740d506b5426d26e336b3deb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_var_len_type.html">VarLenType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a9a28b13a740d506b5426d26e336b3deb">openVarLenType</a> (const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;name) const</td></tr>
<tr class="separator:a9a28b13a740d506b5426d26e336b3deb inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1f65126fc7ed8d134f1f503946230766 inherit pub_methods_class_h5_1_1_common_f_g" id="r_a1f65126fc7ed8d134f1f503946230766"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#a1f65126fc7ed8d134f1f503946230766">CommonFG</a> ()</td></tr>
<tr class="separator:a1f65126fc7ed8d134f1f503946230766 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa5baa1eaba864ba9b5d28713f330f8e0 inherit pub_methods_class_h5_1_1_common_f_g" id="r_aa5baa1eaba864ba9b5d28713f330f8e0"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_common_f_g.html#aa5baa1eaba864ba9b5d28713f330f8e0">~CommonFG</a> ()=default</td></tr>
<tr class="separator:aa5baa1eaba864ba9b5d28713f330f8e0 inherit pub_methods_class_h5_1_1_common_f_g"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pro-methods" name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:aa9f8a5ef0ac0007c6ae942e03ecaa906" id="r_aa9f8a5ef0ac0007c6ae942e03ecaa906"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#aa9f8a5ef0ac0007c6ae942e03ecaa906">p_setId</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> new_id) override</td></tr>
<tr class="separator:aa9f8a5ef0ac0007c6ae942e03ecaa906"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_class_h5_1_1_h5_object"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_methods_class_h5_1_1_h5_object')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="class_h5_1_1_h5_object.html">H5Object</a></td></tr>
<tr class="memitem:a15b3ef12498b7ec709e876eb89df61d0 inherit pro_methods_class_h5_1_1_h5_object" id="r_a15b3ef12498b7ec709e876eb89df61d0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a15b3ef12498b7ec709e876eb89df61d0">H5Object</a> ()</td></tr>
<tr class="separator:a15b3ef12498b7ec709e876eb89df61d0 inherit pro_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a83649f1faaaca2694d8ad553bd641373 inherit pro_methods_class_h5_1_1_h5_object" id="r_a83649f1faaaca2694d8ad553bd641373"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_object.html#a83649f1faaaca2694d8ad553bd641373">~H5Object</a> () override=default</td></tr>
<tr class="separator:a83649f1faaaca2694d8ad553bd641373 inherit pro_methods_class_h5_1_1_h5_object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_class_h5_1_1_h5_location"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_methods_class_h5_1_1_h5_location')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a></td></tr>
<tr class="memitem:ad4194ff1bceb751e8e249eee1c0660dc inherit pro_methods_class_h5_1_1_h5_location" id="r_ad4194ff1bceb751e8e249eee1c0660dc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ad4194ff1bceb751e8e249eee1c0660dc">p_reference</a> (void *ref, const char *name, <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> space_id, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type) const</td></tr>
<tr class="separator:ad4194ff1bceb751e8e249eee1c0660dc inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4271dc9461e2b95164591799c36dffad inherit pro_methods_class_h5_1_1_h5_location" id="r_a4271dc9461e2b95164591799c36dffad"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a4271dc9461e2b95164591799c36dffad">p_dereference</a> (<a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> loc_id, const void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist, const char *from_func)</td></tr>
<tr class="separator:a4271dc9461e2b95164591799c36dffad inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a02160fa223f6b333ecefaf706c40f951 inherit pro_methods_class_h5_1_1_h5_location" id="r_a02160fa223f6b333ecefaf706c40f951"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_gpublic_8h.html#a4ee921b13233a7c297b81a49022a1dd6">H5G_obj_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a02160fa223f6b333ecefaf706c40f951">p_get_obj_type</a> (void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type) const</td></tr>
<tr class="separator:a02160fa223f6b333ecefaf706c40f951 inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab496939d08367da3e66d8c83a1b3275a inherit pro_methods_class_h5_1_1_h5_location" id="r_ab496939d08367da3e66d8c83a1b3275a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_opublic_8h.html#a929ff459574495f461657f6be804cdec">H5O_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ab496939d08367da3e66d8c83a1b3275a">p_get_ref_obj_type</a> (void *ref, <a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a> ref_type) const</td></tr>
<tr class="separator:ab496939d08367da3e66d8c83a1b3275a inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20371f889fa86a9cdd46861556e30936 inherit pro_methods_class_h5_1_1_h5_location" id="r_a20371f889fa86a9cdd46861556e30936"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a20371f889fa86a9cdd46861556e30936">~H5Location</a> () override=default</td></tr>
<tr class="separator:a20371f889fa86a9cdd46861556e30936 inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_methods_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a></td></tr>
<tr class="memitem:a451c0471e69ff48f14c4e26f8a0856a7 inherit pro_methods_class_h5_1_1_id_component" id="r_a451c0471e69ff48f14c4e26f8a0856a7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a451c0471e69ff48f14c4e26f8a0856a7">IdComponent</a> ()</td></tr>
<tr class="separator:a451c0471e69ff48f14c4e26f8a0856a7 inherit pro_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a212a32d32b740516ef3ee0be8b82b5eb inherit pro_methods_class_h5_1_1_id_component" id="r_a212a32d32b740516ef3ee0be8b82b5eb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a212a32d32b740516ef3ee0be8b82b5eb">p_get_file_name</a> () const</td></tr>
<tr class="separator:a212a32d32b740516ef3ee0be8b82b5eb inherit pro_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pub_static_methods_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a></td></tr>
<tr class="memitem:abc3fbcf4fff6fdc48838675a8db06253 inherit pub_static_methods_class_h5_1_1_id_component" id="r_abc3fbcf4fff6fdc48838675a8db06253"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="_h5_ipublic_8h.html#a13afe14178faf81b89fa2167e7ab832b">H5I_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#abc3fbcf4fff6fdc48838675a8db06253">getHDFObjType</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> obj_id)</td></tr>
<tr class="separator:abc3fbcf4fff6fdc48838675a8db06253 inherit pub_static_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad101d2b666ffdd27c1888559cb48862e inherit pub_static_methods_class_h5_1_1_id_component" id="r_ad101d2b666ffdd27c1888559cb48862e"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#ad101d2b666ffdd27c1888559cb48862e">getNumMembers</a> (<a class="el" href="_h5_ipublic_8h.html#a13afe14178faf81b89fa2167e7ab832b">H5I_type_t</a> type)</td></tr>
<tr class="separator:ad101d2b666ffdd27c1888559cb48862e inherit pub_static_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac121ded620518cc83d13cbe0eed6648e inherit pub_static_methods_class_h5_1_1_id_component" id="r_ac121ded620518cc83d13cbe0eed6648e"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#ac121ded620518cc83d13cbe0eed6648e">isValid</a> (<a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> an_id)</td></tr>
<tr class="separator:ac121ded620518cc83d13cbe0eed6648e inherit pub_static_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abad7a77fcb34ef1721f640c5a35fae2d inherit pub_static_methods_class_h5_1_1_id_component" id="r_abad7a77fcb34ef1721f640c5a35fae2d"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#abad7a77fcb34ef1721f640c5a35fae2d">typeExists</a> (<a class="el" href="_h5_ipublic_8h.html#a13afe14178faf81b89fa2167e7ab832b">H5I_type_t</a> type)</td></tr>
<tr class="separator:abad7a77fcb34ef1721f640c5a35fae2d inherit pub_static_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_static_methods_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_static_methods_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Static Protected Member Functions inherited from <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a></td></tr>
<tr class="memitem:a64f606acad8935a5fdc1fc6434742176 inherit pro_static_methods_class_h5_1_1_id_component" id="r_a64f606acad8935a5fdc1fc6434742176"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a64f606acad8935a5fdc1fc6434742176">p_valid_id</a> (const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> obj_id)</td></tr>
<tr class="separator:a64f606acad8935a5fdc1fc6434742176 inherit pro_static_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_static_attribs_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_static_attribs_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Static Protected Attributes inherited from <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a></td></tr>
<tr class="memitem:a824f3faa415dac39709767ca4a9dbb11 inherit pro_static_attribs_class_h5_1_1_id_component" id="r_a824f3faa415dac39709767ca4a9dbb11"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a824f3faa415dac39709767ca4a9dbb11">H5dontAtexit_called</a></td></tr>
<tr class="separator:a824f3faa415dac39709767ca4a9dbb11 inherit pro_static_attribs_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a7e478c67e5ff95bddc485d251576614c" name="a7e478c67e5ff95bddc485d251576614c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7e478c67e5ff95bddc485d251576614c">&#9670;&#160;</a></span>Group() <span class="overload">[1/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_h5_1_1_group.html">Group</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>loc</em>, </span></td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const void *</td>          <td class="paramname"><span class="paramname"><em>ref</em>, </span></td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="_h5_rpublic_8h.html#a7d148ddc165e65b01efabfd738ac056e">H5R_type_t</a></td>          <td class="paramname"><span class="paramname"><em>ref_type</em><span class="paramdefsep"> = </span><span class="paramdefval"><a class="el" href="_h5_rpublic_8h.html#ae1ffa09875ca6778df3a577592dacbd2">H5R_OBJECT</a></span>, </span></td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>plist</em><span class="paramdefsep"> = </span><span class="paramdefval"><a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a></span></span>&#160;)</td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="a0b29b9393b4b6856ac75b759f4166c13" name="a0b29b9393b4b6856ac75b759f4166c13"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0b29b9393b4b6856ac75b759f4166c13">&#9670;&#160;</a></span>Group() <span class="overload">[2/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_h5_1_1_group.html">Group</a> </td>
          <td>(</td>
          <td class="paramname"><span class="paramname"></span></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="afa0350e4e9444888d3548719e67aca6a" name="afa0350e4e9444888d3548719e67aca6a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afa0350e4e9444888d3548719e67aca6a">&#9670;&#160;</a></span>Group() <span class="overload">[3/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_h5_1_1_group.html">Group</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>original</em></span></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="af640b440f7e27c3c70c8aeb42cc8e660" name="af640b440f7e27c3c70c8aeb42cc8e660"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af640b440f7e27c3c70c8aeb42cc8e660">&#9670;&#160;</a></span>~Group()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual ~<a class="el" href="class_h5_1_1_group.html">Group</a> </td>
          <td>(</td>
          <td class="paramname"><span class="paramname"></span></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a id="a4ed5dc02f4eebc2b4086fd53220dd730" name="a4ed5dc02f4eebc2b4086fd53220dd730"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4ed5dc02f4eebc2b4086fd53220dd730">&#9670;&#160;</a></span>Group() <span class="overload">[4/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_h5_1_1_group.html">Group</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a></td>          <td class="paramname"><span class="paramname"><em>group_id</em></span></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a547c58c858ce4a8fdfd32b25523f4c03" name="a547c58c858ce4a8fdfd32b25523f4c03"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a547c58c858ce4a8fdfd32b25523f4c03">&#9670;&#160;</a></span>close()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void close </td>
          <td>(</td>
          <td class="paramname"><span class="paramname"></span></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implements <a class="el" href="class_h5_1_1_id_component.html#af6ee7eacbde6b379b68d954e44f6e549">IdComponent</a>.</p>

<p>Reimplemented in <a class="el" href="class_h5_1_1_h5_file.html#a547c58c858ce4a8fdfd32b25523f4c03">H5File</a>.</p>

</div>
</div>
<a id="a3e935d6a6c913c3928701d0813184808" name="a3e935d6a6c913c3928701d0813184808"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3e935d6a6c913c3928701d0813184808">&#9670;&#160;</a></span>closeObjId()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void closeObjId </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a></td>          <td class="paramname"><span class="paramname"><em>obj_id</em></span></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="a71c2693398514fad4828112c9d21554b" name="a71c2693398514fad4828112c9d21554b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a71c2693398514fad4828112c9d21554b">&#9670;&#160;</a></span>fromClass()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> fromClass </td>
          <td>(</td>
          <td class="paramname"><span class="paramname"></span></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns this class name. </p>

<p>Reimplemented from <a class="el" href="class_h5_1_1_id_component.html#adbe305aad1494f55c636a5bb2af2ac3c">IdComponent</a>.</p>

<p>Reimplemented in <a class="el" href="class_h5_1_1_h5_file.html#a71c2693398514fad4828112c9d21554b">H5File</a>.</p>

</div>
</div>
<a id="aa5eda254838615bd58b46e86bfbb717f" name="aa5eda254838615bd58b46e86bfbb717f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa5eda254838615bd58b46e86bfbb717f">&#9670;&#160;</a></span>getId()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> getId </td>
          <td>(</td>
          <td class="paramname"><span class="paramname"></span></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implements <a class="el" href="class_h5_1_1_h5_object.html#a5c94f9c5a415d63425adfce78f2c23bf">H5Object</a>.</p>

<p>Reimplemented in <a class="el" href="class_h5_1_1_h5_file.html#aa5eda254838615bd58b46e86bfbb717f">H5File</a>.</p>

</div>
</div>
<a id="ad476ef94a1fe81f5cc1fb4ca9e08a647" name="ad476ef94a1fe81f5cc1fb4ca9e08a647"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad476ef94a1fe81f5cc1fb4ca9e08a647">&#9670;&#160;</a></span>getLocId()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> getLocId </td>
          <td>(</td>
          <td class="paramname"><span class="paramname"></span></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">
<p>For subclasses, <a class="el" href="class_h5_1_1_h5_file.html" title="Class H5File represents an HDF5 file and inherits from class Group as file is a root group.">H5File</a> and <a class="el" href="class_h5_1_1_group.html" title="Class Group represents an HDF5 group.">Group</a>, to return the correct object id, i.e. file or group id. </p>

<p>Implements <a class="el" href="class_h5_1_1_common_f_g.html#a9948a505a15d8f2d20ef3c6828b99b01">CommonFG</a>.</p>

<p>Reimplemented in <a class="el" href="class_h5_1_1_h5_file.html#ad476ef94a1fe81f5cc1fb4ca9e08a647">H5File</a>.</p>

</div>
</div>
<a id="a229810034cc99e1d839b1c3d99142301" name="a229810034cc99e1d839b1c3d99142301"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a229810034cc99e1d839b1c3d99142301">&#9670;&#160;</a></span>getNumObjs()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="_h5public_8h.html#a7f81cce70fb546af88da24d9285d3c1c">hsize_t</a> getNumObjs </td>
          <td>(</td>
          <td class="paramname"><span class="paramname"></span></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="a4126f09c0b3f3d0df18b02f574db727b" name="a4126f09c0b3f3d0df18b02f574db727b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4126f09c0b3f3d0df18b02f574db727b">&#9670;&#160;</a></span>getObjId() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> getObjId </td>
          <td>(</td>
          <td class="paramtype">const char *</td>          <td class="paramname"><span class="paramname"><em>name</em>, </span></td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>plist</em><span class="paramdefsep"> = </span><span class="paramdefval"><a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a></span></span>&#160;) const</td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="af4bc2d1242370e15d596c05a78f6ba11" name="af4bc2d1242370e15d596c05a78f6ba11"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af4bc2d1242370e15d596c05a78f6ba11">&#9670;&#160;</a></span>getObjId() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a> getObjId </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>name</em>, </span></td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>plist</em><span class="paramdefsep"> = </span><span class="paramdefval"><a class="el" href="class_h5_1_1_prop_list.html#a5b68b4892eb2eff8946c3ea40babca0a">PropList::DEFAULT</a></span></span>&#160;) const</td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="a6ff7f01b3310ed9e9a27dd84475562db" name="a6ff7f01b3310ed9e9a27dd84475562db"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6ff7f01b3310ed9e9a27dd84475562db">&#9670;&#160;</a></span>operator=()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_h5_1_1_group.html">Group</a> &amp; operator= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_group.html">Group</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>original</em></span></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a id="aa9f8a5ef0ac0007c6ae942e03ecaa906" name="aa9f8a5ef0ac0007c6ae942e03ecaa906"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa9f8a5ef0ac0007c6ae942e03ecaa906">&#9670;&#160;</a></span>p_setId()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void p_setId </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="_h5_ipublic_8h.html#a0045db7ff9c22ad35db6ae91662e1943">hid_t</a></td>          <td class="paramname"><span class="paramname"><em>new_id</em></span></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">protected</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implements <a class="el" href="class_h5_1_1_h5_object.html#a831245c4132d511f861d24ad7efefbaf">H5Object</a>.</p>

<p>Reimplemented in <a class="el" href="class_h5_1_1_h5_file.html#aa9f8a5ef0ac0007c6ae942e03ecaa906">H5File</a>.</p>

</div>
</div>
<a id="a9632b93aae9e41ee40bbb1c6e70cf46b" name="a9632b93aae9e41ee40bbb1c6e70cf46b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9632b93aae9e41ee40bbb1c6e70cf46b">&#9670;&#160;</a></span>throwException()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void throwException </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>func_name</em>, </span></td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="_h5_exception_8h.html#a5c3fdf56d98d169f63f1b114803db592">H5std_string</a> &amp;</td>          <td class="paramname"><span class="paramname"><em>msg</em></span>&#160;) const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>For subclasses, <a class="el" href="class_h5_1_1_h5_file.html" title="Class H5File represents an HDF5 file and inherits from class Group as file is a root group.">H5File</a> and <a class="el" href="class_h5_1_1_group.html" title="Class Group represents an HDF5 group.">Group</a>, to throw appropriate exception. </p>

<p>Reimplemented from <a class="el" href="class_h5_1_1_h5_location.html#a660ad74ec78f74e35f8ed372d27d9a80">H5Location</a>.</p>

<p>Reimplemented in <a class="el" href="class_h5_1_1_h5_file.html#a9632b93aae9e41ee40bbb1c6e70cf46b">H5File</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>c++/src/<a class="el" href="_h5_group_8h.html">H5Group.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="namespace_h5.html">H5</a></li><li class="navelem"><a class="el" href="class_h5_1_1_group.html">Group</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.10.0 </li>
  </ul>
</div>
</body>
</html>