Deserializes a string into a connector object token
Procedure:
H5O_TOKEN_FROM_STR ( loc_id, token_str, token )
Signature:
herr_t H5Otoken_from_str ( hid_t loc_id, const char *token_str, H5O_token_t *token )
Parameters:
hid_t loc_id | IN: Location identifier of the object |
const char *token_str | IN: Object token string |
H5O_token_t *token | OUT: Connector object token |
Description:
H5O_TOKEN_FROM_STR deserializes a string, token_str
, into a connector object token, token
, for the object specified by the location identifier, loc_id
.
Returns:
Returns a non-negative on success.
Returns a negative on failure.
Example:
History:
Release | Change |
---|
1.12.0 | The function was introduced in this release. |
--- Last Modified: March 17, 2020 | 12:50 PM