h5cpp  0.6
A modern C++ wrapper for the HDF5 C library
hdf5::node::LinkIterator Class Reference

#include <link_iterator.hpp>

Inheritance diagram for hdf5::node::LinkIterator:
Collaboration diagram for hdf5::node::LinkIterator:

Public Types

using value_type = Link
 
using pointer = value_type *
 
using reference = value_type &
 
using difference_type = ssize_t
 
using iterator_category = std::bidirectional_iterator_tag
 

Public Member Functions

 LinkIterator ()=delete
 
value_type operator* () const
 
value_typeoperator-> ()
 
LinkIteratoroperator++ ()
 
LinkIterator operator++ (int)
 
LinkIteratoroperator-- ()
 
LinkIterator operator-- (int)
 
bool operator== (const LinkIterator &a) const
 
bool operator!= (const LinkIterator &a) const
 
- Public Member Functions inherited from hdf5::Iterator
 Iterator ()
 default constructor More...
 
 Iterator (ssize_t index)
 
 Iterator (const Iterator &)=default
 
Iteratoroperator= (const Iterator &)=default
 
virtual ~Iterator ()
 
Iteratoroperator++ ()
 increment iterator position More...
 
Iteratoroperator-- ()
 
Iterator operator++ (int)
 
Iterator operator-- (int)
 
Iteratoroperator+= (ssize_t i)
 
Iteratoroperator-= (ssize_t i)
 
bool operator== (const Iterator &b) const
 
bool operator< (const Iterator &b) const
 
bool operator<= (const Iterator &b) const
 
bool operator> (const Iterator &b) const
 
bool operator>= (const Iterator &b) const
 
ssize_t index () const
 get state of the iterator More...
 

Static Public Member Functions

static LinkIterator begin (const Group &group)
 
static LinkIterator end (const Group &group)
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

using hdf5::node::LinkIterator::iterator_category = std::bidirectional_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ LinkIterator()

hdf5::node::LinkIterator::LinkIterator ( )
delete

Member Function Documentation

◆ begin()

static LinkIterator hdf5::node::LinkIterator::begin ( const Group group)
static

◆ end()

static LinkIterator hdf5::node::LinkIterator::end ( const Group group)
static

◆ operator!=()

bool hdf5::node::LinkIterator::operator!= ( const LinkIterator a) const

◆ operator*()

value_type hdf5::node::LinkIterator::operator* ( ) const

◆ operator++() [1/2]

LinkIterator& hdf5::node::LinkIterator::operator++ ( )

◆ operator++() [2/2]

LinkIterator hdf5::node::LinkIterator::operator++ ( int  )

◆ operator--() [1/2]

LinkIterator& hdf5::node::LinkIterator::operator-- ( )

◆ operator--() [2/2]

LinkIterator hdf5::node::LinkIterator::operator-- ( int  )

◆ operator->()

value_type* hdf5::node::LinkIterator::operator-> ( )

◆ operator==()

bool hdf5::node::LinkIterator::operator== ( const LinkIterator a) const

The documentation for this class was generated from the following file: