LeviLamina
Loading...
Searching...
No Matches
PathElement.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/SerializerContext.h"
7
8namespace Puv::internal {
9
11public:
12 // member variables
13 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 PathElement& operator=(PathElement const&);
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCAPI
32 PathElement(::entt::meta_type metaType, uint id, ::std::string name, ::cereal::SerializerContext::ContextType type);
33
34 MCAPI ~PathElement();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::Puv::internal::PathElement&&);
41
42 MCAPI void*
43 $ctor(::entt::meta_type metaType, uint id, ::std::string name, ::cereal::SerializerContext::ContextType type);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace Puv::internal
Definition PathElement.h:10
Definition Alias.h:14