LeviLamina
Loading...
Searching...
No Matches
DirectoryIterationItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/DirectoryIterationFlags.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Core { class PathPart; }
11// clang-format on
12
13namespace Core {
14
16public:
17 // member variables
18 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI explicit DirectoryIterationItem(::Core::DirectoryIterationFlags flags);
38
39 MCAPI void setName(::Core::PathPart const& name);
40
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::Core::DirectoryIterationFlags flags);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55};
56
57} // namespace Core
Definition PathPart.h:7
Definition DirectoryIterationItem.h:15
Definition Alias.h:14