4#include <cosmos/dso_export.h>
5#include <cosmos/net/AddressHints.hxx>
6#include <cosmos/net/AddressInfo.hxx>
7#include <cosmos/net/AddressInfoIterator.hxx>
92 return m_addrs !=
nullptr;
99 AddressInfoIterator end()
const {
100 return AddressInfoIterator{
nullptr};
105 AddressHints m_hints;
106 struct addrinfo *m_addrs =
nullptr;
Hints specification for queries done with AddressInfoList.
Resolve DNS names and provide the resulting list of AddressInfos.
auto & hints()
Access the stored AddressHints to modify the resolve behaviour.
void setHints(const AddressHints &hints)
Set a new AddressHints structure for modifying the resolve behaviour.
bool valid() const
Returns whether currently a valid resolve result is stored.
A single name resolution result entry as found in AddressInfoList.
Helper class to iterate over AddressInfoList.
Wrapper type around a C-style string for use with system APIs.