Guitarix
gx_child_process::GxChildProcs Class Reference

#include <gx_child_process.h>

Public Member Functions

 ~GxChildProcs ()
 
bool killall ()
 
bool kill (string name)
 
GxChildfind (string name)
 
GxChildlaunch (string name, const char *const args[], int killsignal)
 
GxChildlaunch (string name, list< string > args, int killsignal)
 

Friends

void gx_sigchld_handler ()
 

Detailed Description

Definition at line 51 of file gx_child_process.h.

Constructor & Destructor Documentation

§ ~GxChildProcs()

gx_child_process::GxChildProcs::~GxChildProcs ( )

Definition at line 49 of file gx_child_process.cpp.

Member Function Documentation

§ find()

GxChild * gx_child_process::GxChildProcs::find ( string  name)

Definition at line 81 of file gx_child_process.cpp.

Referenced by gx_child_process::Meterbridge::start_stop().

§ kill()

bool gx_child_process::GxChildProcs::kill ( string  name)

§ killall()

bool gx_child_process::GxChildProcs::killall ( )

Definition at line 56 of file gx_child_process.cpp.

§ launch() [1/2]

GxChild* gx_child_process::GxChildProcs::launch ( string  name,
const char *const  args[],
int  killsignal 
)

§ launch() [2/2]

GxChild* gx_child_process::GxChildProcs::launch ( string  name,
list< string >  args,
int  killsignal 
)

Friends And Related Function Documentation

§ gx_sigchld_handler

void gx_sigchld_handler ( )
friend

Definition at line 92 of file gx_child_process.cpp.


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