LeviLamina
Loading...
Searching...
No Matches
has_slots_interface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace sigslot { class _signal_base_interface; }
8// clang-format on
9
10namespace sigslot {
11
12class has_slots_interface {
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 has_slots_interface& operator=(has_slots_interface const&);
24 has_slots_interface(has_slots_interface const&);
25 has_slots_interface();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~has_slots_interface();
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace sigslot
Definition _signal_base_interface.h:12
static MCAPI void ** $vftable()
Definition Alias.h:14