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
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
20
21public:
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
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49
50 // NOLINTEND
51};
Definition MemorySecureStorage.h:8
Definition SecureStorage.h:5
Definition Alias.h:14