![]() |
HDF5 Last Updated on 2025-11-11
The HDF5 Field Guide
|
C interoperable structure for h5o_info_t. The Fortran derived type returns the time values as an integer array as specified in the Fortran intrinsic DATE_AND_TIME(VALUES). Whereas, this derived type does not.
Collaboration diagram for c_h5o_info_t:Data Fields | |
| integer(kind=time_t) | atime |
| Access time. | |
| integer(kind=time_t) | btime |
| Birth time. | |
| integer(kind=time_t) | ctime |
| Create time. | |
| integer(c_long) | fileno |
| File number that object is located in. | |
| integer(kind=time_t) | mtime |
| Modify time. | |
| integer(hsize_t) | num_attrs |
| Number of attributes attached to object. | |
| integer(c_int) | rc |
| Reference count of object. | |
| type(h5o_token_t_f) | token |
| Token for object in file. | |
| integer(c_int) | type |
| Basic object type (group, dataset, etc.) | |
| type(h5o_token_t_f) token |
Token for object in file.