AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AChildProcess Class Reference

#include <AUI/Platform/AProcess.h>

Detailed Description

Creates child process of this application.

Member Function Documentation

> All members, including inherited

◆ getModuleName()

APath AChildProcess::getModuleName ( )
overridevirtual
Returns
process' executable file name.

Implements AProcess.

◆ getPathToExecutable()

APath AChildProcess::getPathToExecutable ( )
inlineoverridevirtual
Returns
path to the process' executable.

Implements AProcess.

◆ getPid()

uint32_t AChildProcess::getPid ( ) const
overridevirtualnoexcept
Returns
process' ID.

Implements AProcess.

◆ processMemory()

size_t AChildProcess::processMemory ( ) const
overridevirtual

Implements AProcess.

◆ toString()

AString AChildProcess::toString ( ) const
overridevirtual
Returns
string representation of the object

Implements IStringable.

◆ waitForExitCode()

int AChildProcess::waitForExitCode ( )
overridevirtual
Returns
exit code

Implements AProcess.