LeviLamina
Loading...
Searching...
No Matches
WorkerPoolGlobalState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40};
Definition WorkerPoolGlobalState.h:5
MCAPI ~WorkerPoolGlobalState()
Definition Alias.h:14