Public Attributes | List of all members
Fork::TerminationReport Struct Reference

A termination report, returned by wait methods. More...

#include <Fork.hpp>

Public Attributes

int code
 The signal code. More...
 
int exitStatus
 The exit status. More...
 
int pid
 The PID of the process. More...
 

Detailed Description

A termination report, returned by wait methods.

Instances of this structure are returned from the pid checking functions in this class, in order to communicate the status code of the process.

Member Data Documentation

◆ code

int code

The signal code.

◆ exitStatus

int exitStatus

The exit status.

◆ pid

int pid

The PID of the process.


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