LLVM: llvm::sys::ProcessInfo Struct Reference (original) (raw)
This struct encapsulates information about a process. More...
#include "[llvm/Support/Program.h](Program%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| procid_t | Pid |
| process_t | Process |
| The process identifier. | |
| int | ReturnCode |
| Platform-dependent process object. |
| Static Public Attributes | |
|---|---|
| static constexpr procid_t | InvalidPid = 0 |
This struct encapsulates information about a process.
Definition at line 47 of file Program.h.
| LLVM_ABI llvm::sys::ProcessInfo::ProcessInfo | ( | ) |
|---|
◆ InvalidPid
| procid_t llvm::sys::ProcessInfo::InvalidPid = 0 | staticconstexpr |
|---|
◆ Pid
◆ Process
The process identifier.
Definition at line 51 of file Program.h.
◆ ReturnCode
int llvm::sys::ProcessInfo::ReturnCode
Platform-dependent process object.
The return code, set after execution.
Definition at line 54 of file Program.h.
The documentation for this struct was generated from the following file:
- include/llvm/Support/Program.h