GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
#include <GpgFunctionObject.h>
Public Member Functions | |
SingletonFunctionObject (const SingletonFunctionObject< T > &)=delete | |
prohibit copy More... | |
SingletonFunctionObject & | operator= (const SingletonFunctionObject< T > &)=delete |
prohibit copy More... | |
int | GetChannel () const |
Get the Channel object. More... | |
SingletonFunctionObject (T &&)=delete | |
Construct a new Singleton Function Object object. More... | |
SingletonFunctionObject (const T &)=delete | |
Construct a new Singleton Function Object object. More... | |
void | operator= (const T &)=delete |
Public Member Functions inherited from GpgFrontend::ChannelObject | |
ChannelObject () noexcept | |
Construct a new Default Channel Object object. More... | |
ChannelObject (int channel) | |
Construct a new Channel Object object. More... | |
int | GetChannel () const |
Get the Channel object. More... | |
void | SetChannel (int channel) |
Set the Channel object. More... | |
Static Public Member Functions | |
static T & | GetInstance (int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL) |
Get the Instance object. More... | |
static T & | CreateInstance (int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory) |
Create a Instance object. More... | |
static void | ReleaseChannel (int channel) |
static int | GetDefaultChannel () |
Get the Default Channel object. More... | |
static std::vector< int > | GetAllChannelId () |
Get all the channel ids. More... | |
Static Public Member Functions inherited from GpgFrontend::ChannelObject | |
static int | GetDefaultChannel () |
Get the Default Channel object. More... | |
Protected Member Functions | |
SingletonFunctionObject ()=default | |
Construct a new Singleton Function Object object. More... | |
SingletonFunctionObject (int channel) | |
Construct a new Singleton Function Object object. More... | |
virtual | ~SingletonFunctionObject ()=default |
Destroy the Singleton Function Object object. More... | |
T |
|
delete |
prohibit copy
|
delete |
Construct a new Singleton Function Object object.
|
delete |
Construct a new Singleton Function Object object.
|
protecteddefault |
Construct a new Singleton Function Object object.
|
inlineexplicitprotected |
Construct a new Singleton Function Object object.
channel |
|
protectedvirtualdefault |
Destroy the Singleton Function Object object.
|
inlinestatic |
Create a Instance object.
channel | |
factory |
|
inlinestatic |
Get all the channel ids.
|
inline |
Get the Channel object.
|
inlinestatic |
Get the Default Channel object.
|
inlinestatic |
Get the Instance object.
channel |
|
delete |
prohibit copy
|
inlinestatic |
channel |