6 #ifndef ECHELON_HDF5_LINK_HPP 7 #define ECHELON_HDF5_LINK_HPP 9 #include <echelon/hdf5/object.hpp> 23 link(
object origin_, std::string name_);
40 const std::string&
name()
const;
42 explicit operator bool()
const;
echelon's core namespace
Definition: attribute.cpp:10
object origin() const
The object, which acts as the origin of the link.
Definition: hdf5/link.cpp:21
const std::string & name() const
The name of the link.
Definition: hdf5/link.cpp:26
A link (directed edge) between two HDF5 objects.
Definition: hdf5/link.hpp:18
object destination() const
Returns the destination of the link.
Definition: hdf5/link.cpp:16