LeviLamina
Loading...
Searching...
No Matches
ProfilerLiteTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct ProfilerLiteTelemetry {
6public:
7 // member variables
8 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 ProfilerLiteTelemetry& operator=(ProfilerLiteTelemetry const&);
27 ProfilerLiteTelemetry(ProfilerLiteTelemetry const&);
28 ProfilerLiteTelemetry();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33#ifdef LL_PLAT_S
34 MCNAPI ::ProfilerLiteTelemetry& operator=(::ProfilerLiteTelemetry&&);
35#endif
36
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
MCAPI ~ProfilerLiteTelemetry()
Definition Alias.h:14