Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
H5O_info1_t Struct Reference

#include <src/H5Opublic.h>

Detailed Description

Information struct for object (For H5Oget_info(), H5Oget_info_by_name(), H5Oget_info_by_idx() versions 1 & 2.)

+ Collaboration diagram for H5O_info1_t:

Data Fields

unsigned long fileno
 
haddr_t addr
 
H5O_type_t type
 
unsigned rc
 
time_t atime
 
time_t mtime
 
time_t ctime
 
time_t btime
 
hsize_t num_attrs
 
H5O_hdr_info_t hdr
 
struct { 
 
   H5_ih_info_t   obj 
 
   H5_ih_info_t   attr 
 
meta_size 
 

Field Documentation

◆ addr

haddr_t addr

Object address in file

◆ atime

time_t atime

Access time

◆ attr

v2 B-tree & heap for attributes

◆ btime

time_t btime

Birth time

◆ ctime

time_t ctime

Change time

◆ fileno

unsigned long fileno

File number that object is located in

◆ hdr

Object header information

◆ [struct]

struct { ... } meta_size

◆ mtime

time_t mtime

Modification time

◆ num_attrs

hsize_t num_attrs

Number of attributes attached to object

◆ obj

v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets

◆ rc

unsigned rc

Reference count of object

◆ type

H5O_type_t type

Basic object type (group, dataset, etc.)


The documentation for this struct was generated from the following file: