LeviLamina
Loading...
Searching...
No Matches
SecureStorageKey.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
SecureStorageKey {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 32>
mUnkcf8570;
10
::ll::UntypedStorage<1, 1>
mUnke00a50;
11
// NOLINTEND
12
13
public
:
14
// prevent constructor by default
15
SecureStorageKey& operator=(SecureStorageKey
const
&);
16
SecureStorageKey(SecureStorageKey
const
&);
17
SecureStorageKey();
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCNAPI ::std::string
getUnencodedKey
()
const
;
23
24
MCNAPI
~SecureStorageKey
();
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCNAPI
void
$dtor
();
31
// NOLINTEND
32
};
SecureStorageKey::getUnencodedKey
MCAPI::std::string getUnencodedKey() const
SecureStorageKey::~SecureStorageKey
MCAPI ~SecureStorageKey()
SecureStorageKey::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
secure_storage
SecureStorageKey.h
Generated on
for LeviLamina by
1.16.1