AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
IotDevice.h
Go to the documentation of this file.
1#pragma once
6
7#include <aws/crt/Types.h>
9
10namespace Aws
11{
12
13 namespace Crt
14 {
15
16 }
17
19 {
20
31
32 } // namespace Iotdevicecommon
33} // namespace Aws
DeviceApiHandle & operator=(DeviceApiHandle &&)=delete
DeviceApiHandle(Crt::Allocator *allocator) noexcept
Definition IotDevice.cpp:20
DeviceApiHandle(DeviceApiHandle &&)=delete
DeviceApiHandle(const DeviceApiHandle &)=delete
DeviceApiHandle & operator=(const DeviceApiHandle &)=delete
#define AWS_IOTDEVICECOMMON_API
Definition Exports.h:19
Definition Allocator.h:13
aws_allocator Allocator
Definition Allocator.h:14
Definition IotDevice.h:19
Definition Allocator.h:11