#include <SymlinkTarget.h>
Public Member Functions | |
| SymlinkTarget () | |
| Default constructor. | |
| SymlinkTarget (const char *) | |
| Define the name of the target node. | |
| SymlinkTarget (const std::string &) | |
| Define the name of the target node. | |
| SymlinkTarget (const SymlinkTarget &) | |
| Copy constructor. | |
| ~SymlinkTarget () throw () | |
| Destructor. | |
| SymlinkTarget & | operator= (const SymlinkTarget &) |
| Assignment operator. | |
| void | swap (SymlinkTarget &) throw () |
| Swap contents with another object. | |
| std::string | operator() () const |
| Return the target name. | |
This class encapsulates the destination for a symbolic link within an HDF dataset. Assigning a SymlinkTarget object to a node within an HDF dataset will replace its contents with a symbolic link to another node. Note that the target node need not exist.
Definition at line 60 of file SymlinkTarget.h.
1.4.5