HDF5 1.14.5
API Reference
|
#include <src/H5Opublic.h>
Data model information struct for objects (For H5Oget_info(), H5Oget_info_by_name(), H5Oget_info_by_idx() version 3)
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 |
time_t atime |
Access time
time_t btime |
Birth time
time_t ctime |
Change time
unsigned long fileno |
File number that object is located in. Constant across multiple opens of the same file
time_t mtime |
Modification time
hsize_t num_attrs |
Number of attributes attached to object
unsigned rc |
Reference count of object
H5O_token_t token |
Token representing the object
H5O_type_t type |
Basic object type (group, dataset, etc.)