6 #ifndef ECHELON_LINK_HPP 7 #define ECHELON_LINK_HPP 9 #include <echelon/object.hpp> 11 #include <echelon/hdf5/link.hpp> 23 link(
object origin_, std::string name_);
44 const std::string&
name()
const;
echelon's core namespace
Definition: attribute.cpp:10
object destination() const
Returns the destination of the link.
Definition: link.cpp:22
object origin() const
The object, which acts as the origin of the link.
Definition: link.cpp:27
A link (directed edge) between two HDF5 objects.
Definition: link.hpp:20
const std::string & name() const
The name of the link.
Definition: link.cpp:32
A link (directed edge) between two HDF5 objects.
Definition: hdf5/link.hpp:18