HDF5  1.12.0
Data Structures | Macros | Typedefs | Functions
H5VLpassthru.h File Reference
#include "H5VLpublic.h"

Go to the source code of this file.

Data Structures

struct  H5VL_pass_through_info_t
 

Macros

#define H5VL_PASSTHRU   (H5VL_pass_through_register())
 
#define H5VL_PASSTHRU_NAME   "pass_through"
 
#define H5VL_PASSTHRU_VALUE   505 /* VOL connector ID */
 
#define H5VL_PASSTHRU_VERSION   0
 

Typedefs

typedef struct H5VL_pass_through_info_t H5VL_pass_through_info_t
 

Functions

H5_DLL hid_t H5VL_pass_through_register (void)
 

Macro Definition Documentation

◆ H5VL_PASSTHRU

#define H5VL_PASSTHRU   (H5VL_pass_through_register())

◆ H5VL_PASSTHRU_NAME

#define H5VL_PASSTHRU_NAME   "pass_through"

◆ H5VL_PASSTHRU_VALUE

#define H5VL_PASSTHRU_VALUE   505 /* VOL connector ID */

◆ H5VL_PASSTHRU_VERSION

#define H5VL_PASSTHRU_VERSION   0

Typedef Documentation

◆ H5VL_pass_through_info_t

Function Documentation

◆ H5VL_pass_through_register()

H5_DLL hid_t H5VL_pass_through_register ( void  )