MySQL 9.2.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
destination.h File Reference
#include "harness_export.h"
#include <cstdint>
#include <string>
#include <system_error>
#include <variant>
#include "mysql/harness/stdx/expected.h"

Go to the source code of this file.

Classes

class  mysql_harness::TcpDestination
 
class  mysql_harness::LocalDestination
 
class  mysql_harness::Destination
 

Namespaces

namespace  mysql_harness
 

Functions

stdx::expected< TcpDestination, std::error_code > HARNESS_EXPORT mysql_harness::make_tcp_destination (std::string dest)
 create a TcpDestination from a string. More...