#include <juce_posix_SharedCode.h>
◆ ActiveProcess()
ChildProcess::ActiveProcess::ActiveProcess |
( |
const StringArray & |
arguments, |
|
|
int |
streamFlags |
|
) |
| |
|
inline |
References Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >::add(), String::containsChar(), InterProcessLock::exit(), File::getCurrentWorkingDirectory(), Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >::getRawDataPointer(), jassert, File::separator, StringArray::size(), and String::toRawUTF8().
◆ ~ActiveProcess()
ChildProcess::ActiveProcess::~ActiveProcess |
( |
| ) |
|
|
inline |
◆ getExitCode()
uint32 ChildProcess::ActiveProcess::getExitCode |
( |
| ) |
const |
|
inlinenoexcept |
◆ isRunning()
bool ChildProcess::ActiveProcess::isRunning |
( |
| ) |
const |
|
inlinenoexcept |
◆ killProcess()
bool ChildProcess::ActiveProcess::killProcess |
( |
| ) |
const |
|
inlinenoexcept |
◆ read()
int ChildProcess::ActiveProcess::read |
( |
void *const |
dest, |
|
|
const int |
numBytes |
|
) |
| |
|
inlinenoexcept |
◆ childPID
int ChildProcess::ActiveProcess::childPID |
◆ pipeHandle
int ChildProcess::ActiveProcess::pipeHandle |
|
private |
◆ readHandle
FILE* ChildProcess::ActiveProcess::readHandle |
|
private |
The documentation for this class was generated from the following file: