HDF5  1.12.0
H5FDstdio.c File Reference

Data Structures

struct  H5FD_stdio_t
 

Typedefs

typedef struct H5FD_stdio_t H5FD_stdio_t
 

Enumerations

enum  H5FD_stdio_file_op { H5FD_STDIO_OP_UNKNOWN =0, H5FD_STDIO_OP_READ =1, H5FD_STDIO_OP_WRITE =2, H5FD_STDIO_OP_SEEK =3 }
 

Functions

hid_t H5FD_stdio_init (void)
 
herr_t H5Pset_fapl_stdio (hid_t fapl_id)
 

Typedef Documentation

◆ H5FD_stdio_t

typedef struct H5FD_stdio_t H5FD_stdio_t

Enumeration Type Documentation

◆ H5FD_stdio_file_op

Enumerator
H5FD_STDIO_OP_UNKNOWN 
H5FD_STDIO_OP_READ 
H5FD_STDIO_OP_WRITE 
H5FD_STDIO_OP_SEEK 

Function Documentation

◆ H5FD_stdio_init()

hid_t H5FD_stdio_init ( void  )

References H5Eclear2(), H5I_VFL, and H5Iget_type().

◆ H5Pset_fapl_stdio()

herr_t H5Pset_fapl_stdio ( hid_t  fapl_id)