GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
g
i
k
l
p
r
s
t
u
w
Functions
a
b
c
d
g
i
l
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
▼
GpgFrontend Project
GpgFrontend Develop Document Main Page
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
core
▼
function
▼
basic
ChannelObject.h
GpgFunctionObject.h
SingletonStorage.h
SingletonStorageCollection.h
►
gpg
►
result_analyse
ArchiveFileOperator.h
CacheManager.h
CoreSignalStation.h
DataObjectOperator.h
GlobalSettingStation.h
KeyPackageOperator.h
LoggerManager.h
PassphraseGenerator.h
SecureMemoryAllocator.h
►
log
►
model
►
module
►
thread
►
typedef
►
utils
GpgConstants.h
GpgCoreInit.h
GpgFrontendCore.h
GpgModel.h
►
module
►
pinentry
►
test
►
ui
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
SingletonStorage.h
1
29
#pragma once
30
31
#include "core/function/SecureMemoryAllocator.h"
32
33
namespace
GpgFrontend
{
34
35
class
ChannelObject;
36
37
using
ChannelObjectPtr = SecureUniquePtr<ChannelObject>;
38
39
class
GPGFRONTEND_CORE_EXPORT
SingletonStorage
{
40
public
:
45
SingletonStorage
() noexcept;
46
51
~
SingletonStorage
();
52
58
void
ReleaseChannel(
int
channel);
59
66
auto
FindObjectInChannel(
int
channel) ->
ChannelObject
*;
67
73
auto
GetAllChannelId() -> std::vector<int>;
74
82
auto
SetObjectInChannel(
int
channel, ChannelObjectPtr p_obj)
83
->
ChannelObject
*;
84
85
private
:
86
class
Impl
;
87
SecureUniquePtr<Impl> p_;
88
};
89
90
}
// namespace GpgFrontend
GpgFrontend::ChannelObject
object which in channel system is called "channel"
Definition:
ChannelObject.h:39
GpgFrontend::SingletonStorage::Impl
Definition:
SingletonStorage.cpp:38
GpgFrontend::SingletonStorage
Definition:
SingletonStorage.h:39
GpgFrontend
Definition:
app.cpp:39
src
core
function
basic
SingletonStorage.h
Generated by
1.9.1