Base classes
public std::iterator< std::input_iterator_tag, Addr, void >
Types
using iterator_category = std::forward_iterator_tag
using reference = value_type &
using pointer = value_type *
using difference_type = void
using value_type = Addr
using pos_type = addr_type::rep_type
using position_type = position_in_tree< Addr >
using ifaddr_type = sys::interface_address< Addr >
using addr_type = Addr
Enumerations
Fields
const typedef value_type & const_reference
const typedef value_type * const_pointer
Methods