LeviLamina
Loading...
Searching...
No Matches
IntegrityService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/ServiceClient.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 IntegrityService& operator=(IntegrityService const&);
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~IntegrityService() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35
36 // NOLINTEND
37};
Definition IntegrityService.h:8
Definition ServiceClient.h:15
Definition Alias.h:14