HDF5  1.12.0
Functions | Variables
H5Snone.c File Reference
#include "H5Smodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Iprivate.h"
#include "H5Spkg.h"
#include "H5VMprivate.h"

Functions

htri_t H5S__none_intersect_block (const H5S_t H5_ATTR_UNUSED *space, const hsize_t H5_ATTR_UNUSED *start, const hsize_t H5_ATTR_UNUSED *end)
 
herr_t H5S_select_none (H5S_t *space)
 
herr_t H5Sselect_none (hid_t spaceid)
 

Variables

const H5S_select_class_t H5S_sel_none [1]
 

Function Documentation

◆ H5S__none_intersect_block()

htri_t H5S__none_intersect_block ( const H5S_t H5_ATTR_UNUSED space,
const hsize_t H5_ATTR_UNUSED start,
const hsize_t H5_ATTR_UNUSED end 
)

◆ H5S_select_none()

herr_t H5S_select_none ( H5S_t space)

◆ H5Sselect_none()

herr_t H5Sselect_none ( hid_t  spaceid)

Variable Documentation

◆ H5S_sel_none

const H5S_select_class_t H5S_sel_none[1]
Initial value:
= {{
H5S__none_copy,
H5S__none_release,
H5S__none_is_valid,
H5S__none_serial_size,
H5S__none_serialize,
H5S__none_deserialize,
H5S__none_bounds,
H5S__none_offset,
H5S__none_unlim_dim,
NULL,
H5S__none_is_contiguous,
H5S__none_is_single,
H5S__none_is_regular,
H5S__none_shape_same,
H5S__none_adjust_u,
H5S__none_adjust_s,
H5S__none_project_scalar,
H5S__none_project_simple,
H5S__none_iter_init,
}}
H5S__none_intersect_block
htri_t H5S__none_intersect_block(const H5S_t H5_ATTR_UNUSED *space, const hsize_t H5_ATTR_UNUSED *start, const hsize_t H5_ATTR_UNUSED *end)
Definition: H5Snone.c:913
H5S_SEL_NONE
@ H5S_SEL_NONE
Definition: H5Spublic.h:85