LeviLamina
Loading...
Searching...
No Matches
SwStartStopper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class SwStartStopper {
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 SwStartStopper& operator=(SwStartStopper const&);
15 SwStartStopper(SwStartStopper const&);
16 SwStartStopper();
17};
Definition Alias.h:14