LeviLamina
Loading...
Searching...
No Matches
MemoryFileSystemEntryDir.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/file_system/memory_file_system/MemoryFileSystemEntry.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Core { class Result; }
11// clang-format on
12
13namespace Core {
14
16public:
17 // MemoryFileSystemEntryDir inner types declare
18 // clang-format off
20 // clang-format on
21
22 // MemoryFileSystemEntryDir inner types define
24 public:
25 // member variables
26 // NOLINTBEGIN
29 // NOLINTEND
30
31 public:
32 // prevent constructor by default
36 };
37
38public:
39 // member variables
40 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // prevent constructor by default
49
50public:
51 // virtual functions
52 // NOLINTBEGIN
53 // vIndex: 2
54 virtual uint64 getSize() const /*override*/;
55
56 // vIndex: 1
57 virtual ::Core::Result canRemove() /*override*/;
58
59 // vIndex: 0
60 virtual ~MemoryFileSystemEntryDir() /*override*/ = default;
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66
67 // NOLINTEND
68
69public:
70 // virtual function thunks
71 // NOLINTBEGIN
72
73 // NOLINTEND
74};
75
76} // namespace Core
Definition MemoryFileSystemEntryDir.h:15
Definition MemoryFileSystemEntry.h:12
Definition Result.h:17
Definition Result.h:6
Definition MemoryFileSystemEntryDir.h:23
Definition Alias.h:14