LeviLamina
Loading...
Searching...
No Matches
BinaryHeap.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
PathfinderNode
;
8
// clang-format on
9
10
class
BinaryHeap
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 24>
mUnk3dbce0;
15
::ll::UntypedStorage<4, 4>
mUnkb6697e;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
BinaryHeap
& operator=(
BinaryHeap
const
&);
21
BinaryHeap
(
BinaryHeap
const
&);
22
BinaryHeap
();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
void
changeCost(
::PathfinderNode
* node,
float
newCost);
28
29
MCAPI ::PathfinderNode* insert(
::PathfinderNode
* node);
30
31
MCAPI ::PathfinderNode* pop();
32
33
MCAPI
~BinaryHeap
();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
BinaryHeap
Definition
BinaryHeap.h:10
PathfinderNode
Definition
PathfinderNode.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
pathfinder
BinaryHeap.h
Generated on Sat Apr 26 2025 05:56:29 for LeviLamina by
1.12.0