JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::ChildProcess::ActiveProcess Class Reference

Public Member Functions

 ActiveProcess (const StringArray &arguments, int streamFlags)
 
bool isRunning () noexcept
 
int read (void *dest, int numBytes) noexcept
 
bool killProcess () const noexcept
 
uint32 getExitCode () noexcept
 

Public Attributes

int childPID
 
int pipeHandle
 
int exitCode
 
FILE * readHandle
 

Detailed Description

Definition at line 1099 of file juce_SharedCode_posix.h.

Constructor & Destructor Documentation

◆ ActiveProcess()

juce::ChildProcess::ActiveProcess::ActiveProcess ( const StringArray arguments,
int  streamFlags 
)

Definition at line 1102 of file juce_SharedCode_posix.h.

◆ ~ActiveProcess()

juce::ChildProcess::ActiveProcess::~ActiveProcess ( )

Definition at line 1160 of file juce_SharedCode_posix.h.

Member Function Documentation

◆ getExitCode()

uint32 juce::ChildProcess::ActiveProcess::getExitCode ( )
noexcept

Definition at line 1225 of file juce_SharedCode_posix.h.

◆ isRunning()

bool juce::ChildProcess::ActiveProcess::isRunning ( )
noexcept

Definition at line 1169 of file juce_SharedCode_posix.h.

◆ killProcess()

bool juce::ChildProcess::ActiveProcess::killProcess ( ) const
noexcept

Definition at line 1220 of file juce_SharedCode_posix.h.

◆ read()

int juce::ChildProcess::ActiveProcess::read ( void dest,
int  numBytes 
)
noexcept

Definition at line 1189 of file juce_SharedCode_posix.h.

Member Data Documentation

◆ childPID

int juce::ChildProcess::ActiveProcess::childPID

Definition at line 1245 of file juce_SharedCode_posix.h.

◆ exitCode

int juce::ChildProcess::ActiveProcess::exitCode

Definition at line 1247 of file juce_SharedCode_posix.h.

◆ pipeHandle

int juce::ChildProcess::ActiveProcess::pipeHandle

Definition at line 1246 of file juce_SharedCode_posix.h.

◆ readHandle

FILE* juce::ChildProcess::ActiveProcess::readHandle

Definition at line 1248 of file juce_SharedCode_posix.h.


The documentation for this class was generated from the following file: