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
22 // NOLINTEND
23
24 public:
25 // prevent constructor by default
26 pointer_struct& operator=(pointer_struct const&);
29
30 public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI ::entt::meta_any deref_as_ref();
34
35 MCNAPI bool isValid();
36 // NOLINTEND
37 };
38
39public:
40 // member variables
41 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // prevent constructor by default
50
51public:
52 // member functions
53 // NOLINTBEGIN
54 MCNAPI ::std::vector<::std::string> getServiceList() const;
55
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64};
65
66} // namespace Editor
Definition ServiceProviderCollection.h:7
MCAPI ::std::vector<::std::string > getServiceList() const
Definition ServiceProviderCollection.h:15
Definition Alias.h:14