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
7struct StrAndBool;
8namespace DataStructures { class OrderedList; }
9// clang-format on
10
11namespace RakNet {
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::UntypedStorage<8, 16> orderedStringList;
18 // NOLINTEND
19
20public:
21 // static functions
22 // NOLINTBEGIN
23 MCAPI static void RemoveReference();
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCAPI static ::RakNet::StringTable*& instance();
30
31 MCAPI static int& referenceCount();
32 // NOLINTEND
33};
34
35} // namespace RakNet
Definition OrderedList.h:7
Definition StringTable.h:13
Definition StrAndBool.h:5
Definition Alias.h:14