LeviLamina
|
This is the complete list of members for LevelListCache, including all inherited members.
$addLevel(::std::string const &levelId, ::LevelData &&levelData) (defined in LevelListCache) | LevelListCache | |
$addObserver(::LevelListCacheObserver &observer) (defined in LevelListCache) | LevelListCache | |
$checkIfLevelIsCorruptOrMissing(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$createBackupCopyOfWorld(::std::string const &levelId, ::std::string const &newLevelId, ::std::string const &newName) (defined in LevelListCache) | LevelListCache | |
$createLevelLooseStorage(::std::string const &levelId, ::ContentIdentity const &contentIdentity, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider) (defined in LevelListCache) | LevelListCache | |
$createLevelStorage(::Scheduler &scheduler, ::std::string const &levelId, ::ContentIdentity const &contentIdentity, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider, ::std::chrono::nanoseconds const &writeFlushInterval, ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv > levelDbEnv, ::std::unique_ptr<::LevelStorageEventing > levelStorageEventing) (defined in LevelListCache) | LevelListCache | |
$createLevelStorageObserver() (defined in LevelListCache) | LevelListCache | |
$ctor(::LevelStorageSource &levelStorageSource, ::Bedrock::NotNullNonOwnerPtr<::AppPlatform const > appPlatform, ::std::function< bool()> &&checkIsSafeToFlushCache) (defined in LevelListCache) | LevelListCache | |
$ctor() (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
$ctor(::Bedrock::EnableNonOwnerReferences const &) (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
$ctor(::std::string name) (defined in Bedrock::Threading::EnableQueueForMainThread) | Bedrock::Threading::EnableQueueForMainThread | |
$deleteLevel(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$deleteLevelFiles(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$dtor() (defined in LevelListCache) | LevelListCache | |
$getBasePath() const (defined in LevelListCache) | LevelListCache | |
$getLevelData(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$getLevelDataNonOwnerPointer(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$getLevelList(::std::vector<::LevelSummary > &dest, bool includeShallowSummaries, bool includePartiallyCopiedLevels, bool includeBetaRetailLevels) (defined in LevelListCache) | LevelListCache | |
$getLevelSummary(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$getLevelSummaryByName(::std::string const &levelName) (defined in LevelListCache) | LevelListCache | |
$getOrCreateLevelSummary(::Core::Path const &directory) (defined in LevelListCache) | LevelListCache | |
$getShallowLevelSummary(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$hasCachedLevels(bool includeShallowSummaries) const (defined in LevelListCache) | LevelListCache | |
$hasLevelWithId(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$onSave(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$onStorageChanged() (defined in LevelListCache) | LevelListCache | |
$postDeleteLevel(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$refreshLevel(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$removeObserver(::LevelListCacheObserver &observer) (defined in LevelListCache) | LevelListCache | |
$renameAndSaveLevelData(::std::string const &levelId, ::std::string const &newLevelName, ::LevelData const &levelData) (defined in LevelListCache) | LevelListCache | |
$renameLevel(::std::string const &levelId, ::std::string const &newLevelName) (defined in LevelListCache) | LevelListCache | |
$saveLevelData(::std::string const &levelId, ::LevelData const &levelData) (defined in LevelListCache) | LevelListCache | |
$updateLevelCache(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
$vftable() (defined in ILevelListCache) | ILevelListCache | static |
$vftable() (defined in Bedrock::Threading::EnableQueueForMainThread) | Bedrock::Threading::EnableQueueForMainThread | static |
$vftableForEnableQueueForMainThread() (defined in LevelListCache) | LevelListCache | static |
$vftableForILevelListCache() (defined in LevelListCache) | LevelListCache | static |
_addOrReplaceCache(::Core::Path const &path) (defined in LevelListCache) | LevelListCache | |
_addToCache(::Core::Path const &path) (defined in LevelListCache) | LevelListCache | |
_addToCache(::std::string const &levelId, ::LevelCache &&levelCache) (defined in LevelListCache) | LevelListCache | |
_createAndAddToCache(::std::string const &levelId, ::Core::Path const &directory) (defined in LevelListCache) | LevelListCache | |
_getLevelSummary(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
_notifyLevelUpdated(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | |
_refreshSummary(::std::string const &levelId, ::LevelCache &cache) (defined in LevelListCache) | LevelListCache | |
addLevel(::std::string const &levelId, ::LevelData &&levelData) (defined in LevelListCache) | LevelListCache | virtual |
addObserver(::LevelListCacheObserver &observer) (defined in LevelListCache) | LevelListCache | virtual |
checkIfLevelIsCorruptOrMissing(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
createBackupCopyOfWorld(::std::string const &levelId, ::std::string const &newLevelId, ::std::string const &newName) (defined in LevelListCache) | LevelListCache | virtual |
createLevelLooseStorage(::std::string const &levelId, ::ContentIdentity const &contentIdentity, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider) (defined in LevelListCache) | LevelListCache | virtual |
createLevelStorage(::Scheduler &scheduler, ::std::string const &levelId, ::ContentIdentity const &contentIdentity, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider, ::std::chrono::nanoseconds const &writeFlushInterval, ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv > levelDbEnv, ::std::unique_ptr<::LevelStorageEventing > levelStorageEventing) (defined in LevelListCache) | LevelListCache | virtual |
createLevelStorageObserver() (defined in LevelListCache) | LevelListCache | virtual |
deleteLevel(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
deleteLevelFiles(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
EnableNonOwnerReferences() (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
EnableNonOwnerReferences(::Bedrock::EnableNonOwnerReferences const &) (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
EnableQueueForMainThread(::std::string name) (defined in Bedrock::Threading::EnableQueueForMainThread) | Bedrock::Threading::EnableQueueForMainThread | explicit |
EnableQueueForThread(EnableQueueForThread const &) (defined in Bedrock::Threading::EnableQueueForThread) | Bedrock::Threading::EnableQueueForThread | |
EnableQueueForThread() (defined in Bedrock::Threading::EnableQueueForThread) | Bedrock::Threading::EnableQueueForThread | |
getBasePath() const (defined in LevelListCache) | LevelListCache | virtual |
getLevelData(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
getLevelDataNonOwnerPointer(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
getLevelList(::std::vector<::LevelSummary > &dest, bool includeShallowSummaries, bool includePartiallyCopiedLevels, bool includeBetaRetailLevels) (defined in LevelListCache) | LevelListCache | virtual |
getLevelSummary(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
getLevelSummaryByName(::std::string const &levelName) (defined in LevelListCache) | LevelListCache | virtual |
getOrCreateLevelSummary(::Core::Path const &directory) (defined in LevelListCache) | LevelListCache | virtual |
getShallowLevelSummary(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
hasCachedLevels(bool includeShallowSummaries) const (defined in LevelListCache) | LevelListCache | virtual |
hasLevelWithId(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
LevelListCache(LevelListCache const &) (defined in LevelListCache) | LevelListCache | |
LevelListCache() (defined in LevelListCache) | LevelListCache | |
LevelListCache(::LevelStorageSource &levelStorageSource, ::Bedrock::NotNullNonOwnerPtr<::AppPlatform const > appPlatform, ::std::function< bool()> &&checkIsSafeToFlushCache) (defined in LevelListCache) | LevelListCache | |
mControlBlock (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
mUnk1f7cd0 (defined in LevelListCache) | LevelListCache | |
mUnk233d85 (defined in LevelListCache) | LevelListCache | |
mUnk30ed11 (defined in Bedrock::Threading::EnableQueueForThread) | Bedrock::Threading::EnableQueueForThread | |
mUnk728a82 (defined in LevelListCache) | LevelListCache | |
mUnk7be6fa (defined in LevelListCache) | LevelListCache | |
mUnk92414e (defined in LevelListCache) | LevelListCache | |
mUnk9c4eaf (defined in LevelListCache) | LevelListCache | |
mUnkc5bca8 (defined in LevelListCache) | LevelListCache | |
mUnke93906 (defined in LevelListCache) | LevelListCache | |
onSave(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
onStorageChanged() (defined in LevelListCache) | LevelListCache | virtual |
operator=(LevelListCache const &) (defined in LevelListCache) | LevelListCache | |
operator=(EnableNonOwnerReferences const &)=default (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
operator=(EnableQueueForThread const &) (defined in Bedrock::Threading::EnableQueueForThread) | Bedrock::Threading::EnableQueueForThread | |
postDeleteLevel(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
queue(::std::function< void()> &&callback) (defined in Bedrock::Threading::EnableQueueForThread) | Bedrock::Threading::EnableQueueForThread | |
refreshLevel(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
removeObserver(::LevelListCacheObserver &observer) (defined in LevelListCache) | LevelListCache | virtual |
renameAndSaveLevelData(::std::string const &levelId, ::std::string const &newLevelName, ::LevelData const &levelData) (defined in LevelListCache) | LevelListCache | virtual |
renameLevel(::std::string const &levelId, ::std::string const &newLevelName) (defined in LevelListCache) | LevelListCache | virtual |
saveLevelData(::std::string const &levelId, ::LevelData const &levelData) (defined in LevelListCache) | LevelListCache | virtual |
updateLevelCache(::std::string const &levelId) (defined in LevelListCache) | LevelListCache | virtual |
~EnableNonOwnerReferences() (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | virtual |
~EnableQueueForMainThread() (defined in Bedrock::Threading::EnableQueueForMainThread) | Bedrock::Threading::EnableQueueForMainThread | virtual |
~EnableQueueForThread()=default (defined in Bedrock::Threading::EnableQueueForThread) | Bedrock::Threading::EnableQueueForThread | virtual |
~ILevelListCache() (defined in ILevelListCache) | ILevelListCache | virtual |
~LevelListCache() (defined in LevelListCache) | LevelListCache | virtual |