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
11
struct
ContentItem
;
12
// clang-format on
13
14
class
MutableContentItemCollection
:
public
::IVersionedContentItemCollection
{
15
public
:
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
22
public
:
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
32
virtual ~MutableContentItemCollection()
/*override*/
= default;
33
// NOLINTEND
34
35
public:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
void
$appendLatest(
39
::ContentItemCollectionVersion& version,
40
::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>& output
41
) const;
42
43
MCFOLD ::ContentItemCollectionVersion $getVersion() const;
44
// NOLINTEND
45
46
public:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI static
void
**
$vftable
();
50
// NOLINTEND
51
};
IVersionedContentItemCollection
Definition
IVersionedContentItemCollection.h:5
MutableContentItemCollection
Definition
MutableContentItemCollection.h:5
MutableContentItemCollection::$vftable
static MCAPI void ** $vftable()
ContentItem
Definition
ContentItem.h:5
src-client
mc
client
gui
screens
models
MutableContentItemCollection.h
Generated on
for LeviLamina by
1.16.1