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_info2_t Struct Reference

#include <src/H5Opublic.h>

Detailed Description

Data model information struct for objects (For H5Oget_info(), H5Oget_info_by_name(), H5Oget_info_by_idx() version 3)

+ Collaboration diagram for H5O_info2_t:

Data Fields

unsigned long fileno
 
H5O_token_t token
 
H5O_type_t type
 
unsigned rc
 
time_t atime
 
time_t mtime
 
time_t ctime
 
time_t btime
 
hsize_t num_attrs
 

Field Documentation

◆ atime

time_t atime

Access time

◆ btime

time_t btime

Birth time

◆ ctime

time_t ctime

Change time

◆ fileno

unsigned long fileno

File number that object is located in

◆ mtime

time_t mtime

Modification time

◆ num_attrs

hsize_t num_attrs

Number of attributes attached to object

◆ rc

unsigned rc

Reference count of object

◆ token

H5O_token_t token

Token representing the object

◆ type

H5O_type_t type

Basic object type (group, dataset, etc.)


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