82 boost::filesystem::path file_path()
const;
92 boost::filesystem::path file_;
116 const Path &parent_path,
117 const std::string &link_name);
156 Group parent()
const;
167 Node operator*()
const;
178 bool is_resolvable()
const;
187 #pragma warning(push) 188 #pragma warning(disable: 4251) a link
Definition: link.hpp:105
LinkType
Definition: types.hpp:47
link target descriptor
Definition: link.hpp:49
Definition: attribute.hpp:43
DLL_EXPORT 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.
DLL_EXPORT std::ostream & operator<<(std::ostream &stream, const Link &link)
DLL_EXPORT bool operator!=(const Link &lhs, const Link &rhs)
path to a node object
Definition: path.hpp:49
#define DLL_EXPORT
Definition: windows.hpp:35
DLL_EXPORT bool operator==(const Node &lhs, const Node &rhs)
link access property list
Definition: link_access.hpp:39