LeviLamina
Loading...
Searching...
No Matches
BackgroundWorkerPerfInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class BackgroundWorkerPerfInfo {
6public:
7 // member variables
8 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 BackgroundWorkerPerfInfo& operator=(BackgroundWorkerPerfInfo const&);
22 BackgroundWorkerPerfInfo(BackgroundWorkerPerfInfo const&);
23 BackgroundWorkerPerfInfo();
24};
Definition Alias.h:14