MySQL 9.0.0
Source Code Documentation
anonymous_namespace{gr_notifications_listener.cc}::NodeId Struct Reference

Public Types

using native_handle_type = net::impl::socket::native_handle_type
 

Public Member Functions

bool operator== (const NodeId &other) const
 
bool operator< (const NodeId &other) const
 

Public Attributes

std::string host
 
uint16_t port
 
native_handle_type fd
 

Static Public Attributes

static const native_handle_type kInvalidSocket
 

Member Typedef Documentation

◆ native_handle_type

using anonymous_namespace{gr_notifications_listener.cc}::NodeId::native_handle_type = net::impl::socket::native_handle_type

Member Function Documentation

◆ operator<()

bool anonymous_namespace{gr_notifications_listener.cc}::NodeId::operator< ( const NodeId other) const
inline

◆ operator==()

bool anonymous_namespace{gr_notifications_listener.cc}::NodeId::operator== ( const NodeId other) const
inline

Member Data Documentation

◆ fd

native_handle_type anonymous_namespace{gr_notifications_listener.cc}::NodeId::fd

◆ host

std::string anonymous_namespace{gr_notifications_listener.cc}::NodeId::host

◆ kInvalidSocket

const native_handle_type anonymous_namespace{gr_notifications_listener.cc}::NodeId::kInvalidSocket
static
Initial value:
{
constexpr const native_handle_type kInvalidSocket
Definition: socket_constants.h:52

◆ port

uint16_t anonymous_namespace{gr_notifications_listener.cc}::NodeId::port

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