LeviLamina
Loading...
Searching...
No Matches
SentryHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SentryHelper inner types declare
8 // clang-format off
9 struct SentryParameters;
10 // clang-format on
11
12 // SentryHelper inner types define
13 struct SentryParameters {
14 public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21 public:
22 // prevent constructor by default
23 SentryParameters& operator=(SentryParameters const&);
24 SentryParameters(SentryParameters const&);
25 SentryParameters();
26 };
27};
Definition SentryHelper.h:5
Definition SentryHelper.h:13
Definition Alias.h:14