A class for accessing hdf5 objects info.
More...
#include <H5Object.hpp>
|
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.
|
|
A class for accessing hdf5 objects info.
◆ getAddress()
haddr_t HighFive::ObjectInfo::getAddress |
( |
| ) |
const |
|
inlinenoexcept |
Retrieve the address of the object (within its file)
◆ getCreationTime()
time_t HighFive::ObjectInfo::getCreationTime |
( |
| ) |
const |
|
inlinenoexcept |
Retrieve the object's creation time.
◆ getModificationTime()
time_t HighFive::ObjectInfo::getModificationTime |
( |
| ) |
const |
|
inlinenoexcept |
Retrieve the object's last modification time.
◆ getRefCount()
size_t HighFive::ObjectInfo::getRefCount |
( |
| ) |
const |
|
inlinenoexcept |
Retrieve the number of references to this object.
◆ Object
◆ raw_info
H5O_info_t HighFive::ObjectInfo::raw_info |
|
protected |
The documentation for this class was generated from the following files: