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
virtual
bool
isValid()
const
= 0;
22
23
virtual
void
forEachIn(
::brstd::function_ref
<
void
(::std::string_view, ::gsl::span<uchar const>)>)
const
= 0;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
32
33
}
// namespace Bedrock::Resources::Archive
Bedrock::ImplBase
Definition
_HeaderOutputPredefine.h:325
Bedrock::Resources::Archive::Reader
Definition
Reader.h:17
brstd::function_ref
Definition
function_ref.h:60
Bedrock::ImplCtor
Definition
ImplCtor.h:7
src
mc
deps
resource_processing
Reader.h
Generated on
for LeviLamina by
1.16.1