LeviLamina
Loading...
Searching...
No Matches
StringTable.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
StrAndBool
;
8
namespace
DataStructures {
class
OrderedList
; }
9
// clang-format on
10
11
namespace
RakNet {
12
13
class
StringTable
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 16>
orderedStringList;
18
// NOLINTEND
19
20
public
:
21
// static functions
22
// NOLINTBEGIN
23
MCAPI
static
void
AddReference();
24
25
MCAPI
static
void
RemoveReference();
26
// NOLINTEND
27
28
public
:
29
// static variables
30
// NOLINTBEGIN
31
MCAPI static ::RakNet::StringTable*& instance();
32
33
MCAPI
static
int
& referenceCount();
34
// NOLINTEND
35
};
36
37
}
// namespace RakNet
DataStructures::OrderedList
Definition
OrderedList.h:7
RakNet::StringTable
Definition
StringTable.h:13
StrAndBool
Definition
StrAndBool.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
StringTable.h
Generated on
for LeviLamina by
1.16.1