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