|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for process creation. More...
Variables | |
| constexpr auto | ARGS_POINTER |
| Pointer to args. | |
| constexpr auto | ENVIRONMENT_POINTER |
| Pointer to environment. | |
| constexpr auto | WORKING_DIRECTORY_STRING |
| String for working directory. | |
| constexpr auto | STDIN_NUMBER |
| Stdin number. | |
| constexpr auto | STDIN_POINTER |
| Pointer to stdin. | |
| constexpr auto | STDOUT_NUMBER |
| Stdout number. | |
| constexpr auto | STDOUT_POINTER |
| Pointer to stdout. | |
| constexpr auto | STDERR_NUMBER |
| Stderr number. | |
| constexpr auto | STDERR_POINTER |
| Pointer to stderr. | |
| constexpr auto | STDERR_TO_STDOUT_BOOLEAN |
| Enable stderr to stdout. | |
| constexpr auto | BACKGROUND_BOOLEAN |
| Enable background. | |
| constexpr auto | CMDLINE_STRING |
| String for cmdline. | |
Properties for process creation.
|
constexpr |
Pointer to args.
|
constexpr |
Enable background.
|
constexpr |
String for cmdline.
|
constexpr |
Pointer to environment.
|
constexpr |
Stderr number.
|
constexpr |
Pointer to stderr.
|
constexpr |
Enable stderr to stdout.
|
constexpr |
Stdin number.
|
constexpr |
Pointer to stdin.
|
constexpr |
Stdout number.
|
constexpr |
Pointer to stdout.
|
constexpr |
String for working directory.