|
hops
|
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) More... | |
| size_t | getRefCount () const noexcept |
| Retrieve the number of references to this object. More... | |
| time_t | getCreationTime () const noexcept |
| Retrieve the object's creation time. More... | |
| time_t | getModificationTime () const noexcept |
| Retrieve the object's last modification time. More... | |
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 |
1.8.17