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/BasicSerializerContext.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
32 ::entt::meta_type metaType,
33 uint id,
34 ::std::string name,
35 ::cereal::BasicSerializerContext::ContextType type
36 );
37
38 MCNAPI ~PathElement();
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCNAPI static ::std::string_view const& WILDCARD_STRING_VIEW();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
51
52 MCNAPI void*
53 $ctor(::entt::meta_type metaType, uint id, ::std::string name, ::cereal::BasicSerializerContext::ContextType type);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61};
62
63} // namespace Puv::internal
Definition PathElement.h:10
MCAPI PathElement(::Puv::internal::PathElement &&)
MCAPI PathElement(::entt::meta_type metaType, uint id, ::std::string name, ::cereal::BasicSerializerContext::ContextType type)
MCAPI void * $ctor(::Puv::internal::PathElement &&)
MCAPI void * $ctor(::entt::meta_type metaType, uint id, ::std::string name, ::cereal::BasicSerializerContext::ContextType type)
static MCAPI ::std::string_view const & WILDCARD_STRING_VIEW()
Definition Alias.h:14