LeviLamina
Loading...
Searching...
No Matches
UpscalingConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // UpscalingConfiguration inner types declare
8 // clang-format off
9 struct Configs;
10 // clang-format on
11
12 // UpscalingConfiguration inner types define
13 struct Configs {
14 public:
15 // member variables
16 // NOLINTBEGIN
25 // NOLINTEND
26
27 public:
28 // prevent constructor by default
29 Configs& operator=(Configs const&);
30 Configs(Configs const&);
31 Configs();
32 };
33
34public:
35 // member variables
36 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // prevent constructor by default
46};
Definition UpscalingConfiguration.h:13
Definition UpscalingConfiguration.h:5
Definition Alias.h:14