h5cpp
0.6.0
A modern C++ wrapper for the HDF5 C library
|
iterator configuration More...
#include <iterator_config.hpp>
Public Member Functions | |
IteratorConfig () | |
default constructor More... | |
IteratorConfig (const IteratorConfig &)=default | |
copy constructor More... | |
IterationOrder | order () const noexcept |
get the current iteration order More... | |
void | order (IterationOrder o) noexcept |
set the iteration order More... | |
IterationIndex | index () const noexcept |
get the current iteration index More... | |
void | index (IterationIndex i) noexcept |
set the current iteration index More... | |
const property::LinkAccessList & | link_access_list () const noexcept |
void | link_access_list (const property::LinkAccessList &list) |
This class encapsulates the iteration configuration for nodes, attributes and links.
hdf5::IteratorConfig::IteratorConfig | ( | ) |
|
default |
We use the compiler provided default implementation here.
|
noexcept |
|
noexcept |
|
noexcept |
void hdf5::IteratorConfig::link_access_list | ( | const property::LinkAccessList & | list | ) |
|
noexcept |
|
noexcept |