Kea 3.1.1
AddrInfo Struct Reference

RAII wrapper over struct addrinfo. More...

Public Member Functions

 AddrInfo (string const &hostname)
 
 ~AddrInfo ()
 

Public Attributes

struct addrinfo * addrinfo_
 

Detailed Description

RAII wrapper over struct addrinfo.

Definition at line 34 of file client_server.cc.

Constructor & Destructor Documentation

◆ AddrInfo()

AddrInfo::AddrInfo ( string const & hostname)
inline

Definition at line 35 of file client_server.cc.

References addrinfo_, and isc_throw.

◆ ~AddrInfo()

AddrInfo::~AddrInfo ( )
inline

Definition at line 45 of file client_server.cc.

References addrinfo_.

Member Data Documentation

◆ addrinfo_

struct addrinfo* AddrInfo::addrinfo_

Definition at line 48 of file client_server.cc.

Referenced by AddrInfo(), ~AddrInfo(), and isc::radius::Server::getAddress().


The documentation for this struct was generated from the following file: