LeviLamina
Loading...
Searching...
No Matches
ReadOnlyContentItemCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ContentItemCollectionVersion.h"
7#include "mc/client/gui/screens/models/IVersionedContentItemCollection.h"
8#include "mc/platform/brstd/move_only_function.h"
9
10// auto generated forward declare list
11// clang-format off
12struct ContentItem;
13// clang-format on
14
16public:
17 // ReadOnlyContentItemCollection inner types define
18 using ForEach = ::brstd::move_only_function<bool(::gsl::not_null<::std::shared_ptr<::ContentItem const>> const&)>;
19
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, ::ContentItemCollectionVersion> mVersion;
24 ::ll::TypedStorage<8, 24, ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>> mItems;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual void appendLatest(
31 ::ContentItemCollectionVersion& version,
32 ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>& output
33 ) const /*override*/;
34
35 virtual ::ContentItemCollectionVersion getVersion() const /*override*/;
36
37 virtual ~ReadOnlyContentItemCollection() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI void $appendLatest(
44 ::ContentItemCollectionVersion& version,
45 ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>& output
46 ) const;
47
48 MCFOLD ::ContentItemCollectionVersion $getVersion() const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition IVersionedContentItemCollection.h:5
Definition ReadOnlyContentItemCollection.h:5
static MCAPI void ** $vftable()
Definition ContentItem.h:5