aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
Go to the source code of this file.
Classes | |
class | Aws::Crt::Io::HostResolver |
class | Aws::Crt::Io::DefaultHostResolver |
Namespaces | |
namespace | Aws |
namespace | Aws::Crt |
namespace | Aws::Crt::Io |
Typedefs | |
using | Aws::Crt::Io::HostAddress = aws_host_address |
using | Aws::Crt::Io::OnHostResolved = std::function< void(HostResolver &resolver, const Vector< HostAddress > &addresses, int errorCode)> |