hdf5.H5Fpublic

Undocumented in source.

Members

Aliases

H5F_flush_cb_t
alias H5F_flush_cb_t = int function(c_long, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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_file_space_type_t
enum H5F_file_space_type_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(const(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.
H5Fformat_convert
herr_t H5Fformat_convert(hid_t fid)
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_free_sections
ssize_t H5Fget_free_sections(hid_t file_id, H5F_mem_t type, size_t nsects, H5F_sect_info_t* sect_info)
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_info1
herr_t H5Fget_info1(hid_t obj_id, H5F_info1_t* finfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_info2
herr_t H5Fget_info2(hid_t obj_id, H5F_info2_t* finfo)
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_config
herr_t H5Fget_mdc_config(hid_t file_id, H5AC_cache_config_t* config_ptr)
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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_mdc_logging_status
herr_t H5Fget_mdc_logging_status(hid_t file_id, hbool_t* is_enabled, hbool_t* is_currently_logging)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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_metadata_read_retry_info
herr_t H5Fget_metadata_read_retry_info(hid_t file_id, H5F_retry_info_t* info)
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(const(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, const(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(const(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_mdc_config
herr_t H5Fset_mdc_config(hid_t file_id, H5AC_cache_config_t* config_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fstart_mdc_logging
herr_t H5Fstart_mdc_logging(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.
H5Fstart_swmr_write
herr_t H5Fstart_swmr_write(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.
H5Fstop_mdc_logging
herr_t H5Fstop_mdc_logging(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.
H5Funmount
herr_t H5Funmount(hid_t loc, const(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_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_SWMR_READ
enum H5F_ACC_SWMR_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_ACC_SWMR_WRITE
enum H5F_ACC_SWMR_WRITE;
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_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_info1_t
struct H5F_info1_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_info2_t
struct H5F_info2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_retry_info_t
struct H5F_retry_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_sect_info_t
struct H5F_sect_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