82 fs::path file_path()
const;
94 #pragma warning(disable: 4251) 124 const Path &parent_path,
125 const std::string &link_name);
164 Group parent()
const;
175 Node operator*()
const;
186 bool is_resolvable()
const;
208 #pragma warning(push) 209 #pragma warning(disable: 4251) bool operator!=(const Link &lhs, const Link &rhs)
an HDF5 link
Definition: link.hpp:113
LinkType
link type enumeration
Definition: types.hpp:71
std::ostream & operator<<(std::ostream &stream, const Link &link)
link target descriptor
Definition: link.hpp:49
Definition: attribute.hpp:43
void link(const Node &target, const Group &link_base, const Path &link_path, const property::LinkCreationList &lcpl=property::LinkCreationList(), const property::LinkAccessList &lapl=property::LinkAccessList())
Create a soft or external link.
bool operator==(const Node &lhs, const Node &rhs)
path to a node object
Definition: path.hpp:49
#define DLL_EXPORT
Definition: windows.hpp:35
link access property list
Definition: link_access.hpp:39