HighFive 2.10.0
HighFive - Header-only C++ HDF5 interface
|
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) | |
size_t | getRefCount () const noexcept |
Retrieve the number of references to this object. | |
time_t | getCreationTime () const noexcept |
Retrieve the object's creation time. | |
time_t | getModificationTime () const noexcept |
Retrieve the object's last modification time. | |
Protected Attributes | |
H5O_info_t | raw_info |
Friends | |
class | Object |
A class for accessing hdf5 objects info.
|
inlinenoexcept |
Retrieve the address of the object (within its file)
|
inlinenoexcept |
Retrieve the object's creation time.
|
inlinenoexcept |
Retrieve the object's last modification time.
|
inlinenoexcept |
Retrieve the number of references to this object.
|
friend |
|
protected |