MySQL 8.3.0
Source Code Documentation
Listen_socket Struct Reference

#include <socket_connection.h>

Public Member Functions

 Listen_socket (MYSQL_SOCKET socket, Socket_type socket_type)
 
 Listen_socket (MYSQL_SOCKET socket, Socket_type socket_type, const std::string *network_namespace, Socket_interface_type socket_interface)
 

Public Attributes

MYSQL_SOCKET m_socket
 
Socket_type m_socket_type
 
const std::string * m_network_namespace
 
Socket_interface_type m_socket_interface
 

Constructor & Destructor Documentation

◆ Listen_socket() [1/2]

Listen_socket::Listen_socket ( MYSQL_SOCKET  socket,
Socket_type  socket_type 
)
inline

◆ Listen_socket() [2/2]

Listen_socket::Listen_socket ( MYSQL_SOCKET  socket,
Socket_type  socket_type,
const std::string *  network_namespace,
Socket_interface_type  socket_interface 
)
inline

Member Data Documentation

◆ m_network_namespace

const std::string* Listen_socket::m_network_namespace

◆ m_socket

MYSQL_SOCKET Listen_socket::m_socket

◆ m_socket_interface

Socket_interface_type Listen_socket::m_socket_interface

◆ m_socket_type

Socket_type Listen_socket::m_socket_type

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