mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
45 lines
2.8 KiB
C++
45 lines
2.8 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
|
|
|
|
#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) {}
|
|
ICharacterGrouping(ICharacterGrouping const&) noexcept = default;
|
|
ICharacterGrouping(ICharacterGrouping&&) noexcept = default;
|
|
ICharacterGrouping& operator=(ICharacterGrouping const&) & noexcept = default;
|
|
ICharacterGrouping& operator=(ICharacterGrouping&&) & noexcept = default;
|
|
};
|
|
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) {}
|
|
ICharacterGroupings(ICharacterGroupings const&) noexcept = default;
|
|
ICharacterGroupings(ICharacterGroupings&&) noexcept = default;
|
|
ICharacterGroupings& operator=(ICharacterGroupings const&) & noexcept = default;
|
|
ICharacterGroupings& operator=(ICharacterGroupings&&) & noexcept = default;
|
|
};
|
|
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) {}
|
|
ICharacterGroupingsFactory(ICharacterGroupingsFactory const&) noexcept = default;
|
|
ICharacterGroupingsFactory(ICharacterGroupingsFactory&&) noexcept = default;
|
|
ICharacterGroupingsFactory& operator=(ICharacterGroupingsFactory const&) & noexcept = default;
|
|
ICharacterGroupingsFactory& operator=(ICharacterGroupingsFactory&&) & noexcept = default;
|
|
};
|
|
}
|
|
#endif
|