echelon
0.8.0
|
A link (directed edge) between two HDF5 objects. More...
#include <link.hpp>
Public Member Functions | |
object | destination () const |
Returns the destination of the link. More... | |
object | origin () const |
The object, which acts as the origin of the link. | |
const std::string & | name () const |
The name of the link. | |
A link (directed edge) between two HDF5 objects.
object echelon::link::destination | ( | ) | const |
Returns the destination of the link.
The function will open the corresponding object if necessary and will perform any other operation, which is associated with the link.