3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/StorageMigrationState.h"
7#include "mc/deps/core/file/PathBuffer.h"
13 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mCurrentFolderName;
14 ::ll::TypedStorage<8, 32, ::std::string> mProgressMessage;
15 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mLocationString;
16 ::ll::TypedStorage<4, 4, ::std::atomic<float>> mPercentComplete;
17 ::ll::TypedStorage<4, 4, ::std::atomic<uint>> mNumFilesCopied;
18 ::ll::TypedStorage<4, 4, ::std::atomic<uint>> mNumFilesTotal;
19 ::ll::TypedStorage<8, 8, ::std::atomic<uint64>> mBytesTransferred;
20 ::ll::TypedStorage<8, 8, ::std::atomic<uint64>> mBytesTotal;
21 ::ll::TypedStorage<4, 4, ::std::atomic<::StorageMigrationState>> mState;
22 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mErrorCode;
23 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mStartTime;
29 MCAPI ~StorageMigrationStatus();
Definition StorageMigrationStatus.h:5