![]() |
HDF5
1.12.0
|
#include "H5private.h"#include "H5Eprivate.h"#include "H5MMprivate.h"#include "H5VLnative_private.h"Functions | |
| herr_t | H5VL__native_token_cmp (void H5_ATTR_UNUSED *obj, const H5O_token_t *token1, const H5O_token_t *token2, int *cmp_value) |
| herr_t | H5VL__native_token_to_str (void *obj, H5I_type_t obj_type, const H5O_token_t *token, char **token_str) |
| herr_t | H5VL__native_str_to_token (void *obj, H5I_type_t obj_type, const char *token_str, H5O_token_t *token) |
| herr_t H5VL__native_str_to_token | ( | void * | obj, |
| H5I_type_t | obj_type, | ||
| const char * | token_str, | ||
| H5O_token_t * | token | ||
| ) |
| herr_t H5VL__native_token_cmp | ( | void H5_ATTR_UNUSED * | obj, |
| const H5O_token_t * | token1, | ||
| const H5O_token_t * | token2, | ||
| int * | cmp_value | ||
| ) |
| herr_t H5VL__native_token_to_str | ( | void * | obj, |
| H5I_type_t | obj_type, | ||
| const H5O_token_t * | token, | ||
| char ** | token_str | ||
| ) |
1.8.18