LeviLamina
Loading...
Searching...
No Matches
DirectoryIterationItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Core { class PathView; }
8// clang-format on
9
10namespace Core {
11
13public:
14 // member variables
15 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI void setFullPathName(::Core::PathView fullPathName);
35
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace Core
Definition PathView.h:15
Definition DirectoryIterationItem.h:12
MCAPI void setFullPathName(::Core::PathView fullPathName)
Definition Alias.h:14