LeviLamina
Loading...
Searching...
No Matches
PathElement.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Puv::internal {
6
7struct PathElement {
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 PathElement& operator=(PathElement const&);
20 PathElement(PathElement const&);
21 PathElement();
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI ~PathElement();
27 // NOLINTEND
28
29public:
30 // static variables
31 // NOLINTBEGIN
32 MCNAPI static ::std::string_view const& WILDCARD_STRING_VIEW();
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40};
41
42} // namespace Puv::internal
static MCAPI ::std::string_view const & WILDCARD_STRING_VIEW()
Definition Alias.h:14