LLDB mainline
Public Member Functions | Public Attributes | List of all members
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 50 of file Socket.h.

Member Function Documentation

◆ operator==()

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

Definition at line 54 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: