echelon  0.8.0
Public Member Functions | List of all members
echelon::link Class Reference

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.
 

Detailed Description

A link (directed edge) between two HDF5 objects.

Member Function Documentation

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.

Returns
the destination of the link.

The documentation for this class was generated from the following files: