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
9public:
10 // DBStoragePerformanceData inner types declare
11 // clang-format off
14 // clang-format on
15
16 // DBStoragePerformanceData inner types define
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
50 // NOLINTEND
51
52 public:
53 // prevent constructor by default
54 AtomicAccumulator& operator=(AtomicAccumulator const&);
57
58 public:
59 // member functions
60 // NOLINTBEGIN
61 MCAPI void reset();
62 // NOLINTEND
63 };
64
66 public:
67 // member variables
68 // NOLINTBEGIN
70 // NOLINTEND
71
72 public:
73 // prevent constructor by default
77 };
78
79public:
80 // member variables
81 // NOLINTBEGIN
84 // NOLINTEND
85
86public:
87 // prevent constructor by default
91
92public:
93 // virtual functions
94 // NOLINTBEGIN
95 // vIndex: 0
96 virtual ~DBStoragePerformanceData() /*override*/ = default;
97 // NOLINTEND
98
99public:
100 // member functions
101 // NOLINTBEGIN
102 MCAPI void resetAll();
103 // NOLINTEND
104
105public:
106 // destructor thunk
107 // NOLINTBEGIN
108
109 // NOLINTEND
110};
Definition EnableNonOwnerReferences.h:7
Definition DBStoragePerformanceData.h:17
Definition DBStoragePerformanceData.h:8
Definition DBStoragePerformanceData.h:25
Definition DBStoragePerformanceData.h:65
Definition Alias.h:14