|
quadEM
7-0
|
Class used for writing a HardLink with the NDFileHDF5 plugin. More...
#include <NDFileHDF5Layout.h>
Public Member Functions | |
| HardLink () | |
| HardLink (const std::string &name) | |
| HardLink (const HardLink &src) | |
| HardLink & | operator= (const HardLink &src) |
| virtual | ~HardLink () |
| std::string | _str_ () |
| void | set_target (const std::string &target) |
| Return a string representation of the object. More... | |
| std::string & | get_target () |
Public Member Functions inherited from hdf5::Element | |
| Element () | |
| Element (const Element &src) | |
| Element (const std::string &name) | |
| ~Element () | |
| Element & | operator= (const Element &src) |
| const std::string & | get_name () |
| virtual std::string | get_full_name () |
| virtual std::string | get_path (bool trailing_slash=false) |
| int | add_attribute (Attribute &attr) |
| bool | has_attribute (const std::string &attr_name) |
| int | tree_level () |
| Element * | get_parent () |
| MapAttributes_t & | get_attributes () |
Friends | |
| std::ostream & | operator<< (std::ostream &out, HardLink &hardLink) |
| Stream operator: use to prints a string representation of this class. More... | |
Additional Inherited Members | |
Public Types inherited from hdf5::Element | |
| typedef std::map< std::string, Attribute > | MapAttributes_t |
Protected Member Functions inherited from hdf5::Element | |
| void | _copy (const Element &src) |
Protected Attributes inherited from hdf5::Element | |
| MapAttributes_t | attributes |
| std::string | name |
Class used for writing a HardLink with the NDFileHDF5 plugin.
| hdf5::HardLink::HardLink | ( | ) |
| hdf5::HardLink::HardLink | ( | const std::string & | name | ) |
| hdf5::HardLink::HardLink | ( | const HardLink & | src | ) |
|
virtual |
| std::string hdf5::HardLink::_str_ | ( | ) |
| std::string & hdf5::HardLink::get_target | ( | ) |
| void hdf5::HardLink::set_target | ( | const std::string & | target | ) |
Return a string representation of the object.
|
friend |
Stream operator: use to prints a string representation of this class.
1.8.5