LeviLamina
Loading...
Searching...
No Matches
ServiceClient.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/IAsyncResult.h"
7
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
HttpRequestHandler
;
12
namespace
Social {
class
User; }
13
// clang-format on
14
15
class
ServiceClient
:
public
::Bedrock::EnableNonOwnerReferences
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 80>
mUnk3f66ed;
20
::ll::UntypedStorage<8, 24>
mUnk8c1936;
21
::ll::UntypedStorage<8, 24>
mUnka146d9;
22
::ll::UntypedStorage<8, 8>
mUnk159c8c;
23
::ll::UntypedStorage<8, 40>
mUnk55a990;
24
::ll::UntypedStorage<8, 40>
mUnkfe6265;
25
::ll::UntypedStorage<8, 8>
mUnk326b69;
26
::ll::UntypedStorage<1, 1>
mUnkc9755b;
27
::ll::UntypedStorage<1, 1>
mUnke42b00;
28
::ll::UntypedStorage<8, 32>
mUnk78c02e;
29
// NOLINTEND
30
31
public
:
32
// prevent constructor by default
33
ServiceClient
& operator=(
ServiceClient
const
&);
34
ServiceClient
(
ServiceClient
const
&);
35
ServiceClient
();
36
37
public
:
38
// virtual functions
39
// NOLINTBEGIN
40
// vIndex: 0
41
virtual
~ServiceClient
()
/*override*/
=
default
;
42
43
// vIndex: 2
44
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::std::string>>
45
getAuthorizationHeader(::std::shared_ptr<::Social::User>, ::std::string
const
&)
const
;
46
47
// vIndex: 1
48
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::std::string>>
49
getAuthorizationHeader(::std::string
const
&)
const
;
50
51
// vIndex: 3
52
virtual
void
update();
53
54
// vIndex: 4
55
virtual
void
_submitRequest(::std::shared_ptr<::HttpRequestHandler>);
56
// NOLINTEND
57
58
public
:
59
// destructor thunk
60
// NOLINTBEGIN
61
62
// NOLINTEND
63
64
public
:
65
// virtual function thunks
66
// NOLINTBEGIN
67
68
// NOLINTEND
69
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
HttpRequestHandler
Definition
HttpRequestHandler.h:15
ServiceClient
Definition
ServiceClient.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
services
ServiceClient.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0