VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::cfi::AbstractChildProcess Class Referenceabstract

Abstract child process interface for ChildProcessMgr. More...

#include <vici/proc.h>

Inheritance diagram for VICI::cfi::AbstractChildProcess:
VICI::cfi::ChildProcess

Public Member Functions

virtual ~AbstractChildProcess ()
 Destructor.
 
virtual int getId ()=0
 Returns the pid of the child process.
 
virtual void kill ()=0
 Terminates the child process.
 
virtual bool done ()=0
 get the running state of the process.
 
virtual void finished (int exit_status)=0
 Called by the manager when the child completes.
 

Detailed Description

Abstract child process interface for ChildProcessMgr.


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