AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
Classes | Namespaces | Typedefs
HostResolver.h File Reference
#include <aws/crt/Types.h>
#include <aws/io/host_resolver.h>
#include <functional>

Go to the source code of this file.

Classes

class  Aws::Crt::Io::HostResolver
 
class  Aws::Crt::Io::DefaultHostResolver
 

Namespaces

 Aws
 
 Aws::Crt
 
 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)>