LeviLamina
Loading...
Searching...
No Matches
TOCReader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/Result.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock {
struct
ImplCtor
; }
11
namespace
Core {
class
File
; }
12
namespace
Core {
class
Path
; }
13
// clang-format on
14
15
namespace
Bedrock::Resources::Archive {
16
17
class
TOCReader
18
:
public
::Bedrock::ImplBase
<::Bedrock::Resources::Archive::TOCReader, ::Bedrock::ImplCtor(::Core::File)> {
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual
bool
isValid()
const
= 0;
23
24
virtual ::Bedrock::Result<void> getAsset(
::Core::Path
const
&, ::std::string&)
const
= 0;
25
26
virtual
bool
hasAsset(
::Core::Path
const
&)
const
= 0;
27
28
virtual
~TOCReader
()
/*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:260
Bedrock::Resources::Archive::TOCReader
Definition
TOCReader.h:18
Core::File
Definition
File.h:22
Core::Path
Definition
Path.h:17
Bedrock::ImplCtor
Definition
ImplCtor.h:7
src
mc
deps
resource_processing
TOCReader.h
Generated on
for LeviLamina by
1.16.1