H5Idestroy_type
(
H5I_type_t type
)
type
and all IDs within that type.
H5Idestroy_type
deletes an entire ID type.
All IDs of this type are destroyed and no new IDs of this type
can be registered.
The type’s free function is called on all of the IDs which are deleted by this function, freeing their memory. In addition, all memory used by this type’s hash table is freed.
Since the H5I_type_t values of destroyed ID types
are reused when new types are registered,
it is a good idea to set the variable holding the value
of the destroyed type to H5I_UNINIT
.
H5I_type_t type |
IN: Identifier of ID type which is to be destroyed |