HDF5  1.12.0
Data Structures | Macros | Typedefs | Functions
H5FDfamily.c File Reference
#include "H5FDdrvr_module.h"
#include "H5private.h"
#include "H5CXprivate.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5FDprivate.h"
#include "H5FDfamily.h"
#include "H5Iprivate.h"
#include "H5MMprivate.h"
#include "H5Pprivate.h"

Data Structures

struct  H5FD_family_t
 
struct  H5FD_family_fapl_t
 

Macros

#define H5FD_FAM_MEMB_NAME_BUF_SIZE   4096
 

Typedefs

typedef struct H5FD_family_t H5FD_family_t
 
typedef struct H5FD_family_fapl_t H5FD_family_fapl_t
 

Functions

hid_t H5FD_family_init (void)
 
herr_t H5Pset_fapl_family (hid_t fapl_id, hsize_t msize, hid_t memb_fapl_id)
 
herr_t H5Pget_fapl_family (hid_t fapl_id, hsize_t *msize, hid_t *memb_fapl_id)
 

Macro Definition Documentation

◆ H5FD_FAM_MEMB_NAME_BUF_SIZE

#define H5FD_FAM_MEMB_NAME_BUF_SIZE   4096

Typedef Documentation

◆ H5FD_family_fapl_t

◆ H5FD_family_t

typedef struct H5FD_family_t H5FD_family_t

Function Documentation

◆ H5FD_family_init()

hid_t H5FD_family_init ( void  )

◆ H5Pget_fapl_family()

herr_t H5Pget_fapl_family ( hid_t  fapl_id,
hsize_t msize,
hid_t memb_fapl_id 
)

◆ H5Pset_fapl_family()

herr_t H5Pset_fapl_family ( hid_t  fapl_id,
hsize_t  msize,
hid_t  memb_fapl_id 
)