LeviLamina
Loading...
Searching...
No Matches
AsynchronousIPResolver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
AsynchronousIPResolver
{
6
public
:
7
// AsynchronousIPResolver inner types declare
8
// clang-format off
9
struct
ResolvedIp
;
10
// clang-format on
11
12
// AsynchronousIPResolver inner types define
13
struct
ResolvedIp
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 32>
mUnk2835c4;
18
::ll::UntypedStorage<1, 1>
mUnkcaa023;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
ResolvedIp
& operator=(
ResolvedIp
const
&);
24
ResolvedIp
(
ResolvedIp
const
&);
25
ResolvedIp
();
26
};
27
28
public
:
29
// member variables
30
// NOLINTBEGIN
31
::ll::UntypedStorage<8, 32>
mUnkee7668;
32
::ll::UntypedStorage<8, 16>
mUnk4c128c;
33
// NOLINTEND
34
35
public
:
36
// prevent constructor by default
37
AsynchronousIPResolver
& operator=(
AsynchronousIPResolver
const
&);
38
AsynchronousIPResolver
(
AsynchronousIPResolver
const
&);
39
AsynchronousIPResolver
();
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCAPI
explicit
AsynchronousIPResolver
(::std::string url);
45
46
MCAPI
void
_resolve();
47
// NOLINTEND
48
49
public
:
50
// constructor thunks
51
// NOLINTBEGIN
52
MCAPI
void
* $ctor(::std::string url);
53
// NOLINTEND
54
};
AsynchronousIPResolver
Definition
AsynchronousIPResolver.h:5
AsynchronousIPResolver::ResolvedIp
Definition
AsynchronousIPResolver.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
AsynchronousIPResolver.h
Generated on Sat Apr 26 2025 05:55:55 for LeviLamina by
1.12.0