LeviLamina
Loading...
Searching...
No Matches
AuthToken.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Identity {
6
7
struct
AuthToken {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 32>
mUnkb51945;
12
::ll::UntypedStorage<8, 32>
mUnk8a202b;
13
::ll::UntypedStorage<8, 8>
mUnkde788c;
14
::ll::UntypedStorage<1, 1>
mUnk467273;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
AuthToken& operator=(AuthToken
const
&);
20
AuthToken();
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCNAPI
AuthToken
(
::Identity::AuthToken
const
&);
26
27
#ifdef LL_PLAT_C
28
MCNAPI ::Identity::AuthToken& operator=(
::Identity::AuthToken
&&);
29
#endif
30
31
MCNAPI
~AuthToken
();
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCNAPI
void
*
$ctor
(
::Identity::AuthToken
const
&);
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
MCNAPI
void
$dtor
();
44
// NOLINTEND
45
};
46
47
}
// namespace Identity
Identity::AuthToken
Definition
AuthToken.h:7
Identity::AuthToken::AuthToken
MCAPI AuthToken(::Identity::AuthToken const &)
Identity::AuthToken::$dtor
MCAPI void $dtor()
Identity::AuthToken::$ctor
MCAPI void * $ctor(::Identity::AuthToken const &)
Identity::AuthToken::~AuthToken
MCAPI ~AuthToken()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
identity
edu_common
AuthToken.h
Generated on
for LeviLamina by
1.16.1