#include <gx_child_process.h>
|
| GxChild (string name, int killsignal, int pid) |
|
Definition at line 35 of file gx_child_process.h.
◆ GxChild()
gx_child_process::GxChild::GxChild |
( |
string |
name, |
|
|
int |
killsignal, |
|
|
int |
pid |
|
) |
| |
|
inlineprivate |
◆ hasName()
bool gx_child_process::GxChild::hasName |
( |
string |
name | ) |
|
|
inline |
◆ hasPid()
bool gx_child_process::GxChild::hasPid |
( |
pid_t |
pid | ) |
|
|
inline |
◆ kill()
bool gx_child_process::GxChild::kill |
( |
| ) |
|
◆ GxChildProcs
◆ m_killsignal
int gx_child_process::GxChild::m_killsignal |
|
private |
◆ m_name
string gx_child_process::GxChild::m_name |
|
private |
◆ m_pid
int gx_child_process::GxChild::m_pid |
|
private |
◆ terminated
sigc::signal<void, bool> gx_child_process::GxChild::terminated |
The documentation for this class was generated from the following file: