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