LeviLamina
Loading...
Searching...
No Matches
DBStoragePerformanceData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8class DBStoragePerformanceData : public ::Bedrock::EnableNonOwnerReferences {
9public:
10 // DBStoragePerformanceData inner types declare
11 // clang-format off
14 // clang-format on
15
16 // DBStoragePerformanceData inner types define
17 class AtomicAccumulator {
18 public:
19 // AtomicAccumulator inner types declare
20 // clang-format off
21 struct Snapshot;
22 // clang-format on
23
24 // AtomicAccumulator inner types define
25 struct Snapshot {
26 public:
27 // member variables
28 // NOLINTBEGIN
31 // NOLINTEND
32
33 public:
34 // prevent constructor by default
35 Snapshot& operator=(Snapshot const&);
36 Snapshot(Snapshot const&);
37 Snapshot();
38 };
39
40 public:
41// member variables
42// NOLINTBEGIN
43#ifdef LL_PLAT_C
51#endif
52 // NOLINTEND
53
54 public:
55 // prevent constructor by default
56 AtomicAccumulator& operator=(AtomicAccumulator const&);
57 AtomicAccumulator(AtomicAccumulator const&);
58 AtomicAccumulator();
59
60 public:
61 // member functions
62 // NOLINTBEGIN
63 MCNAPI void reset();
64 // NOLINTEND
65 };
66
67 struct DBStorageAccumulator {
68 public:
69 // member variables
70 // NOLINTBEGIN
72 // NOLINTEND
73
74 public:
75 // prevent constructor by default
76 DBStorageAccumulator& operator=(DBStorageAccumulator const&);
77 DBStorageAccumulator(DBStorageAccumulator const&);
78 DBStorageAccumulator();
79
80 public:
81 // member functions
82 // NOLINTBEGIN
83#ifdef LL_PLAT_C
84 MCNAPI ~DBStorageAccumulator();
85#endif
86 // NOLINTEND
87
88 public:
89 // destructor thunk
90 // NOLINTBEGIN
91#ifdef LL_PLAT_C
92 MCNAPI void $dtor();
93#endif
94 // NOLINTEND
95 };
96
97public:
98// member variables
99// NOLINTBEGIN
100#ifdef LL_PLAT_C
103#endif
104 // NOLINTEND
105
106public:
107 // prevent constructor by default
108 DBStoragePerformanceData& operator=(DBStoragePerformanceData const&);
109 DBStoragePerformanceData(DBStoragePerformanceData const&);
110 DBStoragePerformanceData();
111
112public:
113 // member functions
114 // NOLINTBEGIN
115 MCNAPI void resetAll();
116 // NOLINTEND
117
118public:
119 // vftables
120 // NOLINTBEGIN
121 MCNAPI static void** $vftable();
122 // NOLINTEND
123};
Definition EnableNonOwnerReferences.h:7
Definition DBStoragePerformanceData.h:17
static MCAPI void ** $vftable()
Definition DBStoragePerformanceData.h:25
Definition DBStoragePerformanceData.h:67
Definition Alias.h:14