HDF5  1.12.0
Functions
H5Tcommit.c File Reference
#include "H5Tmodule.h"
#include "H5private.h"
#include "H5ACprivate.h"
#include "H5CXprivate.h"
#include "H5Eprivate.h"
#include "H5FLprivate.h"
#include "H5FOprivate.h"
#include "H5Iprivate.h"
#include "H5Lprivate.h"
#include "H5MMprivate.h"
#include "H5Oprivate.h"
#include "H5Pprivate.h"
#include "H5Tpkg.h"
#include "H5VLprivate.h"

Functions

 H5FL_EXTERN (H5VL_t)
 
 H5FL_EXTERN (H5VL_object_t)
 
herr_t H5Tcommit2 (hid_t loc_id, const char *name, hid_t type_id, hid_t lcpl_id, hid_t tcpl_id, hid_t tapl_id)
 
herr_t H5T__commit_named (const H5G_loc_t *loc, const char *name, H5T_t *dt, hid_t lcpl_id, hid_t tcpl_id)
 
herr_t H5Tcommit_anon (hid_t loc_id, hid_t type_id, hid_t tcpl_id, hid_t tapl_id)
 
herr_t H5T__commit_anon (H5F_t *file, H5T_t *type, hid_t tcpl_id)
 
herr_t H5T__commit (H5F_t *file, H5T_t *type, hid_t tcpl_id)
 
htri_t H5Tcommitted (hid_t type_id)
 
int H5T_link (const H5T_t *type, int adjust)
 
hid_t H5Topen2 (hid_t loc_id, const char *name, hid_t tapl_id)
 
hid_t H5Tget_create_plist (hid_t dtype_id)
 
herr_t H5Tflush (hid_t type_id)
 
herr_t H5Trefresh (hid_t type_id)
 
hid_t H5T__get_create_plist (const H5T_t *type)
 
H5T_tH5T__open_name (const H5G_loc_t *loc, const char *name)
 
H5T_tH5T_open (const H5G_loc_t *loc)
 
herr_t H5T_update_shared (H5T_t *dt)
 
H5T_tH5T_construct_datatype (H5VL_object_t *vol_obj)
 
H5VL_object_tH5T_get_named_type (const H5T_t *dt)
 
H5T_tH5T_get_actual_type (H5T_t *dt)
 
herr_t H5T_save_refresh_state (hid_t tid, H5O_shared_t *cached_H5O_shared)
 
herr_t H5T_restore_refresh_state (hid_t tid, H5O_shared_t *cached_H5O_shared)
 
hbool_t H5T_already_vol_managed (const H5T_t *dt)
 

Function Documentation

◆ H5FL_EXTERN() [1/2]

H5FL_EXTERN ( H5VL_object_t  )

◆ H5FL_EXTERN() [2/2]

H5FL_EXTERN ( H5VL_t  )

◆ H5T__commit()

herr_t H5T__commit ( H5F_t file,
H5T_t type,
hid_t  tcpl_id 
)

◆ H5T__commit_anon()

herr_t H5T__commit_anon ( H5F_t file,
H5T_t type,
hid_t  tcpl_id 
)

◆ H5T__commit_named()

herr_t H5T__commit_named ( const H5G_loc_t loc,
const char *  name,
H5T_t dt,
hid_t  lcpl_id,
hid_t  tcpl_id 
)

◆ H5T__get_create_plist()

hid_t H5T__get_create_plist ( const H5T_t type)

◆ H5T__open_name()

H5T_t* H5T__open_name ( const H5G_loc_t loc,
const char *  name 
)

◆ H5T_already_vol_managed()

hbool_t H5T_already_vol_managed ( const H5T_t dt)

◆ H5T_construct_datatype()

H5T_t* H5T_construct_datatype ( H5VL_object_t vol_obj)

◆ H5T_get_actual_type()

H5T_t* H5T_get_actual_type ( H5T_t dt)

◆ H5T_get_named_type()

H5VL_object_t* H5T_get_named_type ( const H5T_t dt)

◆ H5T_link()

int H5T_link ( const H5T_t type,
int  adjust 
)

◆ H5T_open()

H5T_t* H5T_open ( const H5G_loc_t loc)

◆ H5T_restore_refresh_state()

herr_t H5T_restore_refresh_state ( hid_t  tid,
H5O_shared_t cached_H5O_shared 
)

◆ H5T_save_refresh_state()

herr_t H5T_save_refresh_state ( hid_t  tid,
H5O_shared_t cached_H5O_shared 
)

◆ H5T_update_shared()

herr_t H5T_update_shared ( H5T_t dt)

◆ H5Tcommit2()

herr_t H5Tcommit2 ( hid_t  loc_id,
const char *  name,
hid_t  type_id,
hid_t  lcpl_id,
hid_t  tcpl_id,
hid_t  tapl_id 
)

◆ H5Tcommit_anon()

herr_t H5Tcommit_anon ( hid_t  loc_id,
hid_t  type_id,
hid_t  tcpl_id,
hid_t  tapl_id 
)

◆ H5Tcommitted()

htri_t H5Tcommitted ( hid_t  type_id)

◆ H5Tflush()

herr_t H5Tflush ( hid_t  type_id)

◆ H5Tget_create_plist()

hid_t H5Tget_create_plist ( hid_t  dtype_id)

◆ H5Topen2()

hid_t H5Topen2 ( hid_t  loc_id,
const char *  name,
hid_t  tapl_id 
)

◆ H5Trefresh()

herr_t H5Trefresh ( hid_t  type_id)