Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Content Layer
id1195548671
Content Column
width50.00001%
id1195578110
classrm_pagetree_col mobile-hide
Content Block
id1195578111
 
Content Column
width50.00001%
id1195548673
classhdf-rm-main-column
Content Block
id1195548672

Include Content
render-without-blockstrue
page.rm-navbar
HTML Wrap
classhdf-print-only

Page Title

HTML Wrap
classhdf-rm-summary-block

Hdf rm anchor
AnchorNamesummary

Excerpt

 Recursively visits all links starting from a specified group

HTML Wrap
classhdf-rm-content-block

Hdf rm anchor
AnchorNamesignature

Signature:
HTML Wrap
classhdf-rm-section
HTML Wrap
classhdf-togglebox hdf-c

HTML Add Class
hdf-togglebutton-visible
hdf-togglebutton-visible
selector.hdf-togglebutton.hdf-c

HTML
<pre><code class="language-c">herr_t H5Lvisit_by_name ( hid_t loc_id, const char *group_name, H5_index_t idx_type,
    H5_iter_order_t order, H5L_iterate_t op, void *op_data, hid_t lapl_id )</code></pre>
Comment
HTML Wrap
classhdf-togglebox hdf-fortran hdf-togglebox-hidden

HTML Add Class
hdf-togglebutton-visible
hdf-togglebutton-visible
selector.hdf-togglebutton.hdf-fortran

HTML
<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
Comment
HTML Wrap
classhdf-togglebox hdf-cxx hdf-togglebox-hidden

HTML Add Class
hdf-togglebutton-visible
hdf-togglebutton-visible
selector.hdf-togglebutton.hdf-cxx

HTML
<pre><code class="language-cpp">Replace this text with the C++ Function Signature</code></pre>
Comment
HTML Wrap
classhdf-togglebox hdf-java hdf-togglebox-hidden

HTML Add Class
hdf-togglebutton-visible
hdf-togglebutton-visible
selector.hdf-togglebutton.hdf-java

HTML
<pre><code class="language-java">Replace this text with the JAVA Function Signature</code></pre>

Hdf rm anchor
AnchorNamedescription

Description:
HTML Wrap
classhdf-rm-section

H5L_VISIT_BY_NAME is a macro that is mapped to either:

 Such macros are provided to facilitate application compatibility. Their use and mappings are fully described in API Compatibility Macros in HDF5.

If the library and/or application is compiled for Release 1.12 emulation, H5L_VISIT_BY_NAME  NAME  will be mapped to H5L_VISIT_BY_NAME2 and H5L_VISIT_BY_NAME1NAME1 is deprecated. With earlier versions, H5L_VISIT_BY_NAME is mapped to H5L_VISIVISIT_BY_NAME1NAME1.

Specific compile-time compatibility flags and the resulting mappings are as follows:

No compatibility flag

H5L_VISIT_BY_NAME2 (using 1.12 source)

H5L_VISIT_BY_NAME (see H5L_VISIT_BY_NAME1) (using 1.10 or 1.8 source)

Emulate Release 1.12H5L_VISIT_BY_NAME2
Emulate Release 1.8 or 1.10 interface H5L_VISIT_BY_NAME1

Hdf rm anchor
AnchorNamehistory

History:
HTML Wrap
classhdf-rm-section
ReleaseChange
1.12.0

The function H5L_VISIT_BY_NAME was renamed to H5L_VISIT_BY_NAME1 and deprecated in this release.The macro H5L_VISIT_BY_NAME and the function H5L_VISIT_BY_NAME2 were introduced in this release.