h5cpp
0.6
A modern C++ wrapper for the HDF5 C library
|
#include <link_view.hpp>
Public Types | |
using | value_type = Link |
using | const_iterator = LinkIterator |
Public Member Functions | |
LinkView (Group &group) | |
LinkView (const LinkView &)=default | |
LinkView ()=delete | |
bool | exists (const std::string &name, const property::LinkAccessList &lapl=property::LinkAccessList()) const |
checks existence of a link More... | |
Link | operator[] (size_t index) const |
Link | operator[] (const std::string &name) const |
const_iterator | begin () const |
const_iterator | end () const |
Public Member Functions inherited from hdf5::node::GroupView | |
GroupView ()=delete | |
GroupView (const GroupView &)=default | |
GroupView (Group &parent_group) | |
constructor More... | |
virtual | ~GroupView () |
size_t | size () const |
get number of links More... | |
const Group & | group () const noexcept |
return reference to the parent group More... | |
using hdf5::node::LinkView::value_type = Link |
hdf5::node::LinkView::LinkView | ( | Group & | group | ) |
|
default |
|
delete |
const_iterator hdf5::node::LinkView::begin | ( | ) | const |
const_iterator hdf5::node::LinkView::end | ( | ) | const |
bool hdf5::node::LinkView::exists | ( | const std::string & | name, |
const property::LinkAccessList & | lapl = property::LinkAccessList() |
||
) | const |
The name must be a valid link. This function checks whether a link of a particular name exists.
Link hdf5::node::LinkView::operator[] | ( | const std::string & | name | ) | const |
Link hdf5::node::LinkView::operator[] | ( | size_t | index | ) | const |