Class frameset::iterator

Nested Relationships

This class is a nested type of Class frameset.

Class Documentation

class iterator

Public Types

using iterator_category = std::forward_iterator_tag
using value_type = frame
using difference_type = std::ptrdiff_t
using pointer = frame*
using reference = frame&

Public Functions

inline iterator(const frameset *owner, size_t index = 0)
inline iterator &operator++()
inline bool operator==(const iterator &other) const
inline bool operator!=(const iterator &other) const
inline frame operator*()