4#include <cosmos/error/RuntimeError.hxx>
5#include <cosmos/net/AddressInfo.hxx>
29 cosmos_throw (
RuntimeError(
"Attempt to increment past the end() AddressInfoIterator"));
32 m_pos = m_pos->
next();
39 cosmos_throw (
RuntimeError(
"Attempt to dereference an invalid AddressInfoIterator"));
46 return m_pos == other.m_pos;
50 return !(*
this == other);
A single name resolution result entry as found in AddressInfoList.
const AddressInfo * next() const
Returns the next entry in the list.
Exception type for generic runtime errors.
Helper class to iterate over AddressInfoList.