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

Public Member Functions

StorageArea_windowsoperator= (StorageArea_windows const &)
 
 StorageArea_windows (StorageArea_windows const &)
 
virtual bool supportsSizeQuery () const
 
virtual uint64 getTotalSize () const
 
virtual::Core::Result getUsedSize (uint64 &outUsedSize)
 
virtual void setUsedSizeOverride (uint64 fileSize)
 
virtual void clearUsedSizeOverride ()
 
virtual bool supportsExtendSize () const
 
virtual bool canExtendSize () const
 
virtual void resetCanAttemptExtendSize ()
 
virtual::Core::Result getExtendSizeThreshold (uint64 &outExtendSizeThreshold) const
 
virtual void attemptExtendSize (int64 const &currentFreeSpace, ::std::function< void()> onCompleteCallback)
 
virtual void preemptiveExtendSize (uint64 const expectedContentSize, ::std::function< void()> successCallback, ::std::function< void()> failureCallback)
 
virtual uint64 getAvailableUserStorageSize ()
 
virtual::Core::FileStorageArea::StorageAreaSpaceInfo getStorageAreaSpaceInfo ()
 
MCAPI bool $supportsSizeQuery () const
 
MCAPI uint64 $getTotalSize () const
 
MCAPI::Core::Result $getUsedSize (uint64 &outUsedSize)
 
MCAPI void $setUsedSizeOverride (uint64 fileSize)
 
MCAPI void $clearUsedSizeOverride ()
 
MCAPI bool $supportsExtendSize () const
 
MCAPI bool $canExtendSize () const
 
MCAPI void $resetCanAttemptExtendSize ()
 
MCAPI::Core::Result $getExtendSizeThreshold (uint64 &outExtendSizeThreshold) const
 
MCAPI void $attemptExtendSize (int64 const &currentFreeSpace, ::std::function< void()> onCompleteCallback)
 
MCAPI void $preemptiveExtendSize (uint64 const expectedContentSize, ::std::function< void()> successCallback, ::std::function< void()> failureCallback)
 
MCAPI uint64 $getAvailableUserStorageSize ()
 
MCAPI::Core::FileStorageArea::StorageAreaSpaceInfo $getStorageAreaSpaceInfo ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkc8f210
 

Member Function Documentation

◆ $supportsSizeQuery()

MCAPI bool Core::StorageArea_windows::$supportsSizeQuery ( ) const
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.

◆ $getTotalSize()

MCAPI uint64 Core::StorageArea_windows::$getTotalSize ( ) const
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.

◆ $getUsedSize()

MCAPI::Core::Result Core::StorageArea_windows::$getUsedSize ( uint64 & outUsedSize)
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.

◆ $setUsedSizeOverride()

MCAPI void Core::StorageArea_windows::$setUsedSizeOverride ( uint64 fileSize)
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.

◆ $clearUsedSizeOverride()

MCAPI void Core::StorageArea_windows::$clearUsedSizeOverride ( )
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.

◆ $supportsExtendSize()

MCAPI bool Core::StorageArea_windows::$supportsExtendSize ( ) const
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.

◆ $canExtendSize()

MCAPI bool Core::StorageArea_windows::$canExtendSize ( ) const
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.

◆ $resetCanAttemptExtendSize()

MCAPI void Core::StorageArea_windows::$resetCanAttemptExtendSize ( )
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.

◆ $getExtendSizeThreshold()

MCAPI::Core::Result Core::StorageArea_windows::$getExtendSizeThreshold ( uint64 & outExtendSizeThreshold) const
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.

◆ $attemptExtendSize()

MCAPI void Core::StorageArea_windows::$attemptExtendSize ( int64 const & currentFreeSpace,
::std::function< void()> onCompleteCallback )
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.

◆ $preemptiveExtendSize()

MCAPI void Core::StorageArea_windows::$preemptiveExtendSize ( uint64 const expectedContentSize,
::std::function< void()> successCallback,
::std::function< void()> failureCallback )
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.

◆ $getAvailableUserStorageSize()

MCAPI uint64 Core::StorageArea_windows::$getAvailableUserStorageSize ( )
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.

◆ $getStorageAreaSpaceInfo()

MCAPI::Core::FileStorageArea::StorageAreaSpaceInfo Core::StorageArea_windows::$getStorageAreaSpaceInfo ( )
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 ** Core::StorageArea_windows::$vftable ( )
static
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: