![]() |
h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
|
file driver base concept More...
#include <H5FileDriver.hpp>
Additional Inherited Members | |
![]() | |
PropertyList (const PropertyList< T > &other) | |
PropertyList (PropertyList &&other) noexcept | |
PropertyList & | operator= (const PropertyList< T > &other) |
PropertyList & | operator= (PropertyList &&other) noexcept |
constexpr PropertyType | getObjectType () const |
hid_t | getId (const bool &increaseRefCount=false) const |
![]() | |
PropertyList (const hid_t &hid) noexcept | |
void | setExternalLinkPrefix (const std::string &prefix) |
setExternalLinkPrefix Let’s say you’ve created an external link in foo.h5 and the external link refers to a path name in file bar.h5. If (by intention or accident) the relative location of foo.h5 and bar.h5 changes, the external link becomes invalid, because the HDF5 library can’t locate the file bar.h5. To deal with a situation like that, you can create a prefix that you’d like to apply to the file names of external links before the library attempts to traverse them. | |
std::vector< hsize_t > | getChunk (int max_ndims) |
void | initializeId () |
![]() | |
hid_t | _hid |
file driver base concept