 |
HDF5
1.12.0
|
Go to the documentation of this file.
17 #ifndef _H5RSprivate_H
18 #define _H5RSprivate_H
24 #include "H5RSpublic.h"
int ssize_t
Definition: H5public.h:167
H5_DLL ssize_t H5RS_len(const H5RS_str_t *rs)
Definition: H5RS.c:421
char * s
Definition: H5RS.c:28
H5_DLL int H5RS_cmp(const H5RS_str_t *rs1, const H5RS_str_t *rs2)
Definition: H5RS.c:387
H5_DLL H5RS_str_t * H5RS_create(const char *s)
Definition: H5RS.c:100
H5_DLL H5RS_str_t * H5RS_wrap(const char *s)
Definition: H5RS.c:140
H5_DLL H5RS_str_t * H5RS_dup(H5RS_str_t *s)
Definition: H5RS.c:304
H5_DLL herr_t H5RS_incr(H5RS_str_t *rs)
Definition: H5RS.c:260
H5_DLL H5RS_str_t * H5RS_dup_str(const char *s)
Definition: H5RS.c:336
H5_DLL herr_t H5RS_decr(H5RS_str_t *rs)
Definition: H5RS.c:222
H5_DLL H5RS_str_t * H5RS_own(char *s)
Definition: H5RS.c:182
H5_DLL unsigned H5RS_get_count(const H5RS_str_t *rs)
Definition: H5RS.c:487
H5_DLL char * H5RS_get_str(const H5RS_str_t *rs)
Definition: H5RS.c:455
#define H5_DLL
Definition: H5api_adpt.h:234
int herr_t
Definition: H5public.h:128