LeviLamina
Loading...
Searching...
No Matches
MutableContentItemCollection.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
9// auto generated forward declare list
10// clang-format off
11struct ContentItem;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::ContentItemCollectionVersion> mVersion;
19 ::ll::TypedStorage<8, 24, ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem>>>> mItems;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual void appendLatest(
26 ::ContentItemCollectionVersion& version,
27 ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>& output
28 ) const /*override*/;
29
30 virtual ::ContentItemCollectionVersion getVersion() const /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI void forceVersion();
37
38 MCFOLD ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem>>> const& get() const;
39
40 MCAPI void set(::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem>>>&& items);
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI void $appendLatest(
47 ::ContentItemCollectionVersion& version,
48 ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>& output
49 ) const;
50
51 MCFOLD ::ContentItemCollectionVersion $getVersion() const;
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition IVersionedContentItemCollection.h:5
Definition MutableContentItemCollection.h:5
static MCAPI void ** $vftable()
Definition ContentItem.h:5