LeviLamina
Loading...
Searching...
No Matches
ServiceProviderCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor {
6
8public:
9 // ServiceProviderCollection inner types declare
10 // clang-format off
11 struct pointer_struct;
12 // clang-format on
13
14 // ServiceProviderCollection inner types define
16 public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23 public:
24 // prevent constructor by default
25 pointer_struct& operator=(pointer_struct const&);
28
29 public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::entt::meta_any deref_as_ref();
33
34 MCAPI bool isValid();
35 // NOLINTEND
36 };
37
38public:
39 // member variables
40 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // prevent constructor by default
49
50public:
51 // member functions
52 // NOLINTBEGIN
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61};
62
63} // namespace Editor
Definition ServiceProviderCollection.h:7
Definition ServiceProviderCollection.h:15
Definition Alias.h:14