LeviLamina
Loading...
Searching...
No Matches
StringCompressor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RakNet {
6
8public:
9 // member variables
10 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 StringCompressor& operator=(StringCompressor const&);
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCNAPI static void AddReference();
29
30 MCNAPI static void RemoveReference();
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCNAPI static ::RakNet::StringCompressor*& instance();
37
38 MCNAPI static int& referenceCount();
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor();
45 // NOLINTEND
46};
47
48} // namespace RakNet
Definition StringCompressor.h:7
static MCAPI void RemoveReference()
static MCAPI void AddReference()
static MCAPI int & referenceCount()
static MCAPI ::RakNet::StringCompressor *& instance()
Definition Alias.h:14