// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_UI_Xaml_Interop_1_H #define WINRT_Windows_UI_Xaml_Interop_1_H #include "winrt/impl/Windows.UI.Xaml.Interop.0.h" WINRT_EXPORT namespace winrt::Windows::UI::Xaml::Interop { struct WINRT_IMPL_EMPTY_BASES IBindableIterable : winrt::Windows::Foundation::IInspectable, impl::consume_t { IBindableIterable(std::nullptr_t = nullptr) noexcept {} IBindableIterable(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IBindableIterator : winrt::Windows::Foundation::IInspectable, impl::consume_t { IBindableIterator(std::nullptr_t = nullptr) noexcept {} IBindableIterator(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} using iterator_concept = std::input_iterator_tag; using iterator_category = std::input_iterator_tag; using value_type = Windows::Foundation::IInspectable; using difference_type = ptrdiff_t; using pointer = void; using reference = Windows::Foundation::IInspectable; }; struct WINRT_IMPL_EMPTY_BASES IBindableObservableVector : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IBindableObservableVector(std::nullptr_t = nullptr) noexcept {} IBindableObservableVector(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IBindableVector : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IBindableVector(std::nullptr_t = nullptr) noexcept {} IBindableVector(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IBindableVectorView : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IBindableVectorView(std::nullptr_t = nullptr) noexcept {} IBindableVectorView(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES INotifyCollectionChanged : winrt::Windows::Foundation::IInspectable, impl::consume_t { INotifyCollectionChanged(std::nullptr_t = nullptr) noexcept {} INotifyCollectionChanged(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES INotifyCollectionChangedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { INotifyCollectionChangedEventArgs(std::nullptr_t = nullptr) noexcept {} INotifyCollectionChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES INotifyCollectionChangedEventArgsFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { INotifyCollectionChangedEventArgsFactory(std::nullptr_t = nullptr) noexcept {} INotifyCollectionChangedEventArgsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif