LeviLamina
Loading...
Searching...
No Matches
PreloadedPathHandle.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
10namespace Core { class Path; }
11// clang-format on
12
13namespace Bedrock::Resources {
14
16public:
17 // member variables
18 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI void forEach(::brstd::function_ref<void(::Core::Path const&)> callback) const;
34
35 MCNAPI ::Bedrock::Resources::PreloadedPathHandle& operator=(::Bedrock::Resources::PreloadedPathHandle const&);
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace Bedrock::Resources
Definition PreloadedPathHandle.h:15
MCAPI PreloadedPathHandle(::Bedrock::Resources::PreloadedPathHandle const &)
MCAPI void forEach(::brstd::function_ref< void(::Core::Path const &)> callback) const
MCAPI::Bedrock::Resources::PreloadedPathHandle & operator=(::Bedrock::Resources::PreloadedPathHandle const &)
MCAPI void * $ctor(::Bedrock::Resources::PreloadedPathHandle const &)
Definition Path.h:11
Definition Path.h:16
Definition function_ref.h:60
Definition Alias.h:14