hdf5.H5Fpublic

Undocumented in source.

Members

Enums

H5F_close_degree_t
enum H5F_close_degree_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_libver_t
enum H5F_libver_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_mem_t
enum H5F_mem_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_scope_t
enum H5F_scope_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

H5Fclear_elink_file_cache
herr_t H5Fclear_elink_file_cache(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fclose
herr_t H5Fclose(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fcreate
hid_t H5Fcreate(char* filename, uint flags, hid_t create_plist, hid_t access_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fflush
herr_t H5Fflush(hid_t object_id, H5F_scope_t _scope)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_access_plist
hid_t H5Fget_access_plist(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_create_plist
hid_t H5Fget_create_plist(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_file_image
ssize_t H5Fget_file_image(hid_t file_id, void* buf_ptr, size_t buf_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_filesize
herr_t H5Fget_filesize(hid_t file_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_freespace
hssize_t H5Fget_freespace(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_info
herr_t H5Fget_info(hid_t obj_id, H5F_info_t* bh_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_intent
herr_t H5Fget_intent(hid_t file_id, uint* intent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_mdc_hit_rate
herr_t H5Fget_mdc_hit_rate(hid_t file_id, double* hit_rate_ptr)

herr_t H5Fget_mdc_config(hid_t file_id, H5AC_cache_config_t * config_ptr); herr_t H5Fset_mdc_config(hid_t file_id, H5AC_cache_config_t * config_ptr);

H5Fget_mdc_size
herr_t H5Fget_mdc_size(hid_t file_id, size_t* max_size_ptr, size_t* min_clean_size_ptr, size_t* cur_size_ptr, int* cur_num_entries_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_mpi_atomicity
herr_t H5Fget_mpi_atomicity(hid_t file_id, hbool_t* flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_name
ssize_t H5Fget_name(hid_t obj_id, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_obj_count
ssize_t H5Fget_obj_count(hid_t file_id, uint types)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_obj_ids
ssize_t H5Fget_obj_ids(hid_t file_id, uint types, size_t max_objs, hid_t* obj_id_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_vfd_handle
herr_t H5Fget_vfd_handle(hid_t file_id, hid_t fapl, void** file_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fis_hdf5
htri_t H5Fis_hdf5(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fmount
herr_t H5Fmount(hid_t loc, char* name, hid_t child, hid_t plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fopen
hid_t H5Fopen(char* filename, uint flags, hid_t access_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Freopen
hid_t H5Freopen(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Freset_mdc_hit_rate_stats
herr_t H5Freset_mdc_hit_rate_stats(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fset_mpi_atomicity
herr_t H5Fset_mpi_atomicity(hid_t file_id, hbool_t flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Funmount
herr_t H5Funmount(hid_t loc, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

H5F_ACC_CREAT
enum H5F_ACC_CREAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_ACC_DEBUG
enum H5F_ACC_DEBUG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_ACC_DEFAULT
enum H5F_ACC_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_ACC_EXCL
enum H5F_ACC_EXCL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_ACC_RDONLY
enum H5F_ACC_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_ACC_RDWR
enum H5F_ACC_RDWR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_ACC_TRUNC
enum H5F_ACC_TRUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_FAMILY_DEFAULT
enum H5F_FAMILY_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_MPIO_DEBUG_KEY
enum H5F_MPIO_DEBUG_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_OBJ_ALL
enum H5F_OBJ_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_OBJ_ATTR
enum H5F_OBJ_ATTR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_OBJ_DATASET
enum H5F_OBJ_DATASET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_OBJ_DATATYPE
enum H5F_OBJ_DATATYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_OBJ_FILE
enum H5F_OBJ_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_OBJ_GROUP
enum H5F_OBJ_GROUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_OBJ_LOCAL
enum H5F_OBJ_LOCAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_UNLIMITED
enum H5F_UNLIMITED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

H5F_info_t
struct H5F_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta