LeviLamina
Loading...
Searching...
No Matches
MemorySecureStorage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/secure_storage/SecureStorage.h"
7
8
class
MemorySecureStorage
:
public
::SecureStorage
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::UntypedStorage<8, 64>
mUnka8e7ac;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
MemorySecureStorage
& operator=(
MemorySecureStorage
const
&);
18
MemorySecureStorage
(
MemorySecureStorage
const
&);
19
MemorySecureStorage
();
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 0
25
virtual
~MemorySecureStorage
()
/*override*/
=
default
;
26
27
// vIndex: 1
28
virtual
bool
add(::std::string
const
&, ::std::string
const
&)
/*override*/
;
29
30
// vIndex: 2
31
virtual
bool
addOrUpdate(::std::string
const
&, ::std::string
const
&)
/*override*/
;
32
33
// vIndex: 3
34
virtual
bool
remove(::std::string
const
&)
/*override*/
;
35
36
// vIndex: 4
37
virtual
bool
get(::std::string
const
&, ::std::string&)
/*override*/
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
};
MemorySecureStorage
Definition
MemorySecureStorage.h:8
SecureStorage
Definition
SecureStorage.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
secure_storage
MemorySecureStorage.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0