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
::ll::UntypedStorage<8, 16>
mUnkba7ec2;
34
// NOLINTEND
35
36
public
:
37
// prevent constructor by default
38
AsynchronousIPResolver& operator=(AsynchronousIPResolver
const
&);
39
AsynchronousIPResolver(AsynchronousIPResolver
const
&);
40
AsynchronousIPResolver();
41
42
public
:
43
// member functions
44
// NOLINTBEGIN
45
MCNAPI
explicit
AsynchronousIPResolver
(::std::string url);
46
47
MCNAPI
void
_resolve
();
48
49
MCNAPI
~AsynchronousIPResolver
();
50
// NOLINTEND
51
52
public
:
53
// constructor thunks
54
// NOLINTBEGIN
55
MCNAPI
void
*
$ctor
(::std::string url);
56
// NOLINTEND
57
58
public
:
59
// destructor thunk
60
// NOLINTBEGIN
61
MCNAPI
void
$dtor
();
62
// NOLINTEND
63
};
AsynchronousIPResolver::AsynchronousIPResolver
MCAPI AsynchronousIPResolver(::std::string url)
AsynchronousIPResolver::$ctor
MCAPI void * $ctor(::std::string url)
AsynchronousIPResolver::$dtor
MCAPI void $dtor()
AsynchronousIPResolver::_resolve
MCAPI void _resolve()
AsynchronousIPResolver::~AsynchronousIPResolver
MCAPI ~AsynchronousIPResolver()
AsynchronousIPResolver::ResolvedIp
Definition
AsynchronousIPResolver.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
AsynchronousIPResolver.h
Generated on
for LeviLamina by
1.16.1