LeviLamina
Loading...
Searching...
No Matches
TestMemoryFileHandle.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/MemoryFileHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Core { class Result; }
11// clang-format on
12
13namespace Bedrock {
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 11
32 virtual ::Core::Result _write(void const*, uint64) /*override*/;
33
34 // vIndex: 0
35 virtual ~TestMemoryFileHandle() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47
48 // NOLINTEND
49};
50
51} // namespace Bedrock
Definition TestMemoryFileHandle.h:15
Definition MemoryFileHandle.h:16
Definition Result.h:6
Definition Alias.h:14