![]() |
HDF
4.4.0
API Reference
|
#include <hdf/src/hfile_priv.h>
Data Fields | |
| char * | path |
| hdf_file_t | file |
| uint16 | maxref |
| int | access |
| int | refcount |
| int | attach |
| int | version_set |
| version_t | version |
| int32 | f_cur_off |
| fileop_t | last_op |
| int | cache |
| int | dirty |
| int32 | f_end_off |
| struct ddblock_t * | ddhead |
| struct ddblock_t * | ddlast |
| struct ddblock_t * | ddnull |
| int32 | ddnull_idx |
| TBBT_TREE * | tag_tree |
| int | an_num [4] |
| TBBT_TREE * | an_tree [4] |
| int access |
| int an_num[4] |
| TBBT_TREE* an_tree[4] |
| int attach |
| int cache |
| struct ddblock_t* ddhead |
| struct ddblock_t* ddlast |
| struct ddblock_t* ddnull |
| int32 ddnull_idx |
| int dirty |
| int32 f_cur_off |
| int32 f_end_off |
| hdf_file_t file |
| fileop_t last_op |
| uint16 maxref |
| char* path |
| int refcount |
| TBBT_TREE* tag_tree |
| version_t version |
| int version_set |