7#include <cosmos/dso_export.h>
8#include <cosmos/net/types.hxx>
49 virtual size_t size()
const = 0;
66 virtual const sockaddr*
basePtr()
const = 0;
90 virtual void update(
size_t new_length);
Base class for all types of socket addresses.
virtual size_t maxSize() const
Returns the maximum number of bytes the socket address can hold.
virtual const sockaddr * basePtr() const =0
Returns a const pointer to the sockaddr* base structure.
virtual SocketFamily family() const =0
Returns the concrete SocketFamily for the implementation address type.
virtual size_t size() const =0
Returns the size of the socket address in bytes found at basePtr().
virtual sockaddr * basePtr()=0
Returns a mutable pointer to the sockaddr* base structure.
Base class for Socket types with ownership of a FileDescriptor.
SocketFamily
A socket's family setting.