Files
nearby/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.1.h
T
hai007 b1815095dd BEGIN_PUBLIC
Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
2021-07-29 03:27:37 -07:00

78 lines
4.5 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#ifndef WINRT_Windows_Devices_I2c_1_H
#define WINRT_Windows_Devices_I2c_1_H
#include "winrt/impl/Windows.Foundation.0.h"
#include "winrt/impl/Windows.Devices.I2c.0.h"
WINRT_EXPORT namespace winrt::Windows::Devices::I2c
{
struct __declspec(empty_bases) II2cConnectionSettings :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<II2cConnectionSettings>
{
II2cConnectionSettings(std::nullptr_t = nullptr) noexcept {}
II2cConnectionSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
II2cConnectionSettings(II2cConnectionSettings const&) noexcept = default;
II2cConnectionSettings(II2cConnectionSettings&&) noexcept = default;
II2cConnectionSettings& operator=(II2cConnectionSettings const&) & noexcept = default;
II2cConnectionSettings& operator=(II2cConnectionSettings&&) & noexcept = default;
};
struct __declspec(empty_bases) II2cConnectionSettingsFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<II2cConnectionSettingsFactory>
{
II2cConnectionSettingsFactory(std::nullptr_t = nullptr) noexcept {}
II2cConnectionSettingsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
II2cConnectionSettingsFactory(II2cConnectionSettingsFactory const&) noexcept = default;
II2cConnectionSettingsFactory(II2cConnectionSettingsFactory&&) noexcept = default;
II2cConnectionSettingsFactory& operator=(II2cConnectionSettingsFactory const&) & noexcept = default;
II2cConnectionSettingsFactory& operator=(II2cConnectionSettingsFactory&&) & noexcept = default;
};
struct __declspec(empty_bases) II2cController :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<II2cController>
{
II2cController(std::nullptr_t = nullptr) noexcept {}
II2cController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
II2cController(II2cController const&) noexcept = default;
II2cController(II2cController&&) noexcept = default;
II2cController& operator=(II2cController const&) & noexcept = default;
II2cController& operator=(II2cController&&) & noexcept = default;
};
struct __declspec(empty_bases) II2cControllerStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<II2cControllerStatics>
{
II2cControllerStatics(std::nullptr_t = nullptr) noexcept {}
II2cControllerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
II2cControllerStatics(II2cControllerStatics const&) noexcept = default;
II2cControllerStatics(II2cControllerStatics&&) noexcept = default;
II2cControllerStatics& operator=(II2cControllerStatics const&) & noexcept = default;
II2cControllerStatics& operator=(II2cControllerStatics&&) & noexcept = default;
};
struct __declspec(empty_bases) II2cDevice :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<II2cDevice>,
impl::require<winrt::Windows::Devices::I2c::II2cDevice, winrt::Windows::Foundation::IClosable>
{
II2cDevice(std::nullptr_t = nullptr) noexcept {}
II2cDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
II2cDevice(II2cDevice const&) noexcept = default;
II2cDevice(II2cDevice&&) noexcept = default;
II2cDevice& operator=(II2cDevice const&) & noexcept = default;
II2cDevice& operator=(II2cDevice&&) & noexcept = default;
};
struct __declspec(empty_bases) II2cDeviceStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<II2cDeviceStatics>
{
II2cDeviceStatics(std::nullptr_t = nullptr) noexcept {}
II2cDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
II2cDeviceStatics(II2cDeviceStatics const&) noexcept = default;
II2cDeviceStatics(II2cDeviceStatics&&) noexcept = default;
II2cDeviceStatics& operator=(II2cDeviceStatics const&) & noexcept = default;
II2cDeviceStatics& operator=(II2cDeviceStatics&&) & noexcept = default;
};
}
#endif