|
LLVM
4.0.0
|
This is the OS-specific separator for PATH like environment variables: More...
#include <Program.h>
Public Types | |
| enum | : ProcessId { InvalidPid = 0 } |
Public Member Functions | |
| ProcessInfo () | |
Public Attributes | |
| ProcessId | Pid |
| The process identifier. More... | |
| int | ReturnCode |
| The return code, set after execution. More... | |
This is the OS-specific separator for PATH like environment variables:
This struct encapsulates information about a process.
| llvm::sys::ProcessInfo::ProcessInfo | ( | ) |
| ProcessId llvm::sys::ProcessInfo::Pid |
| int llvm::sys::ProcessInfo::ReturnCode |
The return code, set after execution.
Definition at line 53 of file Program.h.
Referenced by llvm::sys::ExecuteAndWait().
1.8.6