LLDB mainline
|
#include <Socket.h>
Public Member Functions | |
bool | operator== (const HostAndPort &R) const |
Public Attributes | |
std::string | hostname |
uint16_t | port |
|
inline |
std::string lldb_private::Socket::HostAndPort::hostname |
Definition at line 51 of file Socket.h.
Referenced by lldb_private::Socket::DecodeHostAndPort(), lldb_private::operator<<(), and operator==().
uint16_t lldb_private::Socket::HostAndPort::port |
Definition at line 52 of file Socket.h.
Referenced by lldb_private::Socket::DecodeHostAndPort(), lldb_private::operator<<(), and operator==().