#include <juce_posix_SharedCode.h>
◆ ActiveProcess()
| juce::ChildProcess::ActiveProcess::ActiveProcess |
( |
const StringArray & |
arguments, |
|
|
int |
streamFlags |
|
) |
| |
|
inline |
References juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >::add(), childPID, juce::File::getCurrentWorkingDirectory(), juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >::getRawDataPointer(), juce::File::getSeparatorChar(), jassert, pipeHandle, juce::gl::result, juce::ChildProcess::wantStdErr, and juce::ChildProcess::wantStdOut.
◆ ~ActiveProcess()
| juce::ChildProcess::ActiveProcess::~ActiveProcess |
( |
| ) |
|
|
inline |
◆ getExitCode()
| uint32 juce::ChildProcess::ActiveProcess::getExitCode |
( |
| ) |
|
|
inlinenoexcept |
◆ isRunning()
| bool juce::ChildProcess::ActiveProcess::isRunning |
( |
| ) |
|
|
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 |
◆ exitCode
| int juce::ChildProcess::ActiveProcess::exitCode = -1 |
◆ pipeHandle
| int juce::ChildProcess::ActiveProcess::pipeHandle = 0 |
◆ readHandle
| FILE* juce::ChildProcess::ActiveProcess::readHandle = {} |
The documentation for this class was generated from the following file: