#include <juce_posix_SharedCode.h>
◆ ActiveProcess()
juce::ChildProcess::ActiveProcess::ActiveProcess |
( |
const StringArray & |
arguments, |
|
|
int |
streamFlags |
|
) |
| |
|
inline |
◆ ~ActiveProcess()
juce::ChildProcess::ActiveProcess::~ActiveProcess |
( |
| ) |
|
|
inline |
◆ getExitCode()
uint32 juce::ChildProcess::ActiveProcess::getExitCode |
( |
| ) |
const |
|
inlinenoexcept |
◆ isRunning()
bool juce::ChildProcess::ActiveProcess::isRunning |
( |
| ) |
const |
|
inlinenoexcept |
◆ killProcess()
bool juce::ChildProcess::ActiveProcess::killProcess |
( |
| ) |
const |
|
inlinenoexcept |
◆ read()
int juce::ChildProcess::ActiveProcess::read |
( |
void * |
dest, |
|
|
int |
numBytes |
|
) |
| |
|
inlinenoexcept |
◆ childPID
int juce::ChildProcess::ActiveProcess::childPID = 0 |
◆ pipeHandle
int juce::ChildProcess::ActiveProcess::pipeHandle = 0 |
◆ readHandle
FILE* juce::ChildProcess::ActiveProcess::readHandle = {} |
The documentation for this class was generated from the following file: