h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
100 explicit operator hid_t()
const
102 return static_cast<hid_t
>(handle_);
111 bool is_valid()
const;
Unique ID of an HDF5 object.
Definition: object_id.hpp:50
provides STL interface for attributes
Definition: attribute_manager.hpp:62
bool operator!=(const Link &lhs, const Link &rhs)
an HDF5 link
Definition: link.hpp:113
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
attribute::AttributeManager attributes
access to the attribute manager
Definition: node.hpp:130
#define DLL_EXPORT
Definition: windows.hpp:29
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.
NodeType
enumeration for node type
Definition: types.hpp:37
top-level namespace of the entire library
Definition: attribute.hpp:45
bool operator==(const Node &lhs, const Node &rhs)