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

#include <subprocess.hpp>

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

Public Member Functions

template<typename T >
 cwd (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 set the current working directory of the spawned process.

Eg: cwd{"/some/path/x"}

Definition at line 735 of file subprocess.hpp.

Constructor & Destructor Documentation

◆ cwd()

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

Definition at line 738 of file subprocess.hpp.


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