LeviLamina
Loading...
Searching...
No Matches
FlightingService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/ServiceClient.h"
7
8class FlightingService : public ::ServiceClient, public ::std::enable_shared_from_this<::FlightingService> {
9public:
10 // member variables
11 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 FlightingService& operator=(FlightingService const&);
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~FlightingService() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42
43 // NOLINTEND
44};
Definition FlightingService.h:8
Definition ServiceClient.h:15
Definition Alias.h:14