AWS IoT Device SDK C++ v2 1.14.0
AWS IoT Device SDK C++ v2
IotDevice.h
Go to the documentation of this file.
1#pragma once
7#include <aws/crt/Types.h>
9
10namespace Aws
11{
12
13 namespace Crt
14 {
15
16 }
17
18 namespace Iotdevicecommon
19 {
20
22 {
23 public:
24 DeviceApiHandle(Crt::Allocator *allocator) noexcept;
30 };
31
32 } // namespace Iotdevicecommon
33} // namespace Aws
Definition: IotDevice.h:22
DeviceApiHandle & operator=(DeviceApiHandle &&)=delete
DeviceApiHandle(DeviceApiHandle &&)=delete
DeviceApiHandle(const DeviceApiHandle &)=delete
DeviceApiHandle & operator=(const DeviceApiHandle &)=delete
#define AWS_IOTDEVICECOMMON_API
Definition: Exports.h:19
aws_allocator Allocator
Definition: StlAllocator.h:17
Definition: Api.h:17