#include <destination_endpoint.h>
◆ LocalType
◆ TcpType
◆ DestinationEndpoint() [1/3]
mysql_harness::DestinationEndpoint::DestinationEndpoint |
( |
| ) |
|
|
inlineexplicit |
◆ DestinationEndpoint() [2/3]
mysql_harness::DestinationEndpoint::DestinationEndpoint |
( |
TcpType |
ep | ) |
|
|
inlineexplicit |
◆ DestinationEndpoint() [3/3]
mysql_harness::DestinationEndpoint::DestinationEndpoint |
( |
LocalType |
ep | ) |
|
|
inlineexplicit |
◆ as_local() [1/2]
LocalType & mysql_harness::DestinationEndpoint::as_local |
( |
| ) |
|
|
inline |
◆ as_local() [2/2]
const LocalType & mysql_harness::DestinationEndpoint::as_local |
( |
| ) |
const |
|
inline |
◆ as_tcp() [1/2]
TcpType & mysql_harness::DestinationEndpoint::as_tcp |
( |
| ) |
|
|
inline |
◆ as_tcp() [2/2]
const TcpType & mysql_harness::DestinationEndpoint::as_tcp |
( |
| ) |
const |
|
inline |
◆ is_local()
bool mysql_harness::DestinationEndpoint::is_local |
( |
| ) |
const |
|
inline |
◆ is_tcp()
bool mysql_harness::DestinationEndpoint::is_tcp |
( |
| ) |
const |
|
inline |
◆ str()
std::string mysql_harness::DestinationEndpoint::str |
( |
| ) |
const |
◆ ep_
The documentation for this class was generated from the following files: