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_info_t Class Reference

Detailed Description

Information struct for object (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)

+ Inheritance diagram for H5O_info_t:
+ Collaboration diagram for H5O_info_t:

Public Member Functions

 H5O_info_t (long fileno, H5O_token_t token, int type, int rc, long atime, long mtime, long ctime, long btime, long num_attrs)
 

Data Fields

long fileno
 
H5O_token_t token
 
int type
 
int rc
 
long atime
 
long mtime
 
long ctime
 
long btime
 
long num_attrs
 

Constructor & Destructor Documentation

◆ H5O_info_t()

H5O_info_t ( long  fileno,
H5O_token_t  token,
int  type,
int  rc,
long  atime,
long  mtime,
long  ctime,
long  btime,
long  num_attrs 
)

Constructor for data model information struct for objects

Parameters
filenoFile number that object is located in
tokenObject token in file
typeBasic object type
rcReference count of object
atimeAccess time
mtimeModification time
ctimeChange time
btimeBirth time
num_attrsNumber of attributes attached to object

Field Documentation

◆ atime

long atime

Access time

◆ btime

long btime

Birth time

◆ ctime

long ctime

Change time

◆ fileno

long fileno

File number that object is located in

◆ mtime

long mtime

Modification time

◆ num_attrs

long num_attrs

Number of attributes attached to object

◆ rc

int rc

Reference count of object

◆ token

H5O_token_t token

Object token in file

◆ type

int type

Basic object type (group, dataset, etc.)


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