h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
109 Node operator*()
const;
164 using IteratorPointer = std::shared_ptr<RecursiveNodeIterator>;
170 Group current_group_;
178 #pragma warning(push)
179 #pragma warning(disable: 4251)
181 IteratorPointer parent_iterator_;
bidirectional NodeIterator
Definition: node_iterator.hpp:52
recursive node iterator
Definition: recursive_node_iterator.hpp:63
std::forward_iterator_tag iterator_category
Definition: recursive_node_iterator.hpp:70
ssize_t difference_type
Definition: recursive_node_iterator.hpp:69
bool operator!=(const Link &lhs, const Link &rhs)
#define DLL_EXPORT
Definition: windows.hpp:29
top-level namespace of the entire library
Definition: attribute.hpp:45
bool operator==(const Node &lhs, const Node &rhs)