h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Friends | List of all members
h5gt::ObjectInfo Class Reference

A class for accessing hdf5 objects info. More...

#include <H5Object.hpp>

Public Member Functions

haddr_t getAddress () const noexcept
 Retrieve the address of the object (within its file)
 
unsigned long getFileNumber () const noexcept
 
size_t getHardLinkRefCount () const noexcept
 Retrieve the number of references to this object.
 
time_t getAccessTime () const noexcept
 
time_t getModificationTime () const noexcept
 
time_t getChangeTime () const noexcept
 
time_t getCreationTime () const noexcept
 
hsize_t getNumAttr () const noexcept
 

Protected Attributes

H5O_info_t raw_info
 

Friends

class Object
 

Detailed Description

A class for accessing hdf5 objects info.


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