MySQL 9.1.0
Source Code Documentation
|
This class provides a "real" (not mock) implementation. More...
#include <socket_operations.h>
Public Member Functions | |
SocketOperations (const SocketOperations &)=delete | |
SocketOperations | operator= (const SocketOperations &)=delete |
std::string | get_local_hostname () override |
return hostname of local host More... | |
Public Member Functions inherited from mysql_harness::SocketOperationsBase | |
SocketOperationsBase ()=default | |
SocketOperationsBase (const SocketOperationsBase &)=default | |
SocketOperationsBase & | operator= (const SocketOperationsBase &)=default |
virtual | ~SocketOperationsBase ()=default |
Static Public Member Functions | |
static SocketOperations * | instance () |
Private Member Functions | |
SocketOperations ()=default | |
This class provides a "real" (not mock) implementation.
|
delete |
|
privatedefault |
|
overridevirtual |
return hostname of local host
<tt>LocalHostnameResolutionError</tt> | (std::runtime_error) on failure |
Implements mysql_harness::SocketOperationsBase.
|
static |
|
delete |