LeviLamina
Loading...
Searching...
No Matches
StorageMigrationStatus.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/StorageMigrationState.h"
7#include "mc/deps/core/file/PathBuffer.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mCurrentFolderName;
14 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mSourceFolderName;
15 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mDestinationFolderName;
16 ::ll::TypedStorage<8, 32, ::std::string> mProgressMessage;
17 ::ll::TypedStorage<4, 4, ::std::atomic<float>> mPercentComplete;
18 ::ll::TypedStorage<4, 4, ::std::atomic<uint>> mNumFilesCopied;
19 ::ll::TypedStorage<4, 4, ::std::atomic<uint>> mNumFilesTotal;
20 ::ll::TypedStorage<4, 4, ::std::atomic<uint>> mBytesTransferred;
21 ::ll::TypedStorage<8, 8, ::std::atomic<uint64>> mBytesTotal;
22 ::ll::TypedStorage<4, 4, ::std::atomic<::StorageMigrationState>> mState;
23 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mErrorCode;
24 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mStartTime;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ~StorageMigrationStatus();
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCFOLD void $dtor();
37 // NOLINTEND
38};
Definition StorageMigrationStatus.h:5