LLVM API Documentation

Public Types | Public Member Functions | Public Attributes
llvm::sys::ProcessInfo Struct Reference

This struct encapsulates information about a process. More...

#include <Program.h>

Collaboration diagram for llvm::sys::ProcessInfo:
Collaboration graph
[legend]

List of all members.

Public Types

typedef pid_t ProcessId

Public Member Functions

 ProcessInfo ()

Public Attributes

ProcessId Pid
 The process identifier.
int ReturnCode
 The return code, set after execution.

Detailed Description

This struct encapsulates information about a process.

Definition at line 33 of file Program.h.


Member Typedef Documentation

Definition at line 35 of file Program.h.


Constructor & Destructor Documentation


Member Data Documentation

The process identifier.

Definition at line 46 of file Program.h.

The return code, set after execution.

Definition at line 49 of file Program.h.

Referenced by llvm::sys::ExecuteAndWait().


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