Guitarix
gx_child_process::GxChild Class Reference

#include <gx_child_process.h>

Public Member Functions

bool kill ()
 
bool hasPid (pid_t pid)
 
bool hasName (string name)
 

Public Attributes

sigc::signal< void, bool > terminated
 

Friends

class GxChildProcs
 

Detailed Description

Definition at line 35 of file gx_child_process.h.

Member Function Documentation

§ hasName()

bool gx_child_process::GxChild::hasName ( string  name)
inline

Definition at line 40 of file gx_child_process.h.

§ hasPid()

bool gx_child_process::GxChild::hasPid ( pid_t  pid)
inline

Definition at line 39 of file gx_child_process.h.

§ kill()

bool gx_child_process::GxChild::kill ( )

Definition at line 39 of file gx_child_process.cpp.

Referenced by gx_child_process::GxChildProcs::kill().

Friends And Related Function Documentation

§ GxChildProcs

friend class GxChildProcs
friend

Definition at line 48 of file gx_child_process.h.

Member Data Documentation

§ terminated

sigc::signal<void, bool> gx_child_process::GxChild::terminated

Definition at line 37 of file gx_child_process.h.

Referenced by gx_child_process::gx_sigchld_handler().


The documentation for this class was generated from the following files: