111 Link operator*()
const;
123 using IteratorPointer = std::shared_ptr<RecursiveLinkIterator>;
129 Group current_group_;
139 IteratorPointer parent_iterator_;
a link
Definition: link.hpp:105
Definition: attribute.hpp:43
Definition: link_iterator.hpp:37
ssize_t difference_type
Definition: recursive_link_iterator.hpp:69
DLL_EXPORT bool operator!=(const Link &lhs, const Link &rhs)
std::forward_iterator_tag iterator_category
Definition: recursive_link_iterator.hpp:70
#define DLL_EXPORT
Definition: windows.hpp:35
DLL_EXPORT bool operator==(const Node &lhs, const Node &rhs)
recursive Link iterator
Definition: recursive_link_iterator.hpp:63