LeviLamina
Loading...
Searching...
No Matches
ContainerValidationDebug.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // ContainerValidationDebug inner types declare
8 // clang-format off
9 class Client;
10 class ServerAuth;
11 class ServerScript;
12 // clang-format on
13
14 // ContainerValidationDebug inner types define
15 class Client {
16 public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22 public:
23 // prevent constructor by default
24 Client& operator=(Client const&);
25 Client(Client const&);
26 Client();
27 };
28
29 class ServerAuth {
30 public:
31 // member variables
32 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
38 ServerAuth& operator=(ServerAuth const&);
39 ServerAuth(ServerAuth const&);
40 ServerAuth();
41 };
42
44 public:
45 // member variables
46 // NOLINTBEGIN
48 // NOLINTEND
49
50 public:
51 // prevent constructor by default
52 ServerScript& operator=(ServerScript const&);
55 };
56
57public:
58 // member variables
59 // NOLINTBEGIN
63 // NOLINTEND
64
65public:
66 // prevent constructor by default
70};
Definition ContainerValidationDebug.h:15
Definition ContainerValidationDebug.h:29
Definition ContainerValidationDebug.h:43
Definition ContainerValidationDebug.h:5
Definition Alias.h:14