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 AddReference();
24
25 MCAPI static void RemoveReference();
26 // NOLINTEND
27
28public:
29 // static variables
30 // NOLINTBEGIN
31 MCAPI static ::RakNet::StringTable*& instance();
32
33 MCAPI static int& referenceCount();
34 // NOLINTEND
35};
36
37} // namespace RakNet
Definition OrderedList.h:7
Definition StringTable.h:13
Definition StrAndBool.h:5
Definition Alias.h:14