Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5O_TOKEN_FROM_STR

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_idIN: Location identifier of the object
const char *token_strIN: Object token string
H5O_token_t *tokenOUT: 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:
ReleaseChange
1.12.0The function was introduced in this release.

--- Last Modified: March 17, 2020 | 12:50 PM