|
ProcLib 0.0.1.0
A cross-platform process runner.
|
Classes | |
| struct | PlatformExitStatus |
| class | PlatformProcess |
| A platform-specific process implementation. More... | |
| class | Process |
| Forward declaration. More... | |
| struct | ProcessResult |
| Describes the outcome of launching and running a process. More... | |
Enumerations | |
| enum class | ErrorCode { NoError , ProcessAlreadyStarted , ProcessNotStarted } |
| The possible errors relating to the reading or writing of PAK files. More... | |
| enum class | PlatformExitKind { Exited , Signaled , Exited , Signaled } |
| The kind of raw exit status reported by the OS for a completed process. More... | |
| enum class | PlatformExitKind { Exited , Signaled , Exited , Signaled } |
| The kind of raw exit status reported by the OS for a completed process. More... | |
Functions | |
| auto | makeErrorCode (ErrorCode const code) -> std::error_code |
|
strong |
|
strong |
The kind of raw exit status reported by the OS for a completed process.
|
strong |
The kind of raw exit status reported by the OS for a completed process.
| auto pl::makeErrorCode | ( | ErrorCode const | code | ) | -> std::error_code |
Create an error code.
| code | The pak-io related error code. |