LeviLamina
Loading...
Searching...
No Matches
MemoryFileSystemEntry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Core { class Result; }
8// clang-format on
9
10namespace Core {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~MemoryFileSystemEntry() = default;
33
34 // vIndex: 1
35 virtual ::Core::Result canRemove() = 0;
36
37 // vIndex: 2
38 virtual uint64 getSize() const = 0;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50
51 // NOLINTEND
52};
53
54} // namespace Core
Definition MemoryFileSystemEntry.h:12
Definition Result.h:6
Definition Alias.h:14