LeviLamina
Loading...
Searching...
No Matches
IPackManagerContentQueries.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace mce { class UUID; }
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ~IPackManagerContentQueries() = default;
16
17 virtual ::ContentTierInfo getContentTierInfo() const = 0;
18
19 virtual ::std::string const*
20 getStoreCatalogItemAvailableDateByPackIdentityAndType(::mce::UUID const& uuid) const = 0;
21 // NOLINTEND
22
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26
27 // NOLINTEND
28};
Definition ContentTierInfo.h:5
Definition IPackManagerContentQueries.h:5
Definition UUID.h:7