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, ::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;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ~StorageMigrationStatus();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37};
Definition StorageMigrationStatus.h:5