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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~MemoryFileSystemEntry() = default;
34
35 // vIndex: 1
36 virtual ::Core::Result canRemove() = 0;
37
38 // vIndex: 2
39 virtual uint64 getSize() const = 0;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
48
49} // namespace Core
Definition MemoryFileSystemEntry.h:12
Definition Alias.h:14