LeviLamina
Loading...
Searching...
No Matches
Reader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/brstd/function_ref.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock {
struct
ImplCtor; }
11
// clang-format on
12
13
namespace
Bedrock::Resources::Archive {
14
15
class
Reader
16
:
public
::Bedrock::
17
ImplBase
<::Bedrock::Resources::Archive::Reader, ::Bedrock::ImplCtor(::std::unique_ptr<uchar[0]>, uint64 const&)> {
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 1
22
virtual
bool
isValid()
const
= 0;
23
24
// vIndex: 2
25
virtual
void
forEachIn(
::brstd::function_ref
<
void
(::std::string_view, ::gsl::span<uchar const>)>)
const
= 0;
26
27
// vIndex: 0
28
virtual
~Reader
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
37
38
}
// namespace Bedrock::Resources::Archive
Bedrock::ImplBase
Definition
_HeaderOutputPredefine.h:208
Bedrock::Resources::Archive::Reader
Definition
Reader.h:17
brstd::function_ref
Definition
function_ref.h:60
src
mc
deps
resource_processing
Reader.h
Generated on Fri Jun 13 2025 05:04:27 for LeviLamina by
1.12.0