Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | List of all members
subprocess::executable Struct Reference

#include <subprocess.h>

Inheritance diagram for subprocess::executable:
[legend]
Collaboration diagram for subprocess::executable:
[legend]

Public Member Functions

template<typename T >
 executable (T &&arg)
 
- Public Member Functions inherited from subprocess::string_arg
 string_arg (const char *arg)
 
 string_arg (std::string &&arg)
 
 string_arg (std::string arg)
 

Additional Inherited Members

- Public Attributes inherited from subprocess::string_arg
std::string arg_value
 

Detailed Description

Option to specify the executable name separately from the args sequence. In this case the cmd args must only contain the options required for this executable.

Eg: executable{"ls"}

Definition at line 542 of file subprocess.h.

Constructor & Destructor Documentation

◆ executable()

template<typename T >
subprocess::executable::executable ( T &&  arg)
inline

Definition at line 545 of file subprocess.h.


The documentation for this struct was generated from the following file: