base class for group views
More...
#include <group_view.hpp>
This is the base class for all views on a group. Views provide an STL compliant read only interface to links and nodes stored below a group.
◆ GroupView() [1/3]
hdf5::node::GroupView::GroupView |
( |
| ) |
|
|
delete |
◆ GroupView() [2/3]
hdf5::node::GroupView::GroupView |
( |
const GroupView & |
| ) |
|
|
default |
◆ GroupView() [3/3]
hdf5::node::GroupView::GroupView |
( |
Group & |
parent_group | ) |
|
- Parameters
-
parent_group | reference to the parent group |
◆ ~GroupView()
virtual hdf5::node::GroupView::~GroupView |
( |
| ) |
|
|
virtual |
◆ group()
const Group& hdf5::node::GroupView::group |
( |
| ) |
const |
|
inlinenoexcept |
Returns a reference to the group this very view belongs to.
- Returns
- reference to group
◆ size()
size_t hdf5::node::GroupView::size |
( |
| ) |
const |
Return the number of links attached to a group.
- Returns
- number of link
The documentation for this class was generated from the following file: