LeviLamina
Loading...
Searching...
No Matches
ProfilerLiteTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCNAPI void* $ctor(::ProfilerLiteTelemetry const&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
Definition ProfilerLiteTelemetry.h:5
MCAPI ~ProfilerLiteTelemetry()
MCAPI void * $ctor(::ProfilerLiteTelemetry const &)
MCAPI ProfilerLiteTelemetry(::ProfilerLiteTelemetry const &)
Definition Alias.h:14