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
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI ::ProfilerLiteTelemetry& operator=(::ProfilerLiteTelemetry&&);
34
35 MCNAPI ::ProfilerLiteTelemetry& operator=(::ProfilerLiteTelemetry const&);
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor(::ProfilerLiteTelemetry const&);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition ProfilerLiteTelemetry.h:5
MCAPI ~ProfilerLiteTelemetry()
MCAPI::ProfilerLiteTelemetry & operator=(::ProfilerLiteTelemetry const &)
MCAPI void * $ctor(::ProfilerLiteTelemetry const &)
MCAPI ProfilerLiteTelemetry(::ProfilerLiteTelemetry const &)
MCAPI::ProfilerLiteTelemetry & operator=(::ProfilerLiteTelemetry &&)
Definition Alias.h:14