3#include "mc/_HeaderOutputPredefine.h"
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"
18 using ForEach = ::brstd::move_only_function<bool(::gsl::not_null<::std::shared_ptr<::ContentItem const>>
const&)>;
23 ::ll::TypedStorage<4, 4, ::ContentItemCollectionVersion> mVersion;
24 ::ll::TypedStorage<8, 24, ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>> mItems;
30 virtual void appendLatest(
31 ::ContentItemCollectionVersion& version,
32 ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>& output
35 virtual ::ContentItemCollectionVersion getVersion() const ;
37 virtual ~ReadOnlyContentItemCollection() = default;
43 MCAPI
void $appendLatest(
44 ::ContentItemCollectionVersion& version,
45 ::std::vector<::gsl::not_null<::std::shared_ptr<::ContentItem const>>>& output
48 MCFOLD ::ContentItemCollectionVersion $getVersion() const;
Definition IVersionedContentItemCollection.h:5
Definition ReadOnlyContentItemCollection.h:5
static MCAPI void ** $vftable()
Definition ContentItem.h:5