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