#include <ConfigAddressLocal.h>
Static Public Attributes | |
| static constexpr std::string_view | NAME {"local"} |
| static constexpr std::string_view | DESCRIPTION {"Local side of connection"} |
Private Types | |
| using | Super = net::config::ConfigAddress<SocketAddressT> |
Additional Inherited Members | |
| Public Member Functions inherited from net::config::ConfigAddress< SocketAddressT > | |
| SocketAddress & | getSocketAddress () |
| void | renew () |
| SocketAddressT | getSocketAddress (const typename SocketAddressT::SockAddr &sockAddr, typename SocketAddressT::SockLen sockAddrLen) |
| Public Member Functions inherited from net::config::ConfigAddressBase< SocketAddressT > | |
| SocketAddressT | getSocketAddress (const typename SocketAddressT::SockAddr &sockAddr, typename SocketAddressT::SockLen sockAddrLen) |
| Protected Member Functions inherited from net::config::ConfigAddress< SocketAddressT > | |
| ConfigAddress (ConfigInstance *instance, const std::string &addressOptionName, const std::string &addressOptionDescription) | |
| ConfigAddress (net::config::ConfigSection *section) | |
| ~ConfigAddress () override | |
| virtual void | configurable (bool configurable)=0 |
| Protected Member Functions inherited from net::config::ConfigAddressBase< SocketAddressT > | |
| ConfigAddressBase (ConfigInstance *instance, const std::string &addressOptionName="", const std::string &addressOptionDescription="") | |
| ConfigAddressBase (net::config::ConfigSection *section) | |
| virtual | ~ConfigAddressBase ()=default |
Definition at line 54 of file ConfigAddressLocal.h.
|
private |
Definition at line 60 of file ConfigAddressLocal.h.
|
staticconstexpr |
Definition at line 57 of file ConfigAddressLocal.h.
|
staticconstexpr |
Definition at line 56 of file ConfigAddressLocal.h.