mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
179 lines
10 KiB
C++
179 lines
10 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Web_Syndication_1_H
|
|
#define WINRT_Windows_Web_Syndication_1_H
|
|
#include "winrt/impl/Windows.Web.Syndication.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Web::Syndication
|
|
{
|
|
struct __declspec(empty_bases) ISyndicationAttribute :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationAttribute>
|
|
{
|
|
ISyndicationAttribute(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationAttribute(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationAttributeFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationAttributeFactory>
|
|
{
|
|
ISyndicationAttributeFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationAttributeFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationCategory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationCategory>,
|
|
impl::require<winrt::Windows::Web::Syndication::ISyndicationCategory, winrt::Windows::Web::Syndication::ISyndicationNode>
|
|
{
|
|
ISyndicationCategory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationCategory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationCategoryFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationCategoryFactory>
|
|
{
|
|
ISyndicationCategoryFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationCategoryFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationClient :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationClient>
|
|
{
|
|
ISyndicationClient(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationClient(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationClientFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationClientFactory>
|
|
{
|
|
ISyndicationClientFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationClientFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationContent :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationContent>,
|
|
impl::require<winrt::Windows::Web::Syndication::ISyndicationContent, winrt::Windows::Web::Syndication::ISyndicationNode, winrt::Windows::Web::Syndication::ISyndicationText>
|
|
{
|
|
ISyndicationContent(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationContent(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationContentFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationContentFactory>
|
|
{
|
|
ISyndicationContentFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationContentFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationErrorStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationErrorStatics>
|
|
{
|
|
ISyndicationErrorStatics(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationErrorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationFeed :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationFeed>,
|
|
impl::require<winrt::Windows::Web::Syndication::ISyndicationFeed, winrt::Windows::Web::Syndication::ISyndicationNode>
|
|
{
|
|
ISyndicationFeed(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationFeed(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationFeedFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationFeedFactory>
|
|
{
|
|
ISyndicationFeedFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationFeedFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationGenerator :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationGenerator>
|
|
{
|
|
ISyndicationGenerator(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationGenerator(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationGeneratorFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationGeneratorFactory>
|
|
{
|
|
ISyndicationGeneratorFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationGeneratorFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationItem :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationItem>,
|
|
impl::require<winrt::Windows::Web::Syndication::ISyndicationItem, winrt::Windows::Web::Syndication::ISyndicationNode>
|
|
{
|
|
ISyndicationItem(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationItem(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationItemFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationItemFactory>
|
|
{
|
|
ISyndicationItemFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationItemFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationLink :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationLink>,
|
|
impl::require<winrt::Windows::Web::Syndication::ISyndicationLink, winrt::Windows::Web::Syndication::ISyndicationNode>
|
|
{
|
|
ISyndicationLink(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationLink(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationLinkFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationLinkFactory>
|
|
{
|
|
ISyndicationLinkFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationLinkFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationNode :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationNode>
|
|
{
|
|
ISyndicationNode(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationNode(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationNodeFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationNodeFactory>
|
|
{
|
|
ISyndicationNodeFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationNodeFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationPerson :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationPerson>,
|
|
impl::require<winrt::Windows::Web::Syndication::ISyndicationPerson, winrt::Windows::Web::Syndication::ISyndicationNode>
|
|
{
|
|
ISyndicationPerson(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationPerson(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationPersonFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationPersonFactory>
|
|
{
|
|
ISyndicationPersonFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationPersonFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationText :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationText>,
|
|
impl::require<winrt::Windows::Web::Syndication::ISyndicationText, winrt::Windows::Web::Syndication::ISyndicationNode>
|
|
{
|
|
ISyndicationText(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationText(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISyndicationTextFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISyndicationTextFactory>
|
|
{
|
|
ISyndicationTextFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISyndicationTextFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|