LLDB mainline
lldb_private::Socket::HostAndPort Struct Reference

#include <Socket.h>

Public Member Functions

bool operator== (const HostAndPort &R) const

Public Attributes

std::string hostname
uint16_t port

Detailed Description

Definition at line 82 of file Socket.h.

Member Function Documentation

◆ operator==()

bool lldb_private::Socket::HostAndPort::operator== ( const HostAndPort & R) const
inline

Definition at line 86 of file Socket.h.

References hostname, and port.

Member Data Documentation

◆ hostname

std::string lldb_private::Socket::HostAndPort::hostname

◆ port

uint16_t lldb_private::Socket::HostAndPort::port

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