HDF5  1.12.0
Data Structures | Typedefs | Variables
H5Gbtree2.c File Reference
#include "H5Gmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Gpkg.h"
#include "H5MMprivate.h"

Data Structures

struct  H5G_fh_ud_cmp_t
 

Typedefs

typedef struct H5G_fh_ud_cmp_t H5G_fh_ud_cmp_t
 

Variables

const H5B2_class_t H5G_BT2_NAME [1]
 
const H5B2_class_t H5G_BT2_CORDER [1]
 

Typedef Documentation

◆ H5G_fh_ud_cmp_t

Variable Documentation

◆ H5G_BT2_CORDER

const H5B2_class_t H5G_BT2_CORDER[1]
Initial value:
={{
"H5B2_GRP_DENSE_CORDER_ID",
NULL,
NULL,
H5G_dense_btree2_corder_store,
H5G_dense_btree2_corder_compare,
H5G_dense_btree2_corder_encode,
H5G_dense_btree2_corder_decode,
H5G_dense_btree2_corder_debug
}}

◆ H5G_BT2_NAME

const H5B2_class_t H5G_BT2_NAME[1]
Initial value:
={{
"H5B2_GRP_DENSE_NAME_ID",
NULL,
NULL,
H5G_dense_btree2_name_store,
H5G__dense_btree2_name_compare,
H5G_dense_btree2_name_encode,
H5G_dense_btree2_name_decode,
H5G_dense_btree2_name_debug
}}
H5G_dense_bt2_corder_rec_t
struct H5G_dense_bt2_corder_rec_t H5G_dense_bt2_corder_rec_t
H5B2_GRP_DENSE_NAME_ID
@ H5B2_GRP_DENSE_NAME_ID
Definition: H5B2private.h:48
H5B2_GRP_DENSE_CORDER_ID
@ H5B2_GRP_DENSE_CORDER_ID
Definition: H5B2private.h:49
H5G_dense_bt2_name_rec_t
struct H5G_dense_bt2_name_rec_t H5G_dense_bt2_name_rec_t