|
subroutine | h5vlregister_connector_by_name_f (name, vol_id, hdferr, vipl_id) |
| Registers a new VOL connector as a member of the virtual object layer class by name. More...
|
|
subroutine | h5vlregister_connector_by_value_f (connector_value, vol_id, hdferr, vipl_id) |
| Registers a new VOL connector by value. More...
|
|
subroutine | h5vlis_connector_registered_by_name_f (name, registered, hdferr) |
| Determines whether a VOL class has been registered or not ccording to a specified connector name. More...
|
|
subroutine | h5vlis_connector_registered_by_value_f (value, registered, hdferr) |
| Determines whether a VOL class has been registered or not according to a specified connector value (ID). More...
|
|
subroutine | h5vlget_connector_id_f (obj_id, vol_id, hdferr) |
| Retrieves the ID for a registered VOL connector. More...
|
|
subroutine | h5vlget_connector_id_by_name_f (name, vol_id, hdferr) |
| Retrieves the ID for a registered VOL connector. More...
|
|
subroutine | h5vlget_connector_id_by_value_f (value, vol_id, hdferr) |
| Retrieves the ID for a registered VOL connector. More...
|
|
subroutine | h5vlget_connector_name_f (obj_id, name, hdferr, name_len) |
| Retrieves a connector name for a VOL. More...
|
|
subroutine | h5vlclose_f (vol_id, hdferr) |
| Closes a VOL connector ID. More...
|
|
subroutine | h5vlunregister_connector_f (plugin_id, hdferr) |
| Removes a VOL connector ID from the library. More...
|
|
subroutine | h5vlnative_addr_to_token_f (loc_id, addr, token, hdferr) |
| Retrieves the token representation from an address for a location identifier. More...
|
|
subroutine | h5vlnative_token_to_addr_f (loc_id, token, addr, hdferr) |
| Retrieves the object address from a token representation for a location identifier. More...
|
|