link access property list
#include <link_access.hpp>
◆ LinkAccessList() [1/3]
hdf5::property::LinkAccessList::LinkAccessList |
( |
| ) |
|
◆ LinkAccessList() [2/3]
hdf5::property::LinkAccessList::LinkAccessList |
( |
ObjectHandle && |
handle | ) |
|
|
explicit |
◆ LinkAccessList() [3/3]
hdf5::property::LinkAccessList::LinkAccessList |
( |
const Class & |
plist_class | ) |
|
|
protected |
This protected constructor is used for the construction of child-classes.
◆ external_link_prefix() [1/2]
fs::path hdf5::property::LinkAccessList::external_link_prefix |
( |
| ) |
const |
Returns the prefix prepended to every path in an external link.
- Exceptions
-
std::runtime_error | in case of a failure |
- Returns
- prefix as an instance of fs
- See also
- external_link_prefix
◆ external_link_prefix() [2/2]
void hdf5::property::LinkAccessList::external_link_prefix |
( |
const fs::path & |
path | ) |
|
Sets the external link prefix for a path. As the this information is stored internally and must be kept valid throughout the lifetime of the property list this method cannot be const.
- Exceptions
-
std::runtime_error | in case of a failure |
- Parameters
-
path | reference to a fs path containing the prefix |
- See also
- external_link_prefix
◆ maximum_link_traversals() [1/2]
size_t hdf5::property::LinkAccessList::maximum_link_traversals |
( |
| ) |
const |
◆ maximum_link_traversals() [2/2]
void hdf5::property::LinkAccessList::maximum_link_traversals |
( |
size_t |
size | ) |
const |
The documentation for this class was generated from the following file: