LeviLamina
Loading...
Searching...
No Matches
ZipProgress.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Core::ZipUtils {
6
7
class
ZipProgress {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<4, 4, ::std::atomic<uint>> mFilesDone;
12
::ll::TypedStorage<4, 4, ::std::atomic<uint>> mFilesSkipped;
13
::ll::TypedStorage<4, 4, ::std::atomic<uint>> mTotalFiles;
14
// NOLINTEND
15
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
~ZipProgress();
20
21
virtual
void
clear();
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI ZipProgress();
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI
void
$clear();
46
47
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCNAPI
static
void
**
$vftable
();
54
// NOLINTEND
55
};
56
57
}
// namespace Core::ZipUtils
Core::ZipUtils::ZipProgress::$vftable
static MCAPI void ** $vftable()
src
mc
deps
core
file
ZipProgress.h
Generated on
for LeviLamina by
1.16.1