GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontend::GpgCommandExecutor Class Reference

Extra commands related to GPG. More...

#include <GpgCommandExecutor.h>

Inheritance diagram for GpgFrontend::GpgCommandExecutor:
Inheritance graph
Collaboration diagram for GpgFrontend::GpgCommandExecutor:
Collaboration graph

Public Member Functions

 GpgCommandExecutor (int channel=SingletonFunctionObject::GetDefaultChannel())
 Construct a new Gpg Command Executor object. More...
 
void Execute (StringArgsRef arguments, const std::function< void(boost::process::async_pipe &in, boost::process::async_pipe &out)> &interact_func)
 Excuting an order. More...
 
- Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgCommandExecutor >
int GetChannel () const
 Get the Channel object. More...
 
 SingletonFunctionObject (GpgCommandExecutor &&)=delete
 Construct a new Singleton Function Object object. More...
 
 SingletonFunctionObject (const GpgCommandExecutor &)=delete
 Construct a new Singleton Function Object object. More...
 
void operator= (const GpgCommandExecutor &)=delete
 

Private Attributes

GpgContextctx_
 Corresponding context. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgCommandExecutor >
static GpgCommandExecutorGetInstance (int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
 Get the Instance object. More...
 
static GpgCommandExecutorCreateInstance (int channel, std::function< std::unique_ptr< GpgCommandExecutor >(void)> factory)
 Create a Instance object. More...
 
static GpgCommandExecutorCreateInstance (int channel, std::unique_ptr< GpgCommandExecutor > p_obj=nullptr)
 Create a Instance object. More...
 
static GpgCommandExecutorReleaseChannel (int channel)
 
static int GetDefaultChannel ()
 Get the Default Channel object. More...
 
- Protected Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgCommandExecutor >
 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...
 
void SetChannel (int channel)
 Set the Channel object. More...
 

Detailed Description

Extra commands related to GPG.

Constructor & Destructor Documentation

◆ GpgCommandExecutor()

GpgFrontend::GpgCommandExecutor::GpgCommandExecutor ( int  channel = SingletonFunctionObject::GetDefaultChannel())
explicit

Construct a new Gpg Command Executor object.

Parameters
channelCorresponding context

Copyright (C) 2021 Saturneric

This file is part of GpgFrontend.

GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GpgFrontend. If not, see https://www.gnu.org/licenses/.

The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.

All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

SPDX-License-Identifier: GPL-3.0-or-later

Member Function Documentation

◆ Execute()

void GpgFrontend::GpgCommandExecutor::Execute ( StringArgsRef  arguments,
const std::function< void(boost::process::async_pipe &in, boost::process::async_pipe &out)> &  interact_func 
)

Excuting an order.

Parameters
argumentsCommand parameters
interact_funcCommand answering function

Referenced by GpgFrontend::GpgKeyOpera::GenerateRevokeCert().

Member Data Documentation

◆ ctx_

GpgContext& GpgFrontend::GpgCommandExecutor::ctx_
private
Initial value:

Corresponding context.


The documentation for this class was generated from the following files:
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:57
GpgFrontend::SingletonFunctionObject::GetChannel
int GetChannel() const
Get the Channel object.
Definition: GpgFunctionObject.h:134