LeviLamina
Loading...
Searching...
No Matches
ContentCatalogPackSource Class Reference
+ Inheritance diagram for ContentCatalogPackSource:

Public Member Functions

ContentCatalogPackSourceoperator= (ContentCatalogPackSource const &)
 
 ContentCatalogPackSource (ContentCatalogPackSource const &)
 
virtual void setEnabled (bool)
 
virtual::PackSourceLoadResult _loadImpl (::PackSourceLoadOptions &&)
 
virtual::PackType getPackType () const
 
virtual::Bedrock::PubSub::Subscription setAsyncCallback (::std::function< void(bool)>)
 
virtual void refreshCatalogItems (::IPackManifestFactory &)
 
virtual void forEachPackConst (::std::function< void(::Pack const &)> callback) const
 
virtual void forEachPack (::std::function< void(::Pack &)> callback)
 
virtual::PackOrigin getPackOrigin () const
 
virtual void _buildSourcesForLoad (::std::vector<::gsl::not_null<::PackSource * > > &sources)
 
MCAPI::PackSourceLoadResult _applyAndFinishLoadTask (::std::shared_ptr<::PackSource::PackTaskData > task)
 
MCAPI::PackSourceLoadResult _getTaskData (::brstd::function_ref<::PackSourceLoadResult(::std::shared_ptr<::PackSource::PackTaskData >)> task)
 
MCAPI bool _removePack (::brstd::function_ref< bool(::Pack const &)> predicate)
 
MCAPI::PackSourceLoadResult _returnOriginalPacks (::std::shared_ptr<::PackSource::PackTaskData > task)
 
MCAPI void _setPacks (::std::vector<::gsl::not_null<::std::shared_ptr<::Pack > > > &&packs)
 
MCAPI::PackSourceReport load (::IPackManifestFactory &manifestFactory, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider)
 
MCAPI::PackSourceLoadResult requestLoad (::PackSourceLoadOptions &&options)
 
MCAPI void resolveUpgradeDependencies (::Pack &pack, ::PackCommand::UpgradeLegacyDependenciesBatch &commands)
 
MCAPI void * $ctor (::PackSourceOptions options)
 
MCAPI void $forEachPackConst (::std::function< void(::Pack const &)> callback) const
 
MCAPI void $forEachPack (::std::function< void(::Pack &)> callback)
 
MCAPI::PackOrigin $getPackOrigin () const
 
MCAPI::PackType $getPackType () const
 
MCAPI void $_buildSourcesForLoad (::std::vector<::gsl::not_null<::PackSource * > > &sources)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnk3e7587
 
::ll::UntypedStorage< 1, 1 > mUnk7bd7f0
 
::ll::UntypedStorage< 8, 128 > mUnk9dc461
 
::ll::UntypedStorage< 1, 1 > mUnke4c06f
 
::ll::UntypedStorage< 1, 1 > mUnk995e7a
 
::ll::UntypedStorage< 8, 16 > mUnk86a824
 
::ll::UntypedStorage< 8, 8 > mUnk25db7d
 
::ll::UntypedStorage< 8, 8 > mUnkbe2d49
 
::ll::UntypedStorage< 8, 8 > mUnkbebb21
 
::ll::UntypedStorage< 8, 24 > mUnk38d360
 
::ll::UntypedStorage< 8, 64 > mUnk3a6778
 

Member Function Documentation

◆ setEnabled()

virtual void ContentCatalogPackSource::setEnabled ( bool )
virtual

◆ _loadImpl()

virtual::PackSourceLoadResult ContentCatalogPackSource::_loadImpl ( ::PackSourceLoadOptions && )
virtual

Implements PackSource.

◆ setAsyncCallback()

virtual::Bedrock::PubSub::Subscription ContentCatalogPackSource::setAsyncCallback ( ::std::function< void(bool)> )
virtual

◆ refreshCatalogItems()

virtual void ContentCatalogPackSource::refreshCatalogItems ( ::IPackManifestFactory & )
virtual

◆ _applyAndFinishLoadTask()

MCAPI::PackSourceLoadResult PackSource::_applyAndFinishLoadTask ( ::std::shared_ptr<::PackSource::PackTaskData > task)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _getTaskData()

MCAPI::PackSourceLoadResult PackSource::_getTaskData ( ::brstd::function_ref<::PackSourceLoadResult(::std::shared_ptr<::PackSource::PackTaskData >)> task)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _removePack()

MCAPI bool PackSource::_removePack ( ::brstd::function_ref< bool(::Pack const &)> predicate)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _returnOriginalPacks()

MCAPI::PackSourceLoadResult PackSource::_returnOriginalPacks ( ::std::shared_ptr<::PackSource::PackTaskData > task)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _setPacks()

MCAPI void PackSource::_setPacks ( ::std::vector<::gsl::not_null<::std::shared_ptr<::Pack > > > && packs)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ load()

MCAPI::PackSourceReport PackSource::load ( ::IPackManifestFactory & manifestFactory,
::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const & keyProvider )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ requestLoad()

MCAPI::PackSourceLoadResult PackSource::requestLoad ( ::PackSourceLoadOptions && options)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ resolveUpgradeDependencies()

MCAPI void PackSource::resolveUpgradeDependencies ( ::Pack & pack,
::PackCommand::UpgradeLegacyDependenciesBatch & commands )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * PackSource::$ctor ( ::PackSourceOptions options)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $forEachPackConst()

MCAPI void PackSource::$forEachPackConst ( ::std::function< void(::Pack const &)> callback) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $forEachPack()

MCAPI void PackSource::$forEachPack ( ::std::function< void(::Pack &)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPackOrigin()

MCAPI::PackOrigin PackSource::$getPackOrigin ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPackType()

MCAPI::PackType PackSource::$getPackType ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_buildSourcesForLoad()

MCAPI void PackSource::$_buildSourcesForLoad ( ::std::vector<::gsl::not_null<::PackSource * > > & sources)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** PackSource::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: