LeviLamina
Loading...
Searching...
No Matches
Measurement.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
Value; }
8
// clang-format on
9
10
namespace
Social::Events {
11
12
class
Measurement
{
13
public
:
14
// Measurement inner types define
15
enum class
AggregationType :
int
{
16
Increment = 0,
17
Sum = 1,
18
Min = 2,
19
Max = 3,
20
Average = 4,
21
Latest = 5,
22
};
23
24
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::UntypedStorage<8, 32>
mUnka1656d;
28
::ll::UntypedStorage<8, 16>
mUnkac30d6;
29
::ll::UntypedStorage<4, 4>
mUnkb6c8f4;
30
::ll::UntypedStorage<4, 4>
mUnk64ed6f;
31
// NOLINTEND
32
33
public
:
34
// prevent constructor by default
35
Measurement
& operator=(
Measurement
const
&);
36
Measurement
(
Measurement
const
&);
37
Measurement
();
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCAPI ::Json::Value getValue()
const
;
43
44
MCAPI
~Measurement
();
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
MCFOLD
void
$dtor();
51
// NOLINTEND
52
};
53
54
}
// namespace Social::Events
Social::Events::Measurement
Definition
Measurement.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
events
Measurement.h
Generated on Sat Apr 26 2025 05:55:38 for LeviLamina by
1.12.0