![]() |
HDF5
1.12.0
|
#include "H5CXmodule.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Dprivate.h"#include "H5Eprivate.h"#include "H5FLprivate.h"#include "H5Iprivate.h"#include "H5Lprivate.h"#include "H5MMprivate.h"#include "H5Pprivate.h"Data Structures | |
| struct | H5CX_t |
| struct | H5CX_node_t |
| struct | H5CX_dxpl_cache_t |
| struct | H5CX_lcpl_cache_t |
| struct | H5CX_lapl_cache_t |
| struct | H5CX_dcpl_cache_t |
| struct | H5CX_dapl_cache_t |
| struct | H5CX_fapl_cache_t |
Macros | |
| #define | H5CX_get_my_context() (&H5CX_head_g) |
| #define | H5CX_RETRIEVE_PLIST(PL, FAILVAL) |
| #define | H5CX_RETRIEVE_PROP_COMMON(PL, DEF_PL, PROP_NAME, PROP_FIELD) |
| #define | H5CX_RETRIEVE_PROP_VALID(PL, DEF_PL, PROP_NAME, PROP_FIELD) |
Typedefs | |
| typedef struct H5CX_t | H5CX_t |
| typedef struct H5CX_node_t | H5CX_node_t |
| typedef struct H5CX_dxpl_cache_t | H5CX_dxpl_cache_t |
| typedef struct H5CX_lcpl_cache_t | H5CX_lcpl_cache_t |
| typedef struct H5CX_lapl_cache_t | H5CX_lapl_cache_t |
| typedef struct H5CX_dcpl_cache_t | H5CX_dcpl_cache_t |
| typedef struct H5CX_dapl_cache_t | H5CX_dapl_cache_t |
| typedef struct H5CX_fapl_cache_t | H5CX_fapl_cache_t |
Variables | |
| hbool_t | H5_PKG_INIT_VAR = FALSE |
| #define H5CX_get_my_context | ( | ) | (&H5CX_head_g) |
| #define H5CX_RETRIEVE_PLIST | ( | PL, | |
| FAILVAL | |||
| ) |
| #define H5CX_RETRIEVE_PROP_COMMON | ( | PL, | |
| DEF_PL, | |||
| PROP_NAME, | |||
| PROP_FIELD | |||
| ) |
| #define H5CX_RETRIEVE_PROP_VALID | ( | PL, | |
| DEF_PL, | |||
| PROP_NAME, | |||
| PROP_FIELD | |||
| ) |
| typedef struct H5CX_dapl_cache_t H5CX_dapl_cache_t |
| typedef struct H5CX_dcpl_cache_t H5CX_dcpl_cache_t |
| typedef struct H5CX_dxpl_cache_t H5CX_dxpl_cache_t |
| typedef struct H5CX_fapl_cache_t H5CX_fapl_cache_t |
| typedef struct H5CX_lapl_cache_t H5CX_lapl_cache_t |
| typedef struct H5CX_lcpl_cache_t H5CX_lcpl_cache_t |
| typedef struct H5CX_node_t H5CX_node_t |
| herr_t H5CX__init_package | ( | void | ) |
| herr_t H5CX_free_state | ( | H5CX_state_t * | api_state | ) |
| herr_t H5CX_get_bkgr_buf | ( | void ** | bkgr_buf | ) |
| herr_t H5CX_get_data_transform | ( | H5Z_data_xform_t ** | data_transform | ) |
| herr_t H5CX_get_dt_conv_cb | ( | H5T_conv_cb_t * | dt_conv_cb | ) |
| hid_t H5CX_get_dxpl | ( | void | ) |
| herr_t H5CX_get_encoding | ( | H5T_cset_t * | encoding | ) |
| herr_t H5CX_get_ext_file_prefix | ( | const char ** | extfile_prefix | ) |
| hid_t H5CX_get_lapl | ( | void | ) |
| herr_t H5CX_get_libver_bounds | ( | H5F_libver_t * | low_bound, |
| H5F_libver_t * | high_bound | ||
| ) |
| H5AC_ring_t H5CX_get_ring | ( | void | ) |
| haddr_t H5CX_get_tag | ( | void | ) |
| herr_t H5CX_get_tconv_buf | ( | void ** | tconv_buf | ) |
| herr_t H5CX_get_vds_prefix | ( | const char ** | vds_prefix | ) |
| herr_t H5CX_get_vlen_alloc_info | ( | H5T_vlen_alloc_info_t * | vl_alloc_info | ) |
| herr_t H5CX_get_vol_connector_prop | ( | H5VL_connector_prop_t * | vol_connector_prop | ) |
| herr_t H5CX_get_vol_wrap_ctx | ( | void ** | vol_wrap_ctx | ) |
| hbool_t H5CX_is_def_dxpl | ( | void | ) |
| herr_t H5CX_pop | ( | void | ) |
| herr_t H5CX_push | ( | void | ) |
| void H5CX_push_special | ( | void | ) |
| herr_t H5CX_restore_state | ( | const H5CX_state_t * | api_state | ) |
| herr_t H5CX_retrieve_state | ( | H5CX_state_t ** | api_state | ) |
| herr_t H5CX_set_apl | ( | hid_t * | acspl_id, |
| const H5P_libclass_t * | libclass, | ||
| hid_t H5_ATTR_UNUSED | loc_id, | ||
| hbool_t H5_ATTR_UNUSED | is_collective | ||
| ) |
| void H5CX_set_dcpl | ( | hid_t | dcpl_id | ) |
| void H5CX_set_dxpl | ( | hid_t | dxpl_id | ) |
| void H5CX_set_lapl | ( | hid_t | lapl_id | ) |
| void H5CX_set_lcpl | ( | hid_t | lcpl_id | ) |
| herr_t H5CX_set_loc | ( | hid_t H5_ATTR_UNUSED | loc_id | ) |
| void H5CX_set_ring | ( | H5AC_ring_t | ring | ) |
| void H5CX_set_tag | ( | haddr_t | tag | ) |
| herr_t H5CX_set_vlen_alloc_info | ( | H5MM_allocate_t | alloc_func, |
| void * | alloc_info, | ||
| H5MM_free_t | free_func, | ||
| void * | free_info | ||
| ) |
| herr_t H5CX_set_vol_connector_prop | ( | const H5VL_connector_prop_t * | vol_connector_prop | ) |
| herr_t H5CX_set_vol_wrap_ctx | ( | void * | vol_wrap_ctx | ) |
| int H5CX_term_package | ( | void | ) |
| H5FL_DEFINE_STATIC | ( | H5CX_node_t | ) |
| H5FL_DEFINE_STATIC | ( | H5CX_state_t | ) |
1.8.18