ProcLib 0.0.1.0
A cross-platform process runner.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
process.hxx File Reference
#include <proc-lib/process.hxx>
#include <cstdint>
#include <expected>
#include <Windows.h>
Include dependency graph for process.hxx:

Go to the source code of this file.

Classes

struct  pl::PlatformExitStatus
 
class  pl::PlatformProcess
 A platform-specific process implementation. More...
 

Namespaces

namespace  pl
 

Enumerations

enum class  pl::PlatformExitKind { pl::Exited , pl::Signaled , pl::Exited , pl::Signaled }
 The kind of raw exit status reported by the OS for a completed process. More...