#include <destination.h>
◆ TcpDestination() [1/4]
mysql_harness::TcpDestination::TcpDestination |
( |
| ) |
|
|
default |
◆ TcpDestination() [2/4]
mysql_harness::TcpDestination::TcpDestination |
( |
std::string |
hostname, |
|
|
uint16_t |
port |
|
) |
| |
|
inline |
◆ TcpDestination() [3/4]
mysql_harness::TcpDestination::TcpDestination |
( |
const TcpDestination & |
| ) |
|
|
default |
◆ TcpDestination() [4/4]
◆ ~TcpDestination()
mysql_harness::TcpDestination::~TcpDestination |
( |
| ) |
|
|
default |
◆ hostname() [1/2]
const std::string & mysql_harness::TcpDestination::hostname |
( |
| ) |
const |
|
inline |
◆ hostname() [2/2]
void mysql_harness::TcpDestination::hostname |
( |
const std::string & |
hn | ) |
|
|
inline |
◆ operator<=>()
auto mysql_harness::TcpDestination::operator<=> |
( |
const TcpDestination & |
| ) |
const |
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ port() [1/2]
uint16_t mysql_harness::TcpDestination::port |
( |
| ) |
const |
|
inline |
◆ port() [2/2]
void mysql_harness::TcpDestination::port |
( |
uint16_t |
prt | ) |
|
|
inline |
◆ str()
std::string mysql_harness::TcpDestination::str |
( |
| ) |
const |
◆ hostname_
std::string mysql_harness::TcpDestination::hostname_ |
|
private |
◆ port_
uint16_t mysql_harness::TcpDestination::port_ {} |
|
private |
The documentation for this class was generated from the following files: