MySQL 9.0.0
Source Code Documentation
Bind_address_info Struct Reference

Plain structure to collect together a host name/ip address and a corresponding network namespace if set and pass these information to different functions as a single unit. More...

#include <socket_connection.h>

Public Member Functions

 Bind_address_info ()=default
 
 Bind_address_info (const std::string &addr)
 
 Bind_address_info (const std::string &addr, const std::string &nspace)
 

Public Attributes

std::string address
 
std::string network_namespace
 

Detailed Description

Plain structure to collect together a host name/ip address and a corresponding network namespace if set and pass these information to different functions as a single unit.

Constructor & Destructor Documentation

◆ Bind_address_info() [1/3]

Bind_address_info::Bind_address_info ( )
default

◆ Bind_address_info() [2/3]

Bind_address_info::Bind_address_info ( const std::string &  addr)
inlineexplicit

◆ Bind_address_info() [3/3]

Bind_address_info::Bind_address_info ( const std::string &  addr,
const std::string &  nspace 
)
inline

Member Data Documentation

◆ address

std::string Bind_address_info::address

◆ network_namespace

std::string Bind_address_info::network_namespace

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