Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.Globalization.Collation.1.h
T
hais f5fcd35ced nearby sdk refactor
PiperOrigin-RevId: 425434260
2022-02-02 11:56:39 -08:00

34 lines
1.8 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
#pragma once
#ifndef WINRT_Windows_Globalization_Collation_1_H
#define WINRT_Windows_Globalization_Collation_1_H
#include "winrt/impl/Windows.Foundation.Collections.0.h"
#include "winrt/impl/Windows.Globalization.Collation.0.h"
WINRT_EXPORT namespace winrt::Windows::Globalization::Collation
{
struct __declspec(empty_bases) ICharacterGrouping :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<ICharacterGrouping>
{
ICharacterGrouping(std::nullptr_t = nullptr) noexcept {}
ICharacterGrouping(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) ICharacterGroupings :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<ICharacterGroupings>,
impl::require<winrt::Windows::Globalization::Collation::ICharacterGroupings, winrt::Windows::Foundation::Collections::IIterable<winrt::Windows::Globalization::Collation::CharacterGrouping>, winrt::Windows::Foundation::Collections::IVectorView<winrt::Windows::Globalization::Collation::CharacterGrouping>>
{
ICharacterGroupings(std::nullptr_t = nullptr) noexcept {}
ICharacterGroupings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) ICharacterGroupingsFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<ICharacterGroupingsFactory>
{
ICharacterGroupingsFactory(std::nullptr_t = nullptr) noexcept {}
ICharacterGroupingsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
}
#endif