|
| execv_argv (const char *exec_file, const std::string &allargs, const char *shell_file) |
|
char ** | argv () |
|
Definition at line 36 of file fork-inferior.c.
◆ execv_argv()
execv_argv::execv_argv |
( |
const char * | exec_file, |
|
|
const std::string & | allargs, |
|
|
const char * | shell_file ) |
◆ argv()
char ** execv_argv::argv |
( |
| ) |
|
|
inline |
◆ DISABLE_COPY_AND_ASSIGN()
execv_argv::DISABLE_COPY_AND_ASSIGN |
( |
execv_argv | | ) |
|
|
private |
◆ init_for_no_shell()
void execv_argv::init_for_no_shell |
( |
const char * | exec_file, |
|
|
const std::string & | allargs ) |
|
private |
◆ init_for_shell()
void execv_argv::init_for_shell |
( |
const char * | exec_file, |
|
|
const std::string & | allargs, |
|
|
const char * | shell_file ) |
|
private |
◆ m_argv
std::vector<const char *> execv_argv::m_argv |
|
private |
◆ m_storage
std::string execv_argv::m_storage |
|
private |
The documentation for this class was generated from the following file: